|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.metadata.MetadataParserConfiguration
public class MetadataParserConfiguration
Mojo configuration class for the Shrinkwrap Descriptors CLI Mojo task.
Field Summary | |
---|---|
protected String |
descriptorName
The name of the descriptor. |
protected String |
elementName
The name of the root element. |
protected String |
elementType
The type of the root element. |
protected boolean |
generateClasses
If true, then the classes for this descriptor are generated, otherwise this descriptor is only used for the import section. |
protected String |
nameSpace
The namespace for the given XSD. |
protected Properties |
namespaces
The map declaring the name spaces for the given descriptor. |
protected String |
packageApi
The package name for the API classes. |
protected String |
packageImpl
The package name for the Implementation classes. |
protected String |
pathToXsd
Path to the XSD file to be parsed |
protected boolean |
verbose
Trace flag |
Constructor Summary | |
---|---|
MetadataParserConfiguration()
|
Method Summary | |
---|---|
String |
getDescriptorName()
|
String |
getElementName()
|
String |
getElementType()
|
String |
getNameSpace()
|
Properties |
getNamespaces()
|
String |
getPackageApi()
|
String |
getPackageImpl()
|
String |
getPathToXsd()
|
boolean |
isGenerateClasses()
|
boolean |
isVerbose()
|
void |
setDescriptorName(String descriptorName)
|
void |
setElementName(String elementName)
|
void |
setElementType(String elementType)
|
void |
setGenerateClasses(boolean generateClasses)
|
void |
setNameSpace(String nameSpace)
|
void |
setNamespaces(Properties namespaces)
|
void |
setPackageApi(String packageApi)
|
void |
setPackageImpl(String packageImpl)
|
void |
setPathToXsd(String pathToXsd)
|
void |
setVerbose(boolean verbose)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String pathToXsd
protected String nameSpace
protected String packageApi
protected String packageImpl
protected String descriptorName
protected String elementName
protected String elementType
protected boolean generateClasses
protected boolean verbose
protected Properties namespaces
Constructor Detail |
---|
public MetadataParserConfiguration()
Method Detail |
---|
public String getNameSpace()
public void setNameSpace(String nameSpace)
public String getPackageApi()
public void setPackageApi(String packageApi)
public String getPackageImpl()
public void setPackageImpl(String packageImpl)
public String getPathToXsd()
public void setPathToXsd(String pathToXsd)
public String getElementName()
public void setElementName(String elementName)
public String getElementType()
public void setElementType(String elementType)
public boolean isVerbose()
public void setVerbose(boolean verbose)
public String getDescriptorName()
public void setDescriptorName(String descriptorName)
public Properties getNamespaces()
public void setNamespaces(Properties namespaces)
public boolean isGenerateClasses()
public void setGenerateClasses(boolean generateClasses)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |