Package org.apache.sling.feature.maven
Class FeatureProjectConfig
java.lang.Object
org.apache.sling.feature.maven.FeatureProjectConfig
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic FeatureProjectConfig
getName()
String[]
getScope()
static FeatureProjectConfig
boolean
boolean
boolean
boolean
boolean
boolean
-
Field Details
-
CFG_FEATURES
- See Also:
-
CFG_FEATURES_INCLUDES
- See Also:
-
CFG_FEATURES_EXCLUDES
- See Also:
-
CFG_TEST_FEATURES
- See Also:
-
CFG_TEST_FEATURES_INCLUDES
- See Also:
-
CFG_TEST_FEATURES_EXCLUDES
- See Also:
-
CFG_SKIP_ADD_FEATURE_DEPENDENCIES
- See Also:
-
CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES
- See Also:
-
CFG_SKIP_ADD_JAR_TO_FEATURE
- See Also:
-
CFG_SKIP_ADD_JAR_TO_TEST_FEATURE
- See Also:
-
CFG_JAR_START_ORDER
- See Also:
-
CFG_VALIDATE_FEATURES
- See Also:
-
DEFAULT_FEATURE_DIR
- See Also:
-
DEFAULT_FEATURE_INCLUDES
- See Also:
-
DEFAULT_TEST_FEATURE_DIR
- See Also:
-
CFG_ENABLE_PROJ_VARS
- See Also:
-
CFG_REPLACE_PROP_VARS
- See Also:
-
CFG_LEGACY_REPLACE
- See Also:
-
CFG_DEFAULT_METADATA
- See Also:
-
-
Method Details
-
getMainConfig
-
getTestConfig
-
getName
-
getFeaturesDir
-
getIncludes
-
getExcludes
-
isSkipAddDependencies
public boolean isSkipAddDependencies() -
getScope
-
isTestConfig
public boolean isTestConfig() -
getJarStartOrder
-
isSkipAddJarToFeature
public boolean isSkipAddJarToFeature() -
isValidate
public boolean isValidate() -
isEnableProjectVariableReplacement
public boolean isEnableProjectVariableReplacement() -
getReplacePropertyVariables
-
isEnableLegacyVariableReplacement
public boolean isEnableLegacyVariableReplacement() -
getDefaultMetadata
-