-
public class CommonOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>baseNameprivate final Property<Boolean>offlineprivate final Property<Boolean>verboseprivate final Property<String>envprivate final StringenvFilterprivate final Property<LineSeparator>lineSeparatorprivate final Property<String>archiveExtensionprivate final Property<String>executableExtension
-
Constructor Summary
Constructors Constructor Description CommonOptions(AemExtension aem)
-
Method Summary
Modifier and Type Method Description 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<Boolean>getVerbose()Throw exceptions instead of logging errors when e.g there are no necessary input values provided. final Property<String>getEnv()Determines current environment name to be used in e.g package deployment. final StringgetEnvFilter()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()-
-
Constructor Detail
-
CommonOptions
CommonOptions(AemExtension aem)
-
-
Method Detail
-
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.
-
getVerbose
final Property<Boolean> getVerbose()
Throw exceptions instead of logging errors when e.g there are no necessary input values provided.
-
getEnv
final Property<String> getEnv()
Determines current environment name to be used in e.g package deployment.
-
getEnvFilter
final String getEnvFilter()
-
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()
-
-
-
-