Class Constants


  • public abstract class Constants
    extends com.adobe.aem.analyser.Constants
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONVERTER_DIRECTORY
      The directory for the content package converter
      static java.lang.String FM_DIRECTORY
      The directory for the feature model
      static java.lang.String PACKAGING_AEM_ANALYSE
      Packaging of the analyse project
      static java.lang.String PACKAGING_AEMAPP
      The packaging of the application
      static java.lang.String PACKAGING_CONTENT_PACKAGE
      Packaging for content packages
      static java.lang.String PACKAGING_ZIP
      Packaging zip (for content packages)
      static java.lang.String SKIP_ENV_VAR
      Name of the env var to check.
      • Fields inherited from class com.adobe.aem.analyser.Constants

        DEFAULT_ADDONS, SDK_ARTIFACT_ID, SDK_GROUP_ID, SDK_PRERELEASE_ARTIFACT_ID
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • Constants

        public Constants()