public interface AsciidoctorModuleDefinition extends Named
Describes a converter.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
getVersion()Version of the component |
|
public boolean |
isDefined()Whether the component has been allocated a version. |
|
public void |
setVersion(Object o)Set the version of the component to use. |
|
public void |
use()Use the default version of this component |
|
public void |
version(Object o)Declarative way in DSL to set the version of the component to use. |
Version of the component
null if no version was set.
The latter usually implies that the specific component is not needed.Whether the component has been allocated a version.
true if the component has been definedSet the version of the component to use.
o - Any object can can be converted to a String using
org.ysb33r.grolifant.api.StringUtils.stringizeUse the default version of this component
Declarative way in DSL to set the version of the component to use.
o - Any object can can be converted to a String using
org.ysb33r.grolifant.api.StringUtils.stringize