class AsciidoctorJSModule extends Object implements org.asciidoctor.gradle.base.AsciidoctorModuleDefinition, VersionUpdateTrigger
A single configurable asciidoctor.js module.
| Constructor and description |
|---|
protected AsciidoctorJSModule
(org.ysb33r.grolifant.api.core.ProjectOperations projectOperations1, String name, Object defaultVersion, Action<Object> setAction) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
String |
getVersion() |
|
boolean |
isDefined()Whether the component has been allocated a version. |
|
static AsciidoctorJSModule |
of(org.ysb33r.grolifant.api.core.ProjectOperations po, String name, Object defaultVersion) |
|
static AsciidoctorJSModule |
of(org.ysb33r.grolifant.api.core.ProjectOperations po, String name, Object defaultVersion, groovy.lang.Closure setAction) |
|
void |
setUpdateAction(Callable<?> callable) |
|
void |
setVersion(Object o) |
|
void |
use() |
|
void |
version(Object o) |
Whether the component has been allocated a version.
true if the component has been definedCopyright © 2013-2024 the original author or authors. All rights reserved.