Package com.adobe.aem.analyser.mojos
Class Constants
- java.lang.Object
-
- com.adobe.aem.analyser.Constants
-
- com.adobe.aem.analyser.mojos.Constants
-
public abstract class Constants extends com.adobe.aem.analyser.Constants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONVERTER_DIRECTORYThe directory for the content package converterstatic java.lang.StringFM_DIRECTORYThe directory for the feature modelstatic java.lang.StringPACKAGING_AEM_ANALYSEPackaging of the analyse projectstatic java.lang.StringPACKAGING_AEMAPPThe packaging of the applicationstatic java.lang.StringPACKAGING_CONTENT_PACKAGEPackaging for content packagesstatic java.lang.StringPACKAGING_ZIPPackaging zip (for content packages)static java.lang.StringSKIP_ENV_VARName of the env var to check.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
SKIP_ENV_VAR
public static final java.lang.String SKIP_ENV_VAR
Name of the env var to check.- See Also:
- Constant Field Values
-
PACKAGING_AEM_ANALYSE
public static final java.lang.String PACKAGING_AEM_ANALYSE
Packaging of the analyse project- See Also:
- Constant Field Values
-
PACKAGING_ZIP
public static final java.lang.String PACKAGING_ZIP
Packaging zip (for content packages)- See Also:
- Constant Field Values
-
PACKAGING_CONTENT_PACKAGE
public static final java.lang.String PACKAGING_CONTENT_PACKAGE
Packaging for content packages- See Also:
- Constant Field Values
-
CONVERTER_DIRECTORY
public static final java.lang.String CONVERTER_DIRECTORY
The directory for the content package converter- See Also:
- Constant Field Values
-
FM_DIRECTORY
public static final java.lang.String FM_DIRECTORY
The directory for the feature model- See Also:
- Constant Field Values
-
PACKAGING_AEMAPP
public static final java.lang.String PACKAGING_AEMAPP
The packaging of the application- See Also:
- Constant Field Values
-
-