A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

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.

B

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

C

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.

D

DEBUG - Field in Severity
DECK_JS - Enum Constant in Profile
DefaultAsciidoctorBaseDirConfiguration - Class in org.asciidoctor.gradle.base.internal
The default implementation for base directory copnfiguration.
DefaultAsciidoctorBaseDirConfiguration(org.gradle.api.Project, org.asciidoctor.gradle.base.AsciidoctorTaskFileOperations) - Constructor in DefaultAsciidoctorBaseDirConfiguration
DefaultAsciidoctorFileOperations - Class in org.asciidoctor.gradle.base.internal
Implements Asciidoctor conversion task file operations.
DefaultAsciidoctorFileOperations.1 - Class in org.asciidoctor.gradle.base.internal
DefaultAsciidoctorFileOperations.1() - Constructor in DefaultAsciidoctorFileOperations.1
DefaultAsciidoctorFileOperations(org.gradle.api.Task, java.lang.String) - Constructor in DefaultAsciidoctorFileOperations
DefaultAsciidoctorOutputOptions - Class in org.asciidoctor.gradle.base.internal
Implementation of output options for Asciidoctor tasks
DefaultAsciidoctorOutputOptions.1 - Class in org.asciidoctor.gradle.base.internal
DefaultAsciidoctorOutputOptions.1() - Constructor in DefaultAsciidoctorOutputOptions.1
DefaultAsciidoctorOutputOptions(org.ysb33r.grolifant.api.core.ProjectOperations, java.lang.String, org.asciidoctor.gradle.base.AsciidoctorTaskFileOperations) - Constructor in DefaultAsciidoctorOutputOptions
DefaultAsciidoctorWorkspacePreparation - Class in org.asciidoctor.gradle.base.internal
Default implementation of an Asciidoctor workspace preparation.
DefaultAsciidoctorWorkspacePreparation(org.ysb33r.grolifant.api.core.ProjectOperations, org.asciidoctor.gradle.base.AsciidoctorTaskFileOperations, org.asciidoctor.gradle.base.AsciidoctorTaskTreeOperations) - Constructor in DefaultAsciidoctorWorkspacePreparation
DeprecatedFeatures - Class in org.asciidoctor.gradle.base.internal
A simplified way of grouping deprecation messages.
DeprecatedFeatures.Messages - Class in org.asciidoctor.gradle.base.internal
DeprecatedFeatures() - Constructor in DeprecatedFeatures
DZ - Enum Constant in Profile

E

engineName - Property in DefaultAsciidoctorFileOperations
ERROR - Field in Severity
evaluateProviders(Map<String, Object>) - Method in AsciidoctorAttributes
Resolves all provider into the underlying type.
execute(org.gradle.api.tasks.util.PatternSet) - Method in AbstractAsciidoctorBaseTask.1
execute(org.gradle.api.file.CopySpec) - Method in AbstractAsciidoctorBaseTask.2
execute(org.gradle.api.Task) - Method in AsciidoctorBasePlugin.1
execute(org.gradle.api.tasks.util.PatternSet) - Method in DefaultAsciidoctorFileOperations.1
execute(org.gradle.api.file.CopySpec) - Method in DefaultAsciidoctorOutputOptions.1
executeDelegatingClosure(java.lang.Object, groovy.lang.Closure) - Method in AsciidoctorUtils
Executes a configuration closure.
executionMode - Property in ProcessMode
Use Gradle worker in-process.

F

FATAL - Field in Severity
findMatch(java.lang.String) - Method in ProfileUtils
Tries to find a profile that matches the given string.
FLOWTIME_JS - Enum Constant in Profile
fromExecutionMode(org.ysb33r.grolifant.api.core.jvm.ExecutionMode) - Method in ProcessMode

G

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
Access to the underlying OutputOptions.
getOutputOptions() - Method in DefaultAsciidoctorOutputOptions
Access to the underlying OutputOptions.
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

H

hasIntermediateWorkDir() - Method in AbstractAsciidoctorBaseTask
Checks whether an intermediate workdir is required.
hasIntermediateWorkDir() - Method in AsciidoctorTaskFileOperations
Checks whether an intermediate workdir is required.
hasIntermediateWorkDir() - Method in DefaultAsciidoctorFileOperations
Checks whether an intermediate workdir is required.

