public class FeatureContainerPathConsumer extends Object implements PathParser.PathConsumer
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureContainerPathConsumer.State |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIGS |
static String |
DEPENDENCIES |
static Group |
EDIT_ROOT_GRP |
static Group |
EXPLORE_ROOT_GRP |
static String |
FEATURES |
static String |
FEATURES_PATH |
static String |
FINAL |
static String |
FINAL_CONFIGS_PATH |
static String |
OPTIONS |
static String |
PACKAGES |
static String |
PACKAGES_PATH |
static String |
ROOT |
| Constructor and Description |
|---|
FeatureContainerPathConsumer(FeatureContainer info,
boolean completion) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterConfigurationModel(String model) |
void |
enterConfigurationName(String name) |
void |
enterNode(PathParser.Node node) |
void |
enterRoot() |
boolean |
expectEndOfNode() |
List<String> |
getCandidates(String path) |
ConfigInfo |
getConfig() |
String |
getConfigModel() |
String |
getConfigName() |
Group |
getCurrentNode(String path) |
String |
getPackagesOrigin() |
FeatureContainerPathConsumer.State |
getState() |
public static final String FEATURES
public static final String DEPENDENCIES
public static final String PACKAGES
public static final String CONFIGS
public static final String FINAL
public static final String OPTIONS
public static final String ROOT
public static final Group EDIT_ROOT_GRP
public static final Group EXPLORE_ROOT_GRP
public static final String FINAL_CONFIGS_PATH
public static final String PACKAGES_PATH
public static final String FEATURES_PATH
public FeatureContainerPathConsumer(FeatureContainer info, boolean completion)
public void enterConfigurationModel(String model) throws PathConsumerException
PathConsumerExceptionpublic void enterConfigurationName(String name) throws PathConsumerException
PathConsumerExceptionpublic void enterNode(PathParser.Node node) throws PathConsumerException
enterNode in interface PathParser.PathConsumerPathConsumerExceptionpublic void enterRoot()
throws PathConsumerException
enterRoot in interface PathParser.PathConsumerPathConsumerExceptionpublic String getConfigModel()
public String getConfigName()
public ConfigInfo getConfig()
public FeatureContainerPathConsumer.State getState()
public String getPackagesOrigin()
public boolean expectEndOfNode()
expectEndOfNode in interface PathParser.PathConsumerpublic Group getCurrentNode(String path) throws PathConsumerException
PathConsumerExceptionCopyright © 2016–2018 JBoss by Red Hat. All rights reserved.