This file is indexed.

/usr/share/doc/gradle/userguide/go01.html is in gradle-doc 2.10-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Glossary</title><link xmlns:xslthl="http://xslthl.sf.net" type="text/css" rel="stylesheet" href="base.css"><link xmlns:xslthl="http://xslthl.sf.net" type="text/css" rel="stylesheet" href="docs.css"><link xmlns:xslthl="http://xslthl.sf.net" type="text/css" rel="stylesheet" href="userguide.css"><meta content="DocBook XSL Stylesheets V1.79.1" name="generator"><link rel="home" href="userguide.html" title="Gradle User Guide"><link rel="up" href="pt07.html" title="Part&nbsp;VII.&nbsp;Appendix"><link rel="prev" href="gradle_command_line.html" title="Appendix&nbsp;D.&nbsp;Gradle Command Line"></head><body><div class="navheader"><div><div class="navbar"><a xmlns:xslthl="http://xslthl.sf.net" href="gradle_command_line.html" title="Appendix&nbsp;D.&nbsp;Gradle Command Line">Previous</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="userguide.html" title="Gradle User Guide">Contents</a></div></div></div><div class="glossary"><div class="titlepage"><div><div><h1 xmlns:xslthl="http://xslthl.sf.net"><a name="N1871B"></a>Part&nbsp;VII.&nbsp;Appendix</h1></div></div></div><div class="glossdiv"><h3 class="title">A</h3><dl><dt><span class="glossterm">Artifact</span></dt><dd class="glossdef"><p>??</p></dd></dl></div><div class="glossdiv"><h3 class="title">B</h3><dl><dt><span class="glossterm">Build Script</span></dt><dd class="glossdef"><p>??</p></dd></dl></div><div class="glossdiv"><h3 class="title">C</h3><dl><dt><span class="glossterm">Configuration</span></dt><dd><p>See <a class="glosssee" href="go01.html#configuration">Dependency Configuration</a>.</p></dd><dt><span class="glossterm">Configuration Injection</span></dt><dd class="glossdef"><p>??</p></dd></dl></div><div class="glossdiv"><h3 class="title">D</h3><dl><dt><span class="glossterm">DAG</span></dt><dd><p>See <a class="glosssee" href="go01.html#dag">Directed Acyclic Graph</a>.</p></dd><dt><span class="glossterm">Dependency</span></dt><dd><p>See <a class="glosssee" href="go01.html#externalDependency">External Dependency</a>.</p></dd><dd><p>See <a class="glosssee" href="go01.html#projectDependency">Project Dependency</a>.</p></dd><dd class="glossdef"><p>??</p></dd><dt><a name="configuration"></a><span class="glossterm">Dependency Configuration</span></dt><dd class="glossdef"><p>??</p></dd><dt><span class="glossterm">Dependency Resolution</span></dt><dd class="glossdef"><p>??</p></dd><dt><a name="dag"></a><span class="glossterm">Directed Acyclic Graph</span></dt><dd class="glossdef"><p>A directed acyclic graph is a directed graph that contains no cycles. In Gradle each task to
                execute represents a node in the graph. A dependsOn relation to another task will add this
                other task as a node (if it is not in the graph already) and create a directed edge between
                those two nodes. Any dependsOn relation will be validated for cycles. There must be no way
                to start at certain node, follow a sequence of edges and end up at the original node.</p></dd><dt><a name="dsl"></a><span class="glossterm">Domain Specific Language</span></dt><dd class="glossdef"><p>A domain-specific language is a programming language or specification language dedicated
                    to a particular problem domain, a particular problem representation technique, and/or a particular
                    solution technique. The concept isn't new&mdash;special-purpose programming languages and all kinds of
                    modeling/specification languages have always existed, but the term has become more popular due to
                    the rise of domain-specific modeling.
                </p></dd><dt><span class="glossterm">DSL</span></dt><dd><p>See <a class="glosssee" href="go01.html#dsl">Domain Specific Language</a>.</p></dd></dl></div><div class="glossdiv"><h3 class="title">E</h3><dl><dt><a name="externalDependency"></a><span class="glossterm">External Dependency</span></dt><dd class="glossdef"><p>??</p></dd><dt><span class="glossterm">Extension Object</span></dt><dd class="glossdef"><p>??</p></dd></dl></div><div class="glossdiv"><h3 class="title">I</h3><dl><dt><a name="initScript"></a><span class="glossterm">Init Script</span></dt><dd class="glossdef"><p>A script that is run before the build itself starts, to allow customization of Gradle and the build.</p></dd><dt><span class="glossterm">Initialization Script</span></dt><dd><p>See <a class="glosssee" href="go01.html#initScript">Init Script</a>.</p></dd></dl></div><div class="glossdiv"><h3 class="title">P</h3><dl><dt><span class="glossterm">Plugin</span></dt><dd class="glossdef"><p>??</p></dd><dt><span class="glossterm">Project</span></dt><dd class="glossdef"><p>??</p></dd><dt><a name="projectDependency"></a><span class="glossterm">Project Dependency</span></dt><dd class="glossdef"><p>??</p></dd><dt><span class="glossterm">Publication</span></dt><dd class="glossdef"><p>??</p></dd></dl></div><div class="glossdiv"><h3 class="title">R</h3><dl><dt><span class="glossterm">Repository</span></dt><dd class="glossdef"><p>??</p></dd></dl></div><div class="glossdiv"><h3 class="title">S</h3><dl><dt><span class="glossterm">Source Set</span></dt><dd class="glossdef"><p>??</p></dd></dl></div><div class="glossdiv"><h3 class="title">T</h3><dl><dt><span class="glossterm">Task</span></dt><dd class="glossdef"><p>??</p></dd><dt><span class="glossterm">Transitive Dependency</span></dt><dd class="glossdef"><p>??</p></dd></dl></div></div><div class="navfooter"><div><div class="navbar"><a xmlns:xslthl="http://xslthl.sf.net" href="gradle_command_line.html" title="Appendix&nbsp;D.&nbsp;Gradle Command Line">Previous</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="userguide.html" title="Gradle User Guide">Contents</a></div></div></div></body></html>