I

IMPRESS_JS - Enum Constant in Profile
IN_PROCESS - Field in ProcessMode
Use Gradle worker in-process.
INFO - Field in Severity
INSTANCE - Field in BaseDirIsNull
isBaseDirConfigured() - Method in AbstractAsciidoctorBaseTask
Checks whether an explicit strategy has been set for base directory.
isBaseDirConfigured() - Method in AsciidoctorTaskBaseDirConfiguration
Checks whether an explicit strategy has been set for base directory.
isBaseDirConfigured() - Method in DefaultAsciidoctorBaseDirConfiguration
Checks whether an explicit strategy has been set for base directory.
isDefined() - Method in AsciidoctorModuleDefinition
Whether the component has been allocated a version.
isSatisfiedBy(java.io.File) - Method in AsciidoctorUtils.1

J

JAVA_EXEC - Field in ProcessMode
Use a classic out-of-process Java execution.

K

L

languages(java.lang.String) - Method in AbstractAsciidoctorBaseTask
Add to list of languages to process.
languages(java.lang.String) - Method in AsciidoctorTaskFileOperations
Add to list of languages to process.
languages(java.lang.String) - Method in DefaultAsciidoctorFileOperations
Add to list of languages to process.
level - Property in Severity
load(java.lang.String) - Method in ModuleVersionLoader
Loads the versions
local(java.lang.String, Action<ComponentSrc>) - Method in AbstractDownloadableComponent
Adds a component source that is available on the local filesystem.
logDocuments - Property in AbstractAsciidoctorBaseTask
Logs documents as they are converted
logDocuments - Property in DefaultAsciidoctorFileOperations
Logs documents as they are converted

M

mapToDirectoryProvider(org.gradle.api.Project, java.lang.Object) - Method in AsciidoctorUtils
Maps a file object to a directory provider
MAX_VALUE - Field in ProcessMode
MAX_VALUE - Field in SafeMode
MAX_VALUE - Field in Severity
messages - Property in DeprecatedFeatures.Messages
MIN_VALUE - Field in ProcessMode
MIN_VALUE - Field in SafeMode
MIN_VALUE - Field in Severity
ModuleNotFoundException - Class in org.asciidoctor.gradle.base
Exception when an Asciidoctor module is not found.
ModuleNotFoundException() - Constructor in ModuleNotFoundException
ModuleVersionLoader - Class in org.asciidoctor.gradle.base
Loads the versions of Asciidoctor modules that are required for a specific plugin.
ModuleVersionLoader() - Constructor in ModuleVersionLoader

N

name - Property in DeprecatedFeatures.Messages
next() - Method in ProcessMode
next() - Method in SafeMode
next() - Method in Severity
normalizePath(java.lang.String) - Method in AsciidoctorUtils
Normalises slashes in a path.

O

of(int) - Method in Severity
OS - Field in AsciidoctorUtils
OUT_OF_PROCESS - Field in ProcessMode
Use out-of-process Gradle worker.
OutputOptions - Class in org.asciidoctor.gradle.base
Since:
2.0.0
OutputOptions() - Constructor in OutputOptions

P

prepareAttributes(org.ysb33r.grolifant.api.core.StringTools, Map<String, ?>, Map<String, ?>, Map<String, ?>, List<AsciidoctorAttributeProvider>, Optional<String>) - Method in AsciidoctorAttributes
Prepare attributes to be serialisable
prepareWorkspace(java.lang.String) - Method in AbstractAsciidoctorBaseTask
Prepares a workspace for a specific language prior to conversion.
prepareWorkspace(Optional<String>) - Method in AsciidoctorTaskWorkspacePreparation
Prepares a workspace for a specific language prior to conversion.
prepareWorkspace(java.lang.String) - Method in DefaultAsciidoctorWorkspacePreparation
Prepares a workspace for a specific language prior to conversion.
previous() - Method in ProcessMode
previous() - Method in SafeMode
previous() - Method in Severity
ProcessMode - Enum in org.asciidoctor.gradle.base.process
Ways of executing Java processes.
Profile - Enum in org.asciidoctor.gradle.base.slides
Profile names for various slide deck frameworks.
ProfileUtils - Class in org.asciidoctor.gradle.base.internal.slides
Utilities for dealing with Profile instances.
ProfileUtils() - Constructor in ProfileUtils

