public interface IProjectConfigVariables
Modifier and Type | Method and Description |
---|---|
boolean |
equals(IProjectConfigVariables other) |
List<String> |
getConfigNamespaceNames()
Returns the config namespace names built from commandline and project
arguments
|
List<ConfigNamespaceNode> |
getConfigNamespaces()
Returns the config namespaces built from commandline and project
arguments
|
List<ConfigConstNode> |
getConfigVariables()
Returns the config variables from commandline and project arguments
|
Collection<ICompilerProblem> |
getProblems()
Returns a list of
ICompilerProblem s encountered when parsing the
config variables from the command line |
List<IDefinition> |
getRequiredDefinitions()
Returns the list of definitions required to process config variables
|
List<ConfigConstNode> getConfigVariables()
ConfigConstNode
objects or an empty listList<ConfigNamespaceNode> getConfigNamespaces()
ConfigNamespaceNode
objects or an empty listList<String> getConfigNamespaceNames()
List<IDefinition> getRequiredDefinitions()
IDefinition
objects for: String, Number, int,
unit and booleanCollection<ICompilerProblem> getProblems()
ICompilerProblem
s encountered when parsing the
config variables from the command lineboolean equals(IProjectConfigVariables other)
Copyright © 2016 The Apache Software Foundation. All rights reserved.