public class FeatureProjectConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CFG_FEATURES |
static String |
CFG_FEATURES_EXCLUDES |
static String |
CFG_FEATURES_INCLUDES |
static String |
CFG_JAR_START_ORDER |
static String |
CFG_SKIP_ADD_FEATURE_DEPENDENCIES |
static String |
CFG_SKIP_ADD_JAR_TO_FEATURE |
static String |
CFG_SKIP_ADD_JAR_TO_TEST_FEATURE |
static String |
CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES |
static String |
CFG_TEST_FEATURES |
static String |
CFG_TEST_FEATURES_EXCLUDES |
static String |
CFG_TEST_FEATURES_INCLUDES |
static String |
CFG_VALIDATE_FEATURES |
static String |
DEFAULT_FEATURE_DIR |
static String |
DEFAULT_FEATURE_INCLUDES |
static String |
DEFAULT_TEST_FEATURE_DIR |
Modifier and Type | Method and Description |
---|---|
String |
getExcludes() |
String |
getFeaturesDir() |
String |
getIncludes() |
String |
getJarStartOrder() |
static FeatureProjectConfig |
getMainConfig(FeatureProjectInfo info) |
String |
getName() |
String |
getScope() |
static FeatureProjectConfig |
getTestConfig(FeatureProjectInfo info) |
boolean |
isSkipAddDependencies() |
boolean |
isSkipAddJarToFeature() |
boolean |
isTestConfig() |
boolean |
isValidate() |
public static final String CFG_FEATURES
public static final String CFG_FEATURES_INCLUDES
public static final String CFG_FEATURES_EXCLUDES
public static final String CFG_TEST_FEATURES
public static final String CFG_TEST_FEATURES_INCLUDES
public static final String CFG_TEST_FEATURES_EXCLUDES
public static final String CFG_SKIP_ADD_FEATURE_DEPENDENCIES
public static final String CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES
public static final String CFG_SKIP_ADD_JAR_TO_FEATURE
public static final String CFG_SKIP_ADD_JAR_TO_TEST_FEATURE
public static final String CFG_JAR_START_ORDER
public static final String CFG_VALIDATE_FEATURES
public static final String DEFAULT_FEATURE_DIR
public static final String DEFAULT_FEATURE_INCLUDES
public static final String DEFAULT_TEST_FEATURE_DIR
public static FeatureProjectConfig getMainConfig(FeatureProjectInfo info)
public static FeatureProjectConfig getTestConfig(FeatureProjectInfo info)
public String getName()
public String getFeaturesDir()
public String getIncludes()
public String getExcludes()
public boolean isSkipAddDependencies()
public String getScope()
public boolean isTestConfig()
public String getJarStartOrder()
public boolean isSkipAddJarToFeature()
public boolean isValidate()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.