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

AbstractAsciidoctorTask - Class in org.asciidoctor.gradle.jvm
Base class for all AsciidoctorJ tasks.
accept(java.io.File, java.lang.String) - Method in JavaExecUtils.1
apply(org.gradle.api.Project) - Method in AsciidoctorJBasePlugin
apply(org.gradle.api.Project) - Method in AsciidoctorJPlugin
asciidoctorConfigurations - Property in AsciidoctorWorkerParameters
Map of executor configuration keyed by language.
AsciidoctorExecutorFactory - Class in org.asciidoctor.gradle.internal
Creates an executor for running Asciidoctor conversions inside a worker.
AsciidoctorExecutorFactory() - Constructor in AsciidoctorExecutorFactory
asciidoctorExtensions - Property in ExecutorConfiguration
AsciidoctorJavaExec - Class in org.asciidoctor.gradle.remote
Runs Asciidoctor as an externally invoked Java process.
AsciidoctorJavaExec(org.asciidoctor.gradle.internal.ExecutorConfigurationContainer) - Constructor in AsciidoctorJavaExec
AsciidoctorJBasePlugin - Class in org.asciidoctor.gradle.jvm
Authors:
Schalk W.
AsciidoctorJBasePlugin() - Constructor in AsciidoctorJBasePlugin
AsciidoctorJExtension - Class in org.asciidoctor.gradle.jvm
Extension for configuring AsciidoctorJ.
AsciidoctorJExtension(org.gradle.api.Task) - Constructor in AsciidoctorJExtension
Attach extension to a task.
AsciidoctorJLogProcessor - Class in org.asciidoctor.gradle.remote
How to deal with failures coming out of AsciidoctorJ.
AsciidoctorJLogProcessor.1 - Class in org.asciidoctor.gradle.remote
AsciidoctorJLogProcessor.1() - Constructor in AsciidoctorJLogProcessor.1
AsciidoctorJLogProcessor(int, int) - Constructor in AsciidoctorJLogProcessor
AsciidoctorJModules - Interface in org.asciidoctor.gradle.jvm
Define versions for standard AsciidoctorJ modules.
AsciidoctorJPlugin - Class in org.asciidoctor.gradle.jvm
Since:
2.0.0
AsciidoctorJPlugin.1 - Class in org.asciidoctor.gradle.jvm
AsciidoctorJPlugin.1() - Constructor in AsciidoctorJPlugin.1
AsciidoctorJPlugin() - Constructor in AsciidoctorJPlugin
AsciidoctorJSetup - Class in org.asciidoctor.gradle.remote
Sets AsciidoctorJ runtime.
AsciidoctorJSetup() - Constructor in AsciidoctorJSetup
AsciidoctorJvmExecSpec - Class in org.asciidoctor.gradle.jvm
JVM execution spec for runnign AsciidoctorJ.
AsciidoctorJvmExecSpec(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in AsciidoctorJvmExecSpec
AsciidoctorRemoteExecutionException - Class in org.asciidoctor.gradle.remote
Indicates that something has gone wrong running AsciidoctorJ in a worker or external JVM.
AsciidoctorRemoteExecutionException() - Constructor in AsciidoctorRemoteExecutionException
AsciidoctorTask - Class in org.asciidoctor.gradle.jvm
Standard generic task for converting Asciidoctor documents.
AsciidoctorTask(org.gradle.workers.WorkerExecutor) - Constructor in AsciidoctorTask
AsciidoctorWorkerExecutor - Class in org.asciidoctor.gradle.remote
Runs Asciidoctor inside a worker.
AsciidoctorWorkerExecutor() - Constructor in AsciidoctorWorkerExecutor
AsciidoctorWorkerParameterFactory - Class in org.asciidoctor.gradle.internal
Creates worker parameters using Grolifant worker setup.
AsciidoctorWorkerParameterFactory(Callable<Map<String, List<ExecutorConfiguration>>>) - Constructor in AsciidoctorWorkerParameterFactory
AsciidoctorWorkerParameters - Class in org.asciidoctor.gradle.internal
Parameters for serializing Asciidoctor jobs to workers.
AsciidoctorWorkerParameters() - Constructor in AsciidoctorWorkerParameters
ATTR_PROJECT_DIR - Field in AsciidoctorJSetup
ATTR_REL_SRC_DIR - Field in AsciidoctorJSetup
ATTR_ROOT_DIR - Field in AsciidoctorJSetup
attributes(java.util.Map) - Method in AbstractAsciidoctorTask
Add additional asciidoctor options
attributes - Property in ExecutorConfiguration

B

backendName - Property in ExecutorConfiguration
baseDir - Property in ExecutorConfiguration

C

CLASSPATH - Field in AbstractAsciidoctorTask
configurations(java.lang.Object) - Method in AbstractAsciidoctorTask
Add additional configurations.
configurations - Property in ExecutorConfigurationContainer
copyResources - Property in ExecutorConfiguration
createAndConfigure(org.ysb33r.grolifant.api.core.jvm.worker.WorkerExecSpec) - Method in AsciidoctorWorkerParameterFactory
Parameters:
execSpec - Java execution specification that can be used for setting worker execution details.
createExecutor() - Method in AsciidoctorExecutorFactory
Creates an executor that can work with a set of parameters.

D

DEBUG - Field in ExecutorLogLevel
DefaultAsciidoctorJModules - Class in org.asciidoctor.gradle.internal
Implementation of {
Link:
AsciidoctorJModules}.
DefaultAsciidoctorJModules(org.ysb33r.grolifant.api.core.ProjectOperations, org.asciidoctor.gradle.jvm.AsciidoctorJExtension, Map<String, String>) - Constructor in DefaultAsciidoctorJModules
DEPS_REPORT - Field in AsciidoctorJBasePlugin
diagram(groovy.lang.Closure) - Method in AsciidoctorJModules
Parameters:
cfg
diagram(groovy.lang.Closure) - Method in DefaultAsciidoctorJModules
docExtensions(org.gradle.api.Project) - Method in AsciidoctorJExtension
Defines extensions to be registered.
docExtensionsFromExternal(java.lang.String) - Method in AsciidoctorJExtension
Defines extensions to be registered.

E

epub(groovy.lang.Closure) - Method in AsciidoctorJModules
Parameters:
cfg
epub(groovy.lang.Closure) - Method in DefaultAsciidoctorJModules
ERROR - Field in AbstractAsciidoctorTask
ERROR - Field in ExecutorLogLevel
exec() - Method in AbstractAsciidoctorTask
exec() - Method in AsciidoctorTask
execute(org.asciidoctor.gradle.jvm.AsciidoctorTask) - Method in AsciidoctorJPlugin.1
executeWith(org.asciidoctor.gradle.internal.AsciidoctorWorkerParameters) - Method in AsciidoctorWorkerExecutor
ExecutorBase - Class in org.asciidoctor.gradle.remote
Base class for building claspath-isolated executors for Asciidoctor.
ExecutorBase.1 - Class in org.asciidoctor.gradle.remote
ExecutorBase.1() - Constructor in ExecutorBase.1
ExecutorConfiguration - Class in org.asciidoctor.gradle.internal
Configuration for running Asciidoctor
ExecutorConfiguration() - Constructor in ExecutorConfiguration
ExecutorConfigurationContainer - Class in org.asciidoctor.gradle.internal
Contains a number of executor configurations.
ExecutorConfigurationContainer(org.asciidoctor.gradle.internal.ExecutorConfiguration) - Constructor in ExecutorConfigurationContainer
ExecutorLogLevel - Enum in org.asciidoctor.gradle.internal
Log level that executor should operate at.
executorLogLevel - Property in ExecutorConfiguration
ExecutorUtils - Class in org.asciidoctor.gradle.internal
Utility methods for dealing with executors.
ExecutorUtils() - Constructor in ExecutorUtils

F

failOnFailureLevelReachedOrExceeded() - Method in AsciidoctorJLogProcessor
If failure level is reached or exceed, fail with an exception.
failOnWarnings() - Method in AsciidoctorJLogProcessor
If any warning message was set, fail with an exception.
failureLevel - Property in ExecutorConfiguration
FATAL - Field in AbstractAsciidoctorTask
fatalMessagePatterns - Property in ExecutorConfiguration
fatalWarnings(java.lang.Object) - Method in AsciidoctorJExtension
Adds additional message patterns for treating Asciidoctor log messages as errors.
forkOptions(Action<JavaForkOptionsWithEnvProvider>) - Method in AbstractAsciidoctorTask
Set fork options for JAVA_EXEC and OUT_OF_PROCESS modes.

G

getAttributeProviders() - Method in AbstractAsciidoctorTask
Additional providers of attributes.
getAttributes() - Method in AbstractAsciidoctorTask
Returns all of the Asciidoctor options.
getConfiguration() - Method in AsciidoctorJExtension
Returns a runConfiguration of the configured AsciidoctorJ dependencies.
getConfigurations() - Method in AbstractAsciidoctorTask
Returns all of the specified configurations as a collections of files.
getDefaultSecondarySourceDocumentPattern() - Method in AsciidoctorTask
The default pattern set for secondary sources baced upon the configured backends.
getDiagram() - Method in AsciidoctorJModules
@return
getDiagram() - Method in DefaultAsciidoctorJModules
getDocExtensions() - Method in AsciidoctorJExtension
Return extensions to be registered.
getEpub() - Method in AsciidoctorJModules
@return
getEpub() - Method in DefaultAsciidoctorJModules
getExecConfigurationDataFile(org.gradle.api.Task) - Method in JavaExecUtils
The file to which execution configuration data can be serialised to.
getExecutorLogLevel(org.gradle.api.logging.LogLevel) - Method in ExecutorUtils
Determines an executor logging level from the current Gradle logging level
getFailureLevel() - Method in AbstractAsciidoctorTask
Get the minimum logging level that will fail the task.
getFatalWarnings() - Method in AsciidoctorJExtension
Provide patterns for Asciidoctor messages that are treated as failures.
getGroovyDsl() - Method in AsciidoctorJModules
@return
getGroovyDsl() - Method in DefaultAsciidoctorJModules
getInternalGradleLibraryLocation(org.ysb33r.grolifant.api.core.ProjectOperations, java.util.regex.Pattern) - Method in JavaExecUtils
getJavaExecClasspath(org.ysb33r.grolifant.api.core.ProjectOperations, org.gradle.api.file.FileCollection) - Method in JavaExecUtils
Get the classpath that needs to be passed to the external Java process.
getJrubyVersion() - Method in AsciidoctorJExtension
The version of JRuby to use.
getLeanpub() - Method in AsciidoctorJModules
@return
getLeanpub() - Method in DefaultAsciidoctorJModules
getLocalGroovy() - Method in JavaExecUtils
Returns the location of the local Groovy Jar that is used by Gradle.
getLogHandler(org.asciidoctor.gradle.internal.ExecutorLogLevel) - Method in AsciidoctorJLogProcessor
Creates a log handler for Asciidoctor
getLogLevel() - Method in AsciidoctorJExtension
The level at which the AsciidoctorJ process should be logging.
getModules() - Method in AsciidoctorJExtension
Additional AsciidoctorJ modules to be configured.
getOptions() - Method in AbstractAsciidoctorTask
Returns all of the Asciidoctor options.
getOptions() - Method in AsciidoctorJExtension
Returns all of the Asciidoctor options.
getPdf() - Method in AsciidoctorJModules
@return
getPdf() - Method in DefaultAsciidoctorJModules
getRelativePath(java.io.File, java.io.File) - Method in AsciidoctorJSetup
Returns the path of one File relative to another.
getReportableConfigurations() - Method in AbstractAsciidoctorTask
Configurations for which dependencies should be reported.
getRequires() - Method in AsciidoctorJExtension
Returns the set of Ruby modules to be included.
getSeverityOf(int) - Method in LogSeverityMapper
getVersion() - Method in AsciidoctorJExtension
Version of AsciidoctorJ that should be used.
getWarningMessages() - Method in AsciidoctorJLogProcessor
The list of warning messages that was recorded during the conversion.
groovyDsl(groovy.lang.Closure) - Method in AsciidoctorJModules
Parameters:
cfg
groovyDsl(groovy.lang.Closure) - Method in DefaultAsciidoctorJModules

H

I

IN_PROCESS - Field in AbstractAsciidoctorTask
INFO - Field in AbstractAsciidoctorTask
INFO - Field in ExecutorLogLevel

J

JAVA_EXEC - Field in AbstractAsciidoctorTask
JavaExecUtils - Class in org.asciidoctor.gradle.internal
Utilities for dealing with Asciidoctor in an external JavaExec process.
JavaExecUtils.1 - Class in org.asciidoctor.gradle.internal
JavaExecUtils.1() - Constructor in JavaExecUtils.1
JavaExecUtils.InternalGradleLibraryLocationException - Class in org.asciidoctor.gradle.internal
Thrown when an internal Guava JAR cannot be located.
JavaExecUtils.InternalGradleLibraryLocationException() - Constructor in JavaExecUtils.InternalGradleLibraryLocationException
JavaExecUtils() - Constructor in JavaExecUtils
JRUBY_COMPLETE_DEPENDENCY - Field in JavaExecUtils
The jruby-complete dependency without a version.

K

L

leanpub(groovy.lang.Closure) - Method in AsciidoctorJModules
Parameters:
cfg
leanpub(groovy.lang.Closure) - Method in DefaultAsciidoctorJModules
legacyAttributes - Property in ExecutorConfiguration
level - Property in ExecutorLogLevel
loadJRubyResolutionStrategy(org.gradle.api.artifacts.Configuration) - Method in AsciidoctorJExtension
Loads a JRUBy resolution rule onto the given configuration.
log(org.asciidoctor.log.LogRecord) - Method in AsciidoctorJLogProcessor.1
log(org.asciidoctor.log.LogRecord) - Method in ExecutorBase.1
logDocuments - Property in ExecutorConfiguration
logMessage(org.asciidoctor.gradle.internal.ExecutorLogLevel, java.lang.String) - Method in AsciidoctorJLogProcessor
Forwards the message to Slf4j.
LogSeverityMapper - Class in org.asciidoctor.gradle.remote
Maps from Asciidoctor severities to ExecutorLogLevel levels.
LogSeverityMapper() - Constructor in LogSeverityMapper

M

main(java.lang.String) - Method in AsciidoctorJavaExec
MAX_VALUE - Field in ExecutorLogLevel
MIN_VALUE - Field in ExecutorLogLevel
missingIncludes() - Method in AsciidoctorJExtension
Returns a patterns suitable for detecting missing include files.
modules(Action<AsciidoctorJModules>) - Method in AsciidoctorJExtension
Configure modules via an Action.

N

NAME - Field in AsciidoctorJExtension
next() - Method in ExecutorLogLevel
normalisedOptionsFor(java.io.File, org.asciidoctor.gradle.internal.ExecutorConfiguration) - Method in AsciidoctorJSetup
Normalises Asciidoctor options for a given source file.

O

onUpdate(Action<AsciidoctorJModules>) - Method in DefaultAsciidoctorJModules
Registers a callback for when modules are activated or changed after initial creation.
options(java.util.Map) - Method in AbstractAsciidoctorTask
Add additional asciidoctor options
options(java.util.Map) - Method in AsciidoctorJExtension
Add additional Asciidoctor options
options - Property in ExecutorConfiguration
OUT_OF_PROCESS - Field in AbstractAsciidoctorTask
outputDir - Property in ExecutorConfiguration
outputOptions(Action<OutputOptions>) - Method in AsciidoctorTask
Configures output options for this task.

P

parallelMode - Property in AbstractAsciidoctorTask
pdf(groovy.lang.Closure) - Method in AsciidoctorJModules
Parameters:
cfg
pdf(groovy.lang.Closure) - Method in DefaultAsciidoctorJModules
previous() - Method in ExecutorLogLevel
projectDir - Property in ExecutorConfiguration

Q

QUIET - Field in ExecutorLogLevel

R

rehydrateExtensions(java.lang.Object, List<Object>) - Method in AsciidoctorJSetup
Rehydrates docExtensions that were serialised.
requires(java.lang.Object) - Method in AsciidoctorJExtension
Appends new set of Ruby modules to be included.
requires - Property in ExecutorConfiguration
resetMessagePatternsTo(List<Pattern>) - Method in AsciidoctorJLogProcessor
Patterns for matching log messages as errors
resolutionStrategy(groovy.lang.Closure) - Method in AsciidoctorJExtension
Adds rules to the resolution strategy for resolving asciidoctorj related dependencies
rootDir - Property in ExecutorConfiguration
run() - Method in AsciidoctorJavaExec
runParallelInWorker - Property in AsciidoctorWorkerParameters
Whether to attempt conversions in parallel inside the worker.

S

safeModeLevel - Property in ExecutorConfiguration
setAttributes(java.util.Map) - Method in AbstractAsciidoctorTask
Apply a new set of Asciidoctor options, clearing any options previously set.
setConfigurations(Iterable<Object>) - Method in AbstractAsciidoctorTask
Override any existing configurations except the ones available via the asciidoctorj task extension.
setDocExtensions(Iterable<Object>) - Method in AsciidoctorJExtension
Clears the existing list of extensions and replace with a new set.
setExecutionMode(java.lang.String) - Method in AbstractAsciidoctorTask
setFailureLevel(java.lang.String) - Method in AbstractAsciidoctorTask
Set the minimum logging level that will fail the task.
setFatalWarnings(Iterable<Object>) - Method in AsciidoctorJExtension
Provide patterns for Asciidoctor messages that are treated as failures.
setInProcess(java.lang.String) - Method in AbstractAsciidoctorTask
Set how AsciidoctorJ should be run.
setJrubyVersion(java.lang.Object) - Method in AsciidoctorJExtension
Set a version of JRuby to use.
setLogLevel(java.lang.String) - Method in AsciidoctorJExtension
Set the level at which the AsciidoctorJ process should be logging.
setOptions(java.util.Map) - Method in AbstractAsciidoctorTask
Apply a new set of Asciidoctor options, clearing any options previously set.
setOptions(java.util.Map) - Method in AsciidoctorJExtension
Apply a new set of Asciidoctor options, clearing any options previously set.
setRequires(java.lang.Object) - Method in AsciidoctorJExtension
Applies a new set of Ruby modules to be included, clearing any previous set.
setVersion(java.lang.Object) - Method in AsciidoctorJExtension
Set a new version to use.
sourceDir - Property in ExecutorConfiguration
sourceTree - Property in ExecutorConfiguration

T

TASK_GROUP - Field in AsciidoctorJBasePlugin
toFile(java.io.File, Iterable<ExecutorConfiguration>) - Method in ExecutorConfigurationContainer
Writes a collection of ExecutorConfiguration to a file.
toString() - Method in ExecutorConfiguration
translateAsciidoctorLogLevel(org.asciidoctor.gradle.base.log.Severity) - Method in LogSeverityMapper

U

updateNow() - Method in DefaultAsciidoctorJModules

V

valueOf(java.lang.String) - Method in ExecutorLogLevel
values() - Method in ExecutorLogLevel

W

WARN - Field in AbstractAsciidoctorTask
WARN - Field in ExecutorLogLevel
withGemJar(java.lang.String) - Method in AbstractAsciidoctorTask
Adds a Jar of GEMs to the classpath.
withGemPath(Provider<File>, java.lang.String) - Method in AbstractAsciidoctorTask
Adds a directory to the classpath.
writeExecConfigurationData(java.io.File, Iterable<ExecutorConfiguration>) - Method in JavaExecUtils
Serializes execution configuration data.

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 _