org.apache.maven.plugin.javadoc.options
Class DocletArtifact

java.lang.Object
  extended by org.apache.maven.plugin.javadoc.options.JavadocPathArtifact
      extended by org.apache.maven.plugin.javadoc.options.DocletArtifact
All Implemented Interfaces:
Serializable

public class DocletArtifact
extends JavadocPathArtifact
implements Serializable

A doclet parameter as artifact.

Version:
$Revision: 829396 $ $Date: 2012-08-19 17:35:19 +0000 (Sun, 19 Aug 2012) $
See Also:
Serialized Form

Constructor Summary
DocletArtifact()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.javadoc.options.JavadocPathArtifact
equals, getArtifactId, getGroupId, getVersion, hashCode, setArtifactId, setGroupId, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocletArtifact

public DocletArtifact()


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.