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

AbstractAsciidoctorJSExtension - Class in org.asciidoctor.gradle.js.base
Authors:
Schalk W.
AbstractAsciidoctorJSExtension(org.gradle.api.Task, java.lang.String) - Constructor in AbstractAsciidoctorJSExtension
Attach extension to a task.
AbstractAsciidoctorNodeJSTask - Class in org.asciidoctor.gradle.js.nodejs
Base class for all Asciidoctor tasks using Asciidoctor.js as rendering engine.
AbstractAsciidoctorNodeJSTask(org.gradle.workers.WorkerExecutor) - Constructor in AbstractAsciidoctorNodeJSTask
Initialises the core an Asciidoctor task
AbstractAsciidoctorTask - Class in org.asciidoctor.gradle.js.base
Base class for all Asciidoctor tasks utilising asciidoctor.js in some form.
AbstractAsciidoctorTask() - Constructor in AbstractAsciidoctorTask
apply(org.gradle.api.Project) - Method in AsciidoctorNodeJSBasePlugin
apply(org.gradle.api.Project) - Method in AsciidoctorNodeJSPlugin
AsciidoctorJSExtension - Class in org.asciidoctor.gradle.js.nodejs
Extension for configuring AsciidoctorJS.
AsciidoctorJSExtension(org.asciidoctor.gradle.js.nodejs.AbstractAsciidoctorNodeJSTask) - Constructor in AsciidoctorJSExtension
Attach extension to a task.
AsciidoctorJSModule - Class in org.asciidoctor.gradle.js.base.internal
A single configurable asciidoctor.js module.
AsciidoctorJSModule(org.ysb33r.grolifant.api.core.ProjectOperations, java.lang.String, java.lang.Object, Action<Object>) - Constructor in AsciidoctorJSModule
AsciidoctorJSModules - Interface in org.asciidoctor.gradle.js.base
Define versions for standard AsciidoctorJS modules.
AsciidoctorJSNodeExtension - Class in org.asciidoctor.gradle.js.nodejs.core
An extension to configure Node.js.
AsciidoctorJSNodeExtension(org.asciidoctor.gradle.js.nodejs.AbstractAsciidoctorNodeJSTask) - Constructor in AsciidoctorJSNodeExtension
AsciidoctorJSNpmExtension - Class in org.asciidoctor.gradle.js.nodejs.core
An extension to configure Npm.
AsciidoctorJSNpmExtension(org.asciidoctor.gradle.js.nodejs.AbstractAsciidoctorNodeJSTask) - Constructor in AsciidoctorJSNpmExtension
AsciidoctorJSRunner - Class in org.asciidoctor.gradle.js.nodejs.internal
Executes an instance of Asciidoctor.Js
AsciidoctorJSRunner.FileLocations - Class in org.asciidoctor.gradle.js.nodejs.internal
AsciidoctorJSRunner.FileLocations() - Constructor in AsciidoctorJSRunner.FileLocations
AsciidoctorJSRunner(java.io.File, org.ysb33r.grolifant.api.core.ProjectOperations, org.asciidoctor.gradle.js.nodejs.internal.AsciidoctorJSRunner.FileLocations, java.lang.String, org.asciidoctor.gradle.base.SafeMode, java.io.File, java.io.File, Map<String, String>, Set<String>, Optional<String>, boolean) - Constructor in AsciidoctorJSRunner
AsciidoctorNodeJSBasePlugin - Class in org.asciidoctor.gradle.js.nodejs.core
Since:
3.0
AsciidoctorNodeJSBasePlugin() - Constructor in AsciidoctorNodeJSBasePlugin
AsciidoctorNodeJSModules - Class in org.asciidoctor.gradle.js.nodejs.internal
Define versions for standard AsciidoctorJS modules.
AsciidoctorNodeJSModules.Module - Class in org.asciidoctor.gradle.js.nodejs.internal
Adds a package descriptor for a module.
AsciidoctorNodeJSModules(org.ysb33r.grolifant.api.core.ProjectOperations, Map<String, String>) - Constructor in AsciidoctorNodeJSModules
Standard modules that support asciidoctor.js development.
AsciidoctorNodeJSPlugin - Class in org.asciidoctor.gradle.js.nodejs
Adds a task called asciidoctor.
AsciidoctorNodeJSPlugin.1 - Class in org.asciidoctor.gradle.js.nodejs
AsciidoctorNodeJSPlugin.1() - Constructor in AsciidoctorNodeJSPlugin.1
AsciidoctorNodeJSPlugin() - Constructor in AsciidoctorNodeJSPlugin
AsciidoctorTask - Class in org.asciidoctor.gradle.js.nodejs
Build using asciidoctor.js.
AsciidoctorTask(org.gradle.workers.WorkerExecutor) - Constructor in AsciidoctorTask
attributes(java.util.Map) - Method in AbstractAsciidoctorNodeJSTask
Add additional asciidoctor attributes.

