Uses of Class
org.apache.maven.plugins.javadoc.options.BootclasspathArtifact
-
Packages that use BootclasspathArtifact Package Description org.apache.maven.plugins.javadoc org.apache.maven.plugins.javadoc.options org.apache.maven.plugins.javadoc.options.io.xpp3 -
-
Uses of BootclasspathArtifact in org.apache.maven.plugins.javadoc
Fields in org.apache.maven.plugins.javadoc declared as BootclasspathArtifact Modifier and Type Field Description private BootclasspathArtifact[]
AbstractJavadocMojo. bootclasspathArtifacts
Specifies the artifacts where the boot classes reside.Methods in org.apache.maven.plugins.javadoc that return types with arguments of type BootclasspathArtifact Modifier and Type Method Description private java.util.Set<BootclasspathArtifact>
AbstractJavadocMojo. collectBootClasspathArtifacts()
-
Uses of BootclasspathArtifact in org.apache.maven.plugins.javadoc.options
Fields in org.apache.maven.plugins.javadoc.options with type parameters of type BootclasspathArtifact Modifier and Type Field Description private java.util.List<BootclasspathArtifact>
JavadocOptions. bootclasspathArtifacts
Field bootclasspathArtifacts.Methods in org.apache.maven.plugins.javadoc.options that return types with arguments of type BootclasspathArtifact Modifier and Type Method Description java.util.List<BootclasspathArtifact>
JavadocOptions. getBootclasspathArtifacts()
Method getBootclasspathArtifacts.Methods in org.apache.maven.plugins.javadoc.options with parameters of type BootclasspathArtifact Modifier and Type Method Description void
JavadocOptions. addBootclasspathArtifact(BootclasspathArtifact bootclasspathArtifact)
Method addBootclasspathArtifact.void
JavadocOptions. removeBootclasspathArtifact(BootclasspathArtifact bootclasspathArtifact)
Method removeBootclasspathArtifact.Method parameters in org.apache.maven.plugins.javadoc.options with type arguments of type BootclasspathArtifact Modifier and Type Method Description void
JavadocOptions. setBootclasspathArtifacts(java.util.List<BootclasspathArtifact> bootclasspathArtifacts)
Set a list of BootclasspathArtifact parameters. -
Uses of BootclasspathArtifact in org.apache.maven.plugins.javadoc.options.io.xpp3
Methods in org.apache.maven.plugins.javadoc.options.io.xpp3 that return BootclasspathArtifact Modifier and Type Method Description private BootclasspathArtifact
JavadocOptionsXpp3Reader. parseBootclasspathArtifact(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseBootclasspathArtifact.Methods in org.apache.maven.plugins.javadoc.options.io.xpp3 with parameters of type BootclasspathArtifact Modifier and Type Method Description private void
JavadocOptionsXpp3Writer. writeBootclasspathArtifact(BootclasspathArtifact bootclasspathArtifact, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeBootclasspathArtifact.
-