Uses of Class
org.apache.maven.plugins.javadoc.options.ResourcesArtifact
-
Packages that use ResourcesArtifact Package Description org.apache.maven.plugins.javadoc org.apache.maven.plugins.javadoc.options org.apache.maven.plugins.javadoc.options.io.xpp3 -
-
Uses of ResourcesArtifact in org.apache.maven.plugins.javadoc
Fields in org.apache.maven.plugins.javadoc declared as ResourcesArtifact Modifier and Type Field Description private ResourcesArtifact[]
AbstractJavadocMojo. resourcesArtifacts
A list of artifacts containing resources which should be copied into the Javadoc output directory (like stylesheets, icons, etc.).Methods in org.apache.maven.plugins.javadoc that return types with arguments of type ResourcesArtifact Modifier and Type Method Description private java.util.Set<ResourcesArtifact>
AbstractJavadocMojo. collectResourcesArtifacts()
-
Uses of ResourcesArtifact in org.apache.maven.plugins.javadoc.options
Fields in org.apache.maven.plugins.javadoc.options with type parameters of type ResourcesArtifact Modifier and Type Field Description private java.util.List<ResourcesArtifact>
JavadocOptions. resourcesArtifacts
Field resourcesArtifacts.Methods in org.apache.maven.plugins.javadoc.options that return types with arguments of type ResourcesArtifact Modifier and Type Method Description java.util.List<ResourcesArtifact>
JavadocOptions. getResourcesArtifacts()
Method getResourcesArtifacts.Methods in org.apache.maven.plugins.javadoc.options with parameters of type ResourcesArtifact Modifier and Type Method Description void
JavadocOptions. addResourcesArtifact(ResourcesArtifact resourcesArtifact)
Method addResourcesArtifact.void
JavadocOptions. removeResourcesArtifact(ResourcesArtifact resourcesArtifact)
Method removeResourcesArtifact.Method parameters in org.apache.maven.plugins.javadoc.options with type arguments of type ResourcesArtifact Modifier and Type Method Description void
JavadocOptions. setResourcesArtifacts(java.util.List<ResourcesArtifact> resourcesArtifacts)
Set a list of ResourcesArtifact parameters. -
Uses of ResourcesArtifact in org.apache.maven.plugins.javadoc.options.io.xpp3
Methods in org.apache.maven.plugins.javadoc.options.io.xpp3 that return ResourcesArtifact Modifier and Type Method Description private ResourcesArtifact
JavadocOptionsXpp3Reader. parseResourcesArtifact(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseResourcesArtifact.Methods in org.apache.maven.plugins.javadoc.options.io.xpp3 with parameters of type ResourcesArtifact Modifier and Type Method Description private void
JavadocOptionsXpp3Writer. writeResourcesArtifact(ResourcesArtifact resourcesArtifact, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeResourcesArtifact.
-