B

BaseAsciidoctorJSModules - Class in org.asciidoctor.gradle.js.base.internal
Define versions for standard AsciidoctorJS modules.
BaseAsciidoctorJSModules(org.ysb33r.grolifant.api.core.ProjectOperations, org.asciidoctor.gradle.base.AsciidoctorModuleDefinition) - Constructor in BaseAsciidoctorJSModules
Creates a module definition that is attached to a specific asciidoctorjs extension.

C

clearRequires() - Method in AsciidoctorJSExtension
Removes any previous requires.
convert(Set<File>, java.lang.String) - Method in AsciidoctorJSRunner
createDependency(java.lang.String, java.lang.String, java.lang.String, Set<File>) - Method in NodeJSDependencyFactory
Create a NPM-based self-resolving dependency.
createExecSpec() - Method in AsciidoctorJSNodeExtension
Create execution specification.
createModulesConfiguration() - Method in AbstractAsciidoctorJSExtension
Creates a new modules block.
createModulesConfiguration() - Method in AsciidoctorJSExtension
Creates a new modules block.

D

docbook(Action<AsciidoctorModuleDefinition>) - Method in AsciidoctorJSModules
Configure docbook via an action.
docbook(Action<AsciidoctorModuleDefinition>) - Method in BaseAsciidoctorJSModules
Configure docbook via an action.

E

engineName - Property in AbstractAsciidoctorNodeJSTask
executable - Property in AsciidoctorJSRunner.FileLocations
execute(org.asciidoctor.gradle.js.nodejs.AsciidoctorTask) - Method in AsciidoctorNodeJSPlugin.1

F

G

getAttributeProviders() - Method in AbstractAsciidoctorNodeJSTask
Shortcut method to access additional providers of attributes.
getAttributes() - Method in AbstractAsciidoctorNodeJSTask
Returns all of the Asciidoctor options.
getByName(java.lang.String) - Method in AsciidoctorJSModules
Returns a module by name
getByName(java.lang.String) - Method in BaseAsciidoctorJSModules
Returns a module by name
getConfiguration() - Method in AbstractAsciidoctorJSExtension
A configuration of packages related to asciidoctor.js
getConfiguration() - Method in AsciidoctorJSExtension
A configuration containing all required NPM packages.
getDocbook() - Method in AsciidoctorJSModules
The Docbook module
getDocbook() - Method in BaseAsciidoctorJSModules
The Docbook module
getModules() - Method in AbstractAsciidoctorJSExtension
Additional AsciidoctorJ modules to be configured.
getNodeJsExtensionName() - Method in AsciidoctorJSNpmExtension
getPackage() - Method in AsciidoctorNodeJSModules.Module
Gets the NodeJs package descriptor.
getReportableConfigurations() - Method in AbstractAsciidoctorNodeJSTask
Configurations for which dependencies should be reported.
getRequires() - Method in AsciidoctorJSExtension
Returns the set of NPM packages to be included except for the asciidoctor.js package.
getToolingWorkDir() - Method in AsciidoctorJSExtension
The suggested working directory that the implementation tool should use.
getVersion() - Method in AbstractAsciidoctorJSExtension
Version of AsciidoctorJS that should be used.
getVersion() - Method in AsciidoctorJSModule

H

I

