-
public class CommonOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>baseNameprivate final Property<Boolean>offlineprivate final Property<String>envprivate final Property<LineSeparator>lineSeparatorprivate final Property<String>archiveExtensionprivate final Property<String>executableExtensionprivate final JavaSupportjavaSupport
-
Constructor Summary
Constructors Constructor Description CommonOptions(AemExtension aem)
-
Method Summary
Modifier and Type Method Description final Unitjava(Function1<JavaSupport, Unit> options)final Property<String>getBaseName()Base name used as default for CRX packages being created by compose or collect task and also for OSGi bundle JARs. final Property<Boolean>getOffline()Allows to disable features that are using running AEM instances. final Property<String>getEnv()Determines current environment name to be used in e.g package deployment. final Property<LineSeparator>getLineSeparator()Specify characters to be used as line endings when cleaning up checked out JCR content. final Property<String>getArchiveExtension()final Property<String>getExecutableExtension()final JavaSupportgetJavaSupport()Configure Java for running AEM instance and compilation. -
-
Constructor Detail
-
CommonOptions
CommonOptions(AemExtension aem)
-
-
Method Detail
-
java
final Unit java(Function1<JavaSupport, Unit> options)
-
getBaseName
final Property<String> getBaseName()
Base name used as default for CRX packages being created by compose or collect task and also for OSGi bundle JARs.
-
getOffline
final Property<Boolean> getOffline()
Allows to disable features that are using running AEM instances.
-
getEnv
final Property<String> getEnv()
Determines current environment name to be used in e.g package deployment.
-
getLineSeparator
final Property<LineSeparator> getLineSeparator()
Specify characters to be used as line endings when cleaning up checked out JCR content.
-
getArchiveExtension
final Property<String> getArchiveExtension()
-
getExecutableExtension
final Property<String> getExecutableExtension()
-
getJavaSupport
final JavaSupport getJavaSupport()
Configure Java for running AEM instance and compilation.
-
-
-
-