- AbstractAsciidoctorBaseTask - Class in org.asciidoctor.gradle.base
Abstract base task for Asciidoctor that can be shared between AsciidoctorJ and Asciidoctor.js.
- AbstractAsciidoctorBaseTask.1 - Class in org.asciidoctor.gradle.base
- AbstractAsciidoctorBaseTask.1() - Constructor in AbstractAsciidoctorBaseTask.1
-
- AbstractAsciidoctorBaseTask.2 - Class in org.asciidoctor.gradle.base
- AbstractAsciidoctorBaseTask.2() - Constructor in AbstractAsciidoctorBaseTask.2
-
- AbstractDownloadableComponent - Class in org.asciidoctor.gradle.base
Base class for building extension which can allows styles and themes to be added to various
Asciidoctor backends that may require them.
- AbstractImplementationEngineExtension - Class in org.asciidoctor.gradle.base
Base class for implementing extensions in the Asciidoctor Gradle suite.
- ACCEPT_ONLY_FILES - Property in AsciidoctorUtils
-
- addDeprecationMessage(org.gradle.api.Project, java.lang.String, java.lang.String) - Method in DeprecatedFeatures
-
- apply(org.gradle.api.Project) - Method in AsciidoctorBasePlugin
-
- apply(org.gradle.api.Project) - Method in DeprecatedFeatures
-
- AscGitHubArchive - Class in org.asciidoctor.gradle.base
Represents a remote GitHub Archive.
- AscGitHubArchive(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in AscGitHubArchive
-
Create a downloadable Github reference.
- AscGitLabArchive - Class in org.asciidoctor.gradle.base
Represents a remote GitLab Archive.
- AscGitLabArchive(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in AscGitLabArchive
-
Create a downloadable Gitlab reference.
- AsciidoctorAttributeProvider - Interface in org.asciidoctor.gradle.base
A provider of Asciidoctor attributes.
- AsciidoctorAttributes - Class in org.asciidoctor.gradle.base.internal
Utilities for dealing with Asciidoctor attributes
- AsciidoctorAttributes() - Constructor in AsciidoctorAttributes
-
- AsciidoctorBasePlugin - Class in org.asciidoctor.gradle.base
Base plugin for all Asciidoctor plugins (J & JS).
- AsciidoctorBasePlugin.1 - Class in org.asciidoctor.gradle.base
- AsciidoctorBasePlugin.1() - Constructor in AsciidoctorBasePlugin.1
-
- AsciidoctorBasePlugin() - Constructor in AsciidoctorBasePlugin
-
- AsciidoctorExecutionException - Class in org.asciidoctor.gradle.base
- Since:
- 3.0 (Moved from org.asciidoctor.gradle.jvm)
- AsciidoctorExecutionException() - Constructor in AsciidoctorExecutionException
-
- AsciidoctorModuleDefinition - Interface in org.asciidoctor.gradle.base
Describes a converter.
- AsciidoctorMultiLanguageException - Class in org.asciidoctor.gradle.base
- Since:
- 3.0 (Moved from org.asciidoctor.gradle.jvm)
- AsciidoctorMultiLanguageException() - Constructor in AsciidoctorMultiLanguageException
-
- AsciidoctorTaskAttributes - Interface in org.asciidoctor.gradle.base
The attribute methods all Asciidoctor conversion tasks will offer.
- AsciidoctorTaskBaseDirConfiguration - Interface in org.asciidoctor.gradle.base
Asciidoctor base directories need special care and those methods are specified by this interface.
- AsciidoctorTaskFileOperations - Interface in org.asciidoctor.gradle.base
The standard methods all Asciidoctor conversion tasks will offer.
- AsciidoctorTaskMethods - Interface in org.asciidoctor.gradle.base
Methods that an ASciidoctor conversion task should implement.
- AsciidoctorTaskOutputOptions - Interface in org.asciidoctor.gradle.base
Asciidoctor conversion output options.
- AsciidoctorTaskReportableConfigurations - Interface in org.asciidoctor.gradle.base
- AsciidoctorTaskTreeOperations - Interface in org.asciidoctor.gradle.base
Additional operations on the source and destinations trees for Asciidoctor conversions.
- AsciidoctorTaskWorkspacePreparation - Interface in org.asciidoctor.gradle.base
Methods for preparing an Asciidoctor worksapce prior to conversion.
- AsciidoctorUtils - Class in org.asciidoctor.gradle.base
Utility methods used internally by Asciidoctor plugins.
- AsciidoctorUtils.1 - Class in org.asciidoctor.gradle.base
- AsciidoctorUtils.1() - Constructor in AsciidoctorUtils.1
-
- AsciidoctorUtils() - Constructor in AsciidoctorUtils
-
- attribute(java.lang.String, java.lang.Object) - Method in AbstractImplementationEngineExtension
-
Add a single attribute
- attributeProvider(groovy.lang.Closure) - Method in AbstractImplementationEngineExtension
-
Adds a closure as an additional attribute provider.
- attributes(Map<String, Object>) - Method in AbstractAsciidoctorBaseTask
-
Shortcut method to add additional asciidoctor attributes.
- attributes(java.util.Map) - Method in AbstractImplementationEngineExtension
-
Add additional Asciidoctor attributes.
- attributes(Map<String,Object>) - Method in AsciidoctorTaskAttributes
-
Shortcut method to add additional asciidoctor attributes.
- attributesForLang(Map<String, Object>, java.lang.String) - Method in AbstractImplementationEngineExtension
-
Add additional Asciidoctor attributes.
- backends() - Method in AsciidoctorTaskOutputOptions
-
The current set of configured Asciidoctor backends.
- backends() - Method in DefaultAsciidoctorOutputOptions
-
The current set of configured Asciidoctor backends.
- backends(java.lang.String) - Method in OutputOptions
-
Adds additional backends.
- baseDir - Property in BaseDirIsNull
-
- BaseDirFollowsProject - Class in org.asciidoctor.gradle.base.basedir
Strategy where the project directory is always to be base directory
for asciidoctor conversions.
- BaseDirFollowsProject(java.io.File) - Constructor in BaseDirFollowsProject
-
Sets the project by the project directory.
- BaseDirFollowsRootProject - Class in org.asciidoctor.gradle.base.basedir
Strategy where the root project is always the base directory
for asciidoctor conversions
- BaseDirFollowsRootProject(org.gradle.api.Project) - Constructor in BaseDirFollowsRootProject
-
- baseDirFollowsSourceDir() - Method in AsciidoctorTaskBaseDirConfiguration
-
The base dir will be the same as the source directory.
- baseDirFollowsSourceDir() - Method in DefaultAsciidoctorBaseDirConfiguration
-
The base dir will be the same as the source directory.
- baseDirFollowsSourceFile() - Method in AsciidoctorTaskBaseDirConfiguration
-
Sets the basedir to be the same directory as each individual source file.
- baseDirFollowsSourceFile() - Method in DefaultAsciidoctorBaseDirConfiguration
-
Sets the basedir to be the same directory as each individual source file.
- BaseDirIsFixedPath - Class in org.asciidoctor.gradle.base.basedir
Strategy where a lazy-evaluated fixed path is used as the base
directory for asciidoctor conversions.
- BaseDirIsFixedPath(Provider<File>) - Constructor in BaseDirIsFixedPath
-
- BaseDirIsNull - Class in org.asciidoctor.gradle.base.basedir
Strategy where base directory is null so that input file's parent directory gets used as base_dir
in asciidoctor conversion
- BaseDirIsNull() - Constructor in BaseDirIsNull
-
- baseDirIsProjectDir() - Method in AsciidoctorTaskBaseDirConfiguration
-
Sets the basedir to be the same directory as the current project directory.
- baseDirIsProjectDir() - Method in DefaultAsciidoctorBaseDirConfiguration
-
Sets the basedir to be the same directory as the current project directory.
- baseDirIsRootProjectDir() - Method in AsciidoctorTaskBaseDirConfiguration
-
Sets the basedir to be the same directory as the root project directory.
- baseDirIsRootProjectDir() - Method in DefaultAsciidoctorBaseDirConfiguration
-
Sets the basedir to be the same directory as the root project directory.
- BaseDirStrategy - Interface in org.asciidoctor.gradle.base
Strategy to set where the base directory should be relative to
a project.
- BESPOKE - Enum Constant in Profile
-
- checkForIncompatiblePathRoots(org.asciidoctor.gradle.base.BaseDirStrategy) - Method in AsciidoctorTaskTreeOperations
-
Validates that the path roots are sane.
- checkForIncompatiblePathRoots(org.asciidoctor.gradle.base.BaseDirStrategy) - Method in DefaultAsciidoctorFileOperations
-
Validates that the path roots are sane.
- checkForInvalidSourceDocuments() - Method in AsciidoctorTaskTreeOperations
-
Validates the source tree
- checkForInvalidSourceDocuments() - Method in DefaultAsciidoctorFileOperations
-
Validates the source tree
- clearSecondarySources() - Method in AbstractAsciidoctorBaseTask
-
Clears any of the existing secondary soruces patterns.
- clearSecondarySources() - Method in AsciidoctorTaskFileOperations
-
Clears any of the existing secondary soruces patterns.
- clearSecondarySources() - Method in DefaultAsciidoctorFileOperations
-
Clears any of the existing secondary soruces patterns.
- clearSources() - Method in AbstractAsciidoctorBaseTask
-
Clears existing sources patterns.
- clearSources() - Method in AsciidoctorTaskFileOperations
-
Clears existing sources patterns.
- clearSources() - Method in DefaultAsciidoctorFileOperations
-
Clears existing sources patterns.
- configureOutputOptions(Action<OutputOptions>) - Method in DefaultAsciidoctorOutputOptions
-
Configures output options for this task.
- copyAllResources() - Method in AbstractAsciidoctorBaseTask
-
Copies all resources to the output directory.
- copyAllResources() - Method in AsciidoctorTaskOutputOptions
-
Copies all resources to the output directory.
- copyAllResources() - Method in DefaultAsciidoctorOutputOptions
-
Copies all resources to the output directory.
- copyNoResources() - Method in AbstractAsciidoctorBaseTask
-
Do not copy any resources to the output directory.
- copyNoResources() - Method in AsciidoctorTaskOutputOptions
-
Do not copy any resources to the output directory.
- copyNoResources() - Method in DefaultAsciidoctorOutputOptions
-
Do not copy any resources to the output directory.
- copyResourcesByBackend(java.lang.String, java.io.File, java.io.File, Optional<String>) - Method in AsciidoctorTaskOutputOptions
-
Copy resources for a backend name.
- copyResourcesByBackend(java.lang.String, java.io.File, java.io.File, Optional<String>) - Method in DefaultAsciidoctorOutputOptions
-
Copy resources for a backend.
- copyResourcesOnlyIf(java.lang.String) - Method in AbstractAsciidoctorBaseTask
-
Copy resources to the output directory only if the backend names matches any of the specified
names.
- copyResourcesOnlyIf(java.lang.String) - Method in AsciidoctorTaskOutputOptions
-
Copy resources to the output directory only if the backend names matches any of the specified
names.
- copyResourcesOnlyIf(java.lang.String) - Method in DefaultAsciidoctorOutputOptions
-
Copy resources to the output directory only if the backend names matches any of the specified
names.
- createDirectoryProperty(org.gradle.api.Project) - Method in AsciidoctorUtils
-
Creates a
DirectoryProperty instance in a way that is backwards-comaptible to
Gradle 4.3.
- GENERIC - Enum Constant in Profile
-
- getAttributeProviders() - Method in AbstractAsciidoctorBaseTask
-
Shortcut method to access additional providers of attributes.
- getAttributeProviders() - Method in AbstractImplementationEngineExtension
-
Returns a list of additional attribute providers.
- getAttributeProviders() - Method in AsciidoctorTaskAttributes
-
Shortcut method to access additional providers of attributes.
- getAttributes() - Method in AbstractAsciidoctorBaseTask
-
Shortcut method for obtaining attributes.
- getAttributes() - Method in AbstractImplementationEngineExtension
-
Resolves all of the Asciidoctor options.
- getAttributes() - Method in AsciidoctorAttributeProvider
-
Map of (potentially unresolved) Asciidoctor attributes.
- getAttributes() - Method in AsciidoctorTaskAttributes
-
Shortcut method for obtaining attributes.
- getAttributesForLang(java.lang.String) - Method in AbstractImplementationEngineExtension
-
Returns all of the Asciidoctor attributes for a specific language.
- getBackendOutputDirectories() - Method in AbstractAsciidoctorBaseTask
-
Returns a list of all output directories by backend
- getBackendOutputDirectories() - Method in AsciidoctorTaskFileOperations
-
Returns a list of all output directories by backend
- getBackendOutputDirectories() - Method in AsciidoctorTaskOutputOptions
-
Returns a list of all output directories by backend
- getBackendOutputDirectories() - Method in DefaultAsciidoctorFileOperations
-
Returns a list of all output directories by backend
- getBackendOutputDirectories() - Method in DefaultAsciidoctorOutputOptions
-
Returns a list of all output directories by backend
- getBackends() - Method in OutputOptions
-
Returns the set of backends that was configured for this task
- getBaseDir(java.lang.String) - Method in AsciidoctorTaskBaseDirConfiguration
-
Base directory (current working directory) for a conversion.
- getBaseDir(java.lang.String) - Method in BaseDirFollowsProject
-
Base directory location.
- getBaseDir(java.lang.String) - Method in BaseDirFollowsRootProject
-
Base directory location.
- getBaseDir(java.lang.String) - Method in BaseDirIsFixedPath
-
Base directory location for a specific language.
- getBaseDir(java.lang.String) - Method in BaseDirIsNull
-
- getBaseDir(java.lang.String) - Method in BaseDirStrategy
-
Base directory location for a specific language.
- getBaseDir(java.lang.String) - Method in DefaultAsciidoctorBaseDirConfiguration
-
Base directory (current working directory) for a conversion.
- getBaseDirProvider() - Method in AsciidoctorTaskBaseDirConfiguration
-
- getBaseDirProvider() - Method in DefaultAsciidoctorBaseDirConfiguration
-
- getBaseDirStrategy() - Method in AsciidoctorTaskBaseDirConfiguration
-
Returns the current basedir strategy if it has been configured.
- getBaseDirStrategy() - Method in DefaultAsciidoctorBaseDirConfiguration
-
Returns the current basedir strategy if it has been configured.
- getByName(java.lang.String) - Method in AbstractDownloadableComponent
-
Retrieve a component by name.
- getClassLocation(java.lang.Class) - Method in AsciidoctorUtils
-
Returns the location of a class
- getCopyResourcesForBackends() - Method in AbstractAsciidoctorBaseTask
-
List of backends for which to copy resources.
- getCopyResourcesForBackends() - Method in AsciidoctorTaskOutputOptions
-
List of backends for which to copy resources.
- getCopyResourcesForBackends() - Method in DefaultAsciidoctorOutputOptions
-
List of backends for which to copy resources.
- getDeckTapeShortName() - Method in Profile
-
- getDefaultResourceCopySpec(Optional<String>) - Method in AbstractAsciidoctorBaseTask
-
The default CopySpec that will be used if resources was never called
- getDefaultResourceCopySpec(Optional<String>) - Method in AsciidoctorTaskFileOperations
-
The default CopySpec that will be used if resources was never called
- getDefaultResourceCopySpec(Optional<String>) - Method in DefaultAsciidoctorFileOperations
-
The default CopySpec that will be used if resources was never called
- getDefaultSecondarySourceDocumentPattern() - Method in AsciidoctorTaskTreeOperations
-
The default pattern set for secondary sources.
- getDefaultSecondarySourceDocumentPattern() - Method in DefaultAsciidoctorFileOperations
-
The default pattern set for secondary sources.
- getDefaultSourceDocumentPattern() - Method in AsciidoctorTaskTreeOperations
-
The default
PatternSet that will be used if
sources was never called
- getDefaultSourceDocumentPattern() - Method in DefaultAsciidoctorFileOperations
-
The default
PatternSet that will be used if
sources was never called
- getEngineName() - Method in AsciidoctorTaskFileOperations
-
The name of the Asciidoctor engine implementation.
- getIntermediateArtifactPatternProvider() - Method in AbstractAsciidoctorBaseTask
-
A provider of patterns identifying intermediate artifacts.
- getIntermediateArtifactPatternProvider() - Method in AsciidoctorTaskFileOperations
-
A provider of patterns identifying intermediate artifacts.
- getIntermediateArtifactPatternProvider() - Method in DefaultAsciidoctorFileOperations
-
A provider of patterns identifying intermediate artifacts.
- getIntermediateWorkDir() - Method in AbstractAsciidoctorBaseTask
-
The directory that will be the intermediate directory should one be required.
- getIntermediateWorkDir() - Method in AsciidoctorTaskFileOperations
-
The directory that will be the intermediate directory should one be required.
- getIntermediateWorkDirProvider() - Method in AbstractAsciidoctorBaseTask
-
- getIntermediateWorkDirProvider() - Method in AsciidoctorTaskFileOperations
-
- getIntermediateWorkDirProvider() - Method in DefaultAsciidoctorFileOperations
-
The directory that will be the intermediate directory should one be required.
- getLanguageResourceCopySpec(java.lang.String) - Method in AbstractAsciidoctorBaseTask
-
Returns the copy specification for the resources of a specific language.
- getLanguageResourceCopySpec(java.lang.String) - Method in AsciidoctorTaskFileOperations
-
Returns the copy specification for the resources of a specific language.
- getLanguageResourceCopySpec(java.lang.String) - Method in DefaultAsciidoctorFileOperations
-
Returns the copy specification for the resources of a specific language.
- getLanguages() - Method in AbstractAsciidoctorBaseTask
-
Obtain List of languages the sources documents are written in.
- getLanguages() - Method in AsciidoctorTaskFileOperations
-
Obtain List of languages the sources documents are written in.
- getLanguages() - Method in DefaultAsciidoctorFileOperations
-
Obtain List of languages the sources documents are written in.
- getLanguageSecondarySourceFileTree(java.lang.String) - Method in AsciidoctorTaskTreeOperations
-
Gets the language-specific secondary source tree.
- getLanguageSecondarySourceFileTree(java.lang.String) - Method in DefaultAsciidoctorFileOperations
-
Gets the language-specific secondary source tree.
- getLanguageSourceFileTree(java.lang.String) - Method in AsciidoctorTaskTreeOperations
-
Gets the language-specific source tree
- getLanguageSourceFileTree(java.lang.String) - Method in DefaultAsciidoctorFileOperations
-
Gets the language-specific source tree
- getLevel() - Method in SafeMode
-
- getLogDocuments() - Method in AsciidoctorTaskFileOperations
-
Logs documents as they are converted
- getName() - Method in Profile
-
- getOutputDir() - Method in AbstractAsciidoctorBaseTask
-
Returns the current toplevel output directory
- getOutputDir() - Method in AsciidoctorTaskFileOperations
-
Returns the current toplevel output directory
- getOutputDir() - Method in DefaultAsciidoctorFileOperations
-
Returns the current toplevel output directory
- getOutputDirFor(java.lang.String) - Method in DefaultAsciidoctorFileOperations
-
Get the output directory for a specific backend.
- getOutputDirForBackend(java.lang.String, java.lang.String) - Method in AsciidoctorTaskOutputOptions
-
Get the output directory for a specific backend.
- getOutputDirForBackend(java.lang.String, java.lang.String) - Method in DefaultAsciidoctorOutputOptions
-
Get the output directory for a specific backend.
- getOutputDirProperty() - Method in AbstractAsciidoctorBaseTask
-
Returns the current toplevel output directory as a property object.
- getOutputDirProperty() - Method in AsciidoctorTaskFileOperations
-
Returns the current toplevel output directory as a property object.
- getOutputDirProperty() - Method in DefaultAsciidoctorFileOperations
-
Returns the current toplevel output directory as a property object.
- getOutputOptions() - Method in AsciidoctorTaskOutputOptions
-
- getOutputOptions() - Method in DefaultAsciidoctorOutputOptions
-
- getProfile() - Method in SlidesToExportAware
-
- getProfileShortName() - Method in Profile
-
- getRelativePath(java.io.File, java.io.File) - Method in AsciidoctorUtils
-
Returns the path of one File relative to another.
- getRelativePathToFsRoot(java.io.File) - Method in AsciidoctorUtils
-
Get relative path to the current filesystem root
- getReportableConfigurations() - Method in AbstractAsciidoctorBaseTask
-
Configurations for which dependencies should be reported.
- getReportableConfigurations() - Method in AsciidoctorTaskReportableConfigurations
-
Configurations for which dependencies should be reported.
- getResourceCopySpec(Optional<String>) - Method in AbstractAsciidoctorBaseTask
-
Gets the CopySpec for additional resources.
- getResourceCopySpec(Optional<String>) - Method in AsciidoctorTaskFileOperations
-
Gets the CopySpec for additional resources.
- getResourceCopySpec(Optional<String>) - Method in DefaultAsciidoctorFileOperations
-
Gets the CopySpec for additional resources.
- getSafeMode() - Method in AbstractImplementationEngineExtension
-
Returns the Asciidoctor SafeMode under which a conversion will be run.
- getSecondarySourceFileTree() - Method in AbstractAsciidoctorBaseTask
-
Returns a FileTree containing all of the secondary source documents.
- getSecondarySourceFileTree() - Method in AsciidoctorTaskFileOperations
-
Returns a FileTree containing all secondary source documents.
- getSecondarySourceFileTree() - Method in DefaultAsciidoctorFileOperations
-
Returns a FileTree containing all of the secondary source documents.
- getSecondarySourceFileTreeFrom(java.io.File) - Method in AsciidoctorTaskTreeOperations
-
Obtains a secondary source tree based on patterns.
- getSecondarySourceFileTreeFrom(java.io.File) - Method in DefaultAsciidoctorFileOperations
-
Obtains a secondary source tree based on patterns.
- getSeparateOutputDirs() - Method in OutputOptions
-
If set to true each backend will be output to a separate subfolder below outputDir
- getSourceDir() - Method in AbstractAsciidoctorBaseTask
-
Returns the parent directory for Asciidoctor source.
- getSourceDir() - Method in AsciidoctorTaskFileOperations
-
Returns the parent directory for Asciidoctor source.
- getSourceDirProperty() - Method in AbstractAsciidoctorBaseTask
-
Returns the parent directory for Asciidoctor source as a property object.
- getSourceDirProperty() - Method in AsciidoctorTaskFileOperations
-
Returns the parent directory for Asciidoctor source as a property object.
- getSourceDirProperty() - Method in DefaultAsciidoctorFileOperations
-
Returns the parent directory for Asciidoctor source as a property object.
- getSourceFileTree() - Method in AbstractAsciidoctorBaseTask
-
Returns a FileTree containing all of the source documents
- getSourceFileTree() - Method in AsciidoctorTaskFileOperations
-
Returns a FileTree containing all source documents
- getSourceFileTree(org.ysb33r.grolifant.api.core.ProjectOperations, java.io.File, org.gradle.api.tasks.util.PatternSet) - Method in AsciidoctorUtils
-
Gets a fileTree that described an Asciidoctor set of source files.
- getSourceFileTree() - Method in DefaultAsciidoctorFileOperations
-
Returns a FileTree containing all of the source documents
- getSourceFileTreeFrom(java.io.File) - Method in AsciidoctorTaskTreeOperations
-
Obtains a source tree based on patterns.
- getSourceFileTreeFrom(java.io.File) - Method in DefaultAsciidoctorFileOperations
-
Obtains a source tree based on patterns.
- getTaskSpecificDefaultAttributes(java.io.File) - Method in AbstractAsciidoctorBaseTask
-
A task may add some default attributes.
- getTaskSpecificDefaultAttributes(java.io.File) - Method in AsciidoctorTaskFileOperations
-
A task may add some default attributes.
- getTaskSpecificDefaultAttributes(java.io.File) - Method in DefaultAsciidoctorFileOperations
-
A task may add some default attributes.
- getVersion() - Method in AsciidoctorModuleDefinition
-
Version of the component
- github(java.lang.String, Action<AscGitHubArchive>) - Method in AbstractDownloadableComponent
-
Use a GitHub repository as a theme.
- gitlab(java.lang.String, Action<AscGitLabArchive>) - Method in AbstractDownloadableComponent
-
Use a GitLab repository as a theme.
- GOOGLE_HTML5 - Enum Constant in Profile
-
- SAFE - Field in SafeMode
-
A safe mode level that closely parallels safe mode in AsciiDoc.
- SafeMode - Enum in org.asciidoctor.gradle.base
Describes Asciidoc sefty modes.
- safeMode(int) - Method in SafeMode
-
- secondarySources(Action<? super PatternSet>) - Method in AbstractAsciidoctorBaseTask
-
Configures sources.
- secondarySources(Action<? super PatternSet>) - Method in AsciidoctorTaskFileOperations
-
Configures sources.
- secondarySources(Action<? super PatternSet>) - Method in DefaultAsciidoctorFileOperations
-
Configures sources.
- SECURE - Field in SafeMode
-
A safe mode level that disallows the document from attempting to read files from the file system and including
the contents of them into the document, in additional to all the security features of SafeMode::SERVER.
- SERVER - Field in SafeMode
-
A safe mode level that disallows the document from setting attributes that would affect the rendering of the
document, in addition to all the security features of SafeMode::SAFE.
- setAttributes(Map<String, Object>) - Method in AbstractAsciidoctorBaseTask
-
Shortcut method to apply a new set of Asciidoctor attributes, clearing any attributes previously set.
- setAttributes(java.util.Map) - Method in AbstractImplementationEngineExtension
-
Apply a new set of Asciidoctor attributes, clearing any attributes previously set.
- setAttributes(Map<String,Object>) - Method in AsciidoctorTaskAttributes
-
Shortcut method to apply a new set of Asciidoctor attributes, clearing any attributes previously set.
- setBackends(Iterable<String>) - Method in OutputOptions
-
Sets a new set of backends.
- setBaseDir(java.lang.Object) - Method in AsciidoctorTaskBaseDirConfiguration
-
Sets the base directory for a conversion.
- setBaseDir(java.lang.Object) - Method in DefaultAsciidoctorBaseDirConfiguration
-
Sets the base directory for a conversion.
- setConvention(Property<T>, Provider<T>) - Method in AsciidoctorUtils
-
Sets a property convention using a provider in a way that is compatible back to Gradle 4.3.
- setLanguages(Iterable<String>) - Method in AbstractAsciidoctorBaseTask
-
Reset current list of languages and replace with a new set.
- setLanguages(Iterable<String>) - Method in AsciidoctorTaskFileOperations
-
Reset current list of languages and replace with a new set.
- setLanguages(Iterable<String>) - Method in DefaultAsciidoctorFileOperations
-
Reset current list of languages and replace with a new set.
- setLogDocuments(boolean) - Method in AsciidoctorTaskFileOperations
-
Whether to log documents as they are being converted.
- setOutputDir(java.lang.Object) - Method in AbstractAsciidoctorBaseTask
-
Sets the new Asciidoctor parent output directory.
- setOutputDir(java.lang.Object) - Method in AsciidoctorTaskFileOperations
-
Sets the new Asciidoctor parent output directory.
- setOutputDir(java.lang.Object) - Method in DefaultAsciidoctorFileOperations
-
Sets the new Asciidoctor parent output directory.
- setSafeMode(java.lang.String) - Method in AbstractImplementationEngineExtension
-
Set Asciidoctor safe mode.
- setSeparateOutputDirs(boolean) - Method in OutputOptions
-
Sets whether multiple output directories must be used.
- setSourceDir(java.lang.Object) - Method in AbstractAsciidoctorBaseTask
-
Sets the new Asciidoctor parent source directory.
- setSourceDir(java.lang.Object) - Method in AsciidoctorTaskFileOperations
-
Sets the new Asciidoctor parent source directory.
- setSourceDir(java.lang.Object) - Method in DefaultAsciidoctorFileOperations
-
Sets the new Asciidoctor parent source directory.
- setVersion(java.lang.Object) - Method in AsciidoctorModuleDefinition
-
Set the version of the component to use.
- Severity - Enum in org.asciidoctor.gradle.base.log
Describes Asciidoctor log severities.
- SlidesToExportAware - Interface in org.asciidoctor.gradle.base.slides
For tasks types that creates slides and can be auto-recognised
for specific slide-to-pdf converters when such plugins are applied.
- sourceDir(java.lang.Object) - Method in AbstractAsciidoctorBaseTask
-
Sets the new Asciidoctor parent source directory in a declarative style.
- sourceDir(java.lang.Object) - Method in AsciidoctorTaskFileOperations
-
Sets the new Asciidoctor parent source directory in a declarative style.
- sourceDir(java.lang.Object) - Method in DefaultAsciidoctorFileOperations
-
Sets the new Asciidoctor parent source directory in a declarative style.
- sources(java.lang.String) - Method in AbstractAsciidoctorBaseTask
-
Include source patterns.
- sources(java.lang.String) - Method in AsciidoctorTaskFileOperations
-
Include source patterns.
- sources(java.lang.String) - Method in DefaultAsciidoctorFileOperations
-
Include source patterns.
- sourceTree - Property in Workspace
-
- SPF - Enum Constant in Profile
-