Uses of Class
org.codehaus.mojo.xml.AbstractXmlMojo.CatalogHandling
-
Packages that use AbstractXmlMojo.CatalogHandling Package Description org.codehaus.mojo.xml -
-
Uses of AbstractXmlMojo.CatalogHandling in org.codehaus.mojo.xml
Fields in org.codehaus.mojo.xml declared as AbstractXmlMojo.CatalogHandling Modifier and Type Field Description private AbstractXmlMojo.CatalogHandlingAbstractXmlMojo. catalogHandlingHow to handle entities which cannot be found in any catalog.private AbstractXmlMojo.CatalogHandlingResolver. catalogHandlingMethods in org.codehaus.mojo.xml that return AbstractXmlMojo.CatalogHandling Modifier and Type Method Description protected AbstractXmlMojo.CatalogHandlingAbstractXmlMojo. getCatalogHandling()static AbstractXmlMojo.CatalogHandlingAbstractXmlMojo.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.Constructors in org.codehaus.mojo.xml with parameters of type AbstractXmlMojo.CatalogHandling Constructor 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.
-