Q

R

relativePath - Property in AscGitHubArchive
Relative path to locate the them inside the GitHub archive.
relativePath - Property in AscGitLabArchive
Relative path to locate the them inside the GitLab archive.
REMARK_JS - Enum Constant in Profile
resetAttributesForLang(Map<String, Object>, java.lang.String) - Method in AbstractImplementationEngineExtension
Apply a new set of Asciidoctor language-specific attributes, clearing any language-specific attributes previously set.
resolveAsCacheable(Map<String, Object>, org.ysb33r.grolifant.api.core.ProjectOperations) - Method in AsciidoctorAttributes
Recursively resolves all content recursively into string, booleans, containers of string & boolean, and providers of string & boolean.
resolveAsSerializable(Map<String, Object>, org.ysb33r.grolifant.api.core.StringTools) - Method in AsciidoctorAttributes
Recursively resolves all content recursively into string, booleans, containers of string & boolean, and providers of string & boolean.
resources(java.lang.String, Action<? super CopySpec>) - Method in AbstractAsciidoctorBaseTask
Add to the CopySpec for extra files.
resources(java.lang.String, Action<? super CopySpec>) - Method in AsciidoctorTaskFileOperations
Add to the CopySpec for extra files.
resources(java.lang.String, Action<? super CopySpec>) - Method in DefaultAsciidoctorFileOperations
Add to the CopySpec for extra files.
REVEAL_JS - Enum Constant in Profile
RUBAN - Enum Constant in Profile

S

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

T

toList(Collection<I>, Function<I, O>) - Method in Transform
toSet(Iterable<I>, Function<I, O>) - Method in Transform
Transform - Class in org.asciidoctor.gradle.base
Transforms a collection to another collection.
Transform() - Constructor in Transform

U

UNDERSCORE_LED_FILES - Field in AsciidoctorUtils
UNDERSCORE_LED_PATTERN - Field in AsciidoctorUtils
UNKNOWN - Field in Severity
UNSAFE - Field in SafeMode
A safe mode level that disables any of the security features enforced by Asciidoctor (Ruby is still subject to its own restrictions).
use() - Method in AsciidoctorModuleDefinition
Use the default version of this component
useIntermediateWorkDir() - Method in AbstractAsciidoctorBaseTask
Some extensions such as ditaa creates images in the source directory.
useIntermediateWorkDir() - Method in AsciidoctorTaskFileOperations
Some extensions such as ditaa creates images in the source directory.
useIntermediateWorkDir() - Method in DefaultAsciidoctorFileOperations
Some extensions such as ditaa creates images in the source directory.

V

valueOf(java.lang.String) - Method in ProcessMode
valueOf(java.lang.String) - Method in SafeMode
valueOf(java.lang.String) - Method in Severity
values() - Method in ProcessMode
values() - Method in SafeMode
values() - Method in Severity
version(java.lang.Object) - Method in AsciidoctorModuleDefinition
Declarative way in DSL to set the version of the component to use.

W

WARN - Field in Severity
withIntermediateArtifacts(Action<PatternSet>) - Method in AbstractAsciidoctorBaseTask
Additional artifacts created by Asciidoctor that might require copying.
withIntermediateArtifacts(Action<PatternSet>) - Method in AsciidoctorTaskFileOperations
Additional artifacts created by Asciidoctor that might require copying.
withIntermediateArtifacts(Action<PatternSet>) - Method in DefaultAsciidoctorFileOperations
Additional artifacts created by Asciidoctor that might require copying.
workingSourceDir - Property in Workspace
Workspace - Class in org.asciidoctor.gradle.base.internal
Presents the workspace for a conversion.
Workspace(java.io.File, org.gradle.api.file.FileTree) - Constructor in Workspace

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _