Class Constants


  • public abstract class Constants
    extends java.lang.Object
    • 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

      • SDK_GROUP_ID

        public static final java.lang.String SDK_GROUP_ID
        The group id for the SDK
        See Also:
        Constant Field Values
      • SDK_ARTIFACT_ID

        public static final java.lang.String SDK_ARTIFACT_ID
        The artifact id for the SDK
        See Also:
        Constant Field Values
      • SDK_PRERELEASE_ARTIFACT_ID

        public static final java.lang.String SDK_PRERELEASE_ARTIFACT_ID
        The artifact id for the prerelease SDK
        See Also:
        Constant Field Values
      • DEFAULT_ADDONS

        public static final java.util.List<Addon> DEFAULT_ADDONS
        The default addons
      • 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
    • Constructor Detail

      • Constants

        public Constants()