Package | Description |
---|---|
org.codehaus.mojo.xml |
Modifier and Type | Field and Description |
---|---|
private AbstractXmlMojo.CatalogHandling |
AbstractXmlMojo.catalogHandling
How to handle entities which cannot be found in any catalog.
|
private AbstractXmlMojo.CatalogHandling |
Resolver.catalogHandling |
Modifier and Type | Method and Description |
---|---|
protected AbstractXmlMojo.CatalogHandling |
AbstractXmlMojo.getCatalogHandling() |
static AbstractXmlMojo.CatalogHandling |
AbstractXmlMojo.CatalogHandling.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractXmlMojo.CatalogHandling[] |
AbstractXmlMojo.CatalogHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Resolver(java.io.File pBaseDir,
java.util.List<java.io.File> pFiles,
java.util.List<java.net.URL> pUrls,
org.codehaus.plexus.resource.ResourceManager pLocator,
AbstractXmlMojo.CatalogHandling catalogHandling,
boolean pLogging)
Creates a new instance.
|