Uses of Class
org.apache.maven.plugins.javadoc.options.DocletArtifact
Packages that use DocletArtifact
Package
Description
-
Uses of DocletArtifact in org.apache.maven.plugins.javadoc
Fields in org.apache.maven.plugins.javadoc declared as DocletArtifactModifier and TypeFieldDescriptionprivate DocletArtifactAbstractJavadocMojo.docletArtifactSpecifies the artifact containing the doclet starting class file (specified with theAbstractJavadocMojo.docletoption).private DocletArtifact[]AbstractJavadocMojo.docletArtifactsSpecifies multiple artifacts containing the path for the doclet starting class file (specified with theAbstractJavadocMojo.docletoption).Methods in org.apache.maven.plugins.javadoc that return types with arguments of type DocletArtifactModifier and TypeMethodDescriptionprivate Set<DocletArtifact> AbstractJavadocMojo.collectDocletArtifacts()Methods in org.apache.maven.plugins.javadoc with parameters of type DocletArtifactModifier and TypeMethodDescriptionprivate booleanAbstractJavadocMojo.isDocletArtifactEmpty(DocletArtifact aDocletArtifact) Verify if a doclet artifact is empty or not -
Uses of DocletArtifact in org.apache.maven.plugins.javadoc.options
Fields in org.apache.maven.plugins.javadoc.options with type parameters of type DocletArtifactModifier and TypeFieldDescriptionprivate List<DocletArtifact> JavadocOptions.docletArtifactsField docletArtifacts.Methods in org.apache.maven.plugins.javadoc.options that return types with arguments of type DocletArtifactMethods in org.apache.maven.plugins.javadoc.options with parameters of type DocletArtifactModifier and TypeMethodDescriptionvoidJavadocOptions.addDocletArtifact(DocletArtifact docletArtifact) Method addDocletArtifact.voidJavadocOptions.removeDocletArtifact(DocletArtifact docletArtifact) Method removeDocletArtifact.Method parameters in org.apache.maven.plugins.javadoc.options with type arguments of type DocletArtifactModifier and TypeMethodDescriptionvoidJavadocOptions.setDocletArtifacts(List<DocletArtifact> docletArtifacts) Set a list of DocletArtifact parameters. -
Uses of DocletArtifact in org.apache.maven.plugins.javadoc.options.io.xpp3
Methods in org.apache.maven.plugins.javadoc.options.io.xpp3 that return DocletArtifactModifier and TypeMethodDescriptionprivate DocletArtifactJavadocOptionsXpp3Reader.parseDocletArtifact(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseDocletArtifact.Methods in org.apache.maven.plugins.javadoc.options.io.xpp3 with parameters of type DocletArtifactModifier and TypeMethodDescriptionprivate voidJavadocOptionsXpp3Writer.writeDocletArtifact(DocletArtifact docletArtifact, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDocletArtifact.