Package org.gradle.docs.guides.internal
Class GuidesInternal
java.lang.Object
org.gradle.docs.guides.internal.GuidesInternal
- All Implemented Interfaces:
Guides
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.DomainObjectSet<? super GuideBinary>abstract org.gradle.api.file.DirectoryPropertyBy convention, this is buildDir/working/guides/docsorg.gradle.api.NamedDomainObjectContainer<? extends GuideInternal>abstract org.gradle.api.file.DirectoryPropertyBy convention, this is buildDir/working/guides/render-samplesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.docs.guides.Guides
getGuidesRoot
-
Constructor Details
-
GuidesInternal
@Inject public GuidesInternal(org.gradle.api.model.ObjectFactory objectFactory)
-
-
Method Details
-
getPublishedGuides
- Specified by:
getPublishedGuidesin interfaceGuides- Returns:
- Container of all published guides. This is the primary configuration point for all guides.
-
getBinaries
-
getDistribution
- Specified by:
getDistributionin interfaceGuides- Returns:
- Buildable elements of all the available guides.
-
getDocumentationInstallRoot
public abstract org.gradle.api.file.DirectoryProperty getDocumentationInstallRoot()By convention, this is buildDir/working/guides/docs- Returns:
- The root directory for all documentation.
-
getRenderedDocumentationRoot
public abstract org.gradle.api.file.DirectoryProperty getRenderedDocumentationRoot()By convention, this is buildDir/working/guides/render-samples- Returns:
- The root directory for rendered documentation.
-