initPackageJson(java.io.File, java.lang.String, org.ysb33r.grolifant.api.core.ProjectOperations, org.asciidoctor.gradle.js.nodejs.core.AsciidoctorJSNodeExtension, org.asciidoctor.gradle.js.nodejs.core.AsciidoctorJSNpmExtension) - Method in NodeJSUtils
Creates a skeleton package.json file.
isDefined() - Method in AsciidoctorJSModule
Whether the component has been allocated a version.
isSetVersionsDifferentTo(org.asciidoctor.gradle.js.base.AsciidoctorJSModules) - Method in AsciidoctorJSModules
For the module that are configured in both module sets, compare to see if the versions are the same
isSetVersionsDifferentTo(org.asciidoctor.gradle.js.base.AsciidoctorJSModules) - Method in BaseAsciidoctorJSModules
For the modules that are configured in both module sets, compare to see if the versions are the same

J

K

L

M

modules(Action<AsciidoctorJSModules>) - Method in AbstractAsciidoctorJSExtension
Configure modules via an Action.
moduleVersion(org.asciidoctor.gradle.base.AsciidoctorModuleDefinition) - Method in AbstractAsciidoctorJSExtension
Obtains the correct module version.

N

NAME - Field in AsciidoctorJSExtension
name - Property in AsciidoctorJSModule
NAME - Field in AsciidoctorJSNodeExtension
name - Property in PackageDescriptor
NodeJSDependencyFactory - Class in org.asciidoctor.gradle.js.nodejs.core
A factory class for creating NPM self resolving dependencies in a Gradle context.
NodeJSDependencyFactory(org.ysb33r.grolifant.api.core.ProjectOperations, org.asciidoctor.gradle.js.nodejs.core.AsciidoctorJSNodeExtension, org.asciidoctor.gradle.js.nodejs.core.AsciidoctorJSNpmExtension) - Constructor in NodeJSDependencyFactory
Instantiates a factory for a specific context.
NodeJSUtils - Class in org.asciidoctor.gradle.js.nodejs.core
Utilities for dealing with NodeJS in an Asciidoctor-Gradle context
NodeJSUtils() - Constructor in NodeJSUtils
NPM_EXTENSION_NAME - Field in AsciidoctorNodeJSBasePlugin

O

of(org.ysb33r.grolifant.api.core.ProjectOperations, java.lang.String, java.lang.Object, groovy.lang.Closure) - Method in AsciidoctorJSModule
of(org.ysb33r.grolifant.api.core.ProjectOperations, java.lang.String, java.lang.Object, org.asciidoctor.gradle.js.nodejs.internal.PackageDescriptor, groovy.lang.Closure) - Method in AsciidoctorNodeJSModules.Module
of(java.lang.String, java.lang.String) - Method in PackageDescriptor
onUpdate(Action<AsciidoctorJSModules>) - Method in BaseAsciidoctorJSModules
outputOptions(Action<OutputOptions>) - Method in AsciidoctorTask
Configures output options for this task.

P

PACKAGE_ASCIIDOCTOR - Field in AsciidoctorJSExtension
PackageDescriptor - Class in org.asciidoctor.gradle.js.nodejs.internal
Describes a NPM package without a version
processAsciidocSources() - Method in AbstractAsciidoctorNodeJSTask

Q

R

require(java.lang.String, java.lang.String, java.lang.String) - Method in AsciidoctorJSExtension
Adds an additional NPM package that is required

S

SCOPE_ASCIIDOCTOR - Field in AsciidoctorNodeJSModules
scope - Property in PackageDescriptor
setAttributes(java.util.Map) - Method in AbstractAsciidoctorNodeJSTask
Apply a new set of Asciidoctor attributes, clearing any attributes previously set.
setUpdateAction(Callable<?>) - Method in AsciidoctorJSModule
setUpdateAction(Callable<?>) - Method in VersionUpdateTrigger
An action to be executed when versions are changed.
setVersion(java.lang.Object) - Method in AbstractAsciidoctorJSExtension
Set a new version to use.
setVersion(java.lang.Object) - Method in AsciidoctorJSExtension
setVersion(java.lang.Object) - Method in AsciidoctorJSModule

T

toString() - Method in PackageDescriptor

U

updateNow() - Method in BaseAsciidoctorJSModules
use() - Method in AsciidoctorJSModule

V

version(java.lang.Object) - Method in AsciidoctorJSModule
VersionUpdateTrigger - Interface in org.asciidoctor.gradle.js.base.internal
Allows changes to execute a callback

W

workingDir - Property in AsciidoctorJSRunner.FileLocations

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 _