public abstract class GuideContentBinary extends GuideBinary implements ViewableContentBinary, TestableRenderedContentLinksBinary, RenderableContentBinary
| Constructor and Description |
|---|
GuideContentBinary(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.provider.Property<java.lang.String> |
getBaseDirectory() |
java.lang.String |
getCheckLinksTaskName() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getDisplayName() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getGradleVersion() |
abstract org.gradle.api.file.DirectoryProperty |
getGuideDirectory() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getGuideName() |
abstract org.gradle.api.file.RegularFileProperty |
getIndexPageFile() |
abstract org.gradle.api.file.RegularFileProperty |
getInstalledIndexPageFile() |
abstract org.gradle.api.file.RegularFileProperty |
getRenderedIndexPageFile() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getRenderedPermalink() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getRepositoryPath() |
abstract org.gradle.api.file.RegularFileProperty |
getSourcePageFile() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getSourcePermalink() |
java.lang.String |
getViewTaskName() |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetViewablePageFilegetRenderedPageFilegetResourceFiles, getResourceSpec, getSourcePatternpublic abstract org.gradle.api.provider.Property<java.lang.String> getGradleVersion()
public abstract org.gradle.api.provider.Property<java.lang.String> getRepositoryPath()
public abstract org.gradle.api.provider.Property<java.lang.String> getDisplayName()
public abstract org.gradle.api.file.RegularFileProperty getIndexPageFile()
public abstract org.gradle.api.file.DirectoryProperty getGuideDirectory()
public abstract org.gradle.api.provider.Property<java.lang.String> getBaseDirectory()
public abstract org.gradle.api.provider.Property<java.lang.String> getRenderedPermalink()
public abstract org.gradle.api.provider.Property<java.lang.String> getSourcePermalink()
public abstract org.gradle.api.file.RegularFileProperty getRenderedIndexPageFile()
public abstract org.gradle.api.file.RegularFileProperty getInstalledIndexPageFile()
public java.lang.String getViewTaskName()
getViewTaskName in interface ViewableContentBinarypublic java.lang.String getCheckLinksTaskName()
getCheckLinksTaskName in interface TestableRenderedContentLinksBinarypublic abstract org.gradle.api.file.RegularFileProperty getSourcePageFile()
public abstract org.gradle.api.provider.Property<java.lang.String> getGuideName()