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:
java.io.Serializable

public class DocletArtifact
extends JavadocPathArtifact
implements java.io.Serializable

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
DocletArtifact()
           
 
Method Summary
 java.lang.String getModelEncoding()
           
 void setModelEncoding(java.lang.String modelEncoding)
           
 
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()
Method Detail

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Overrides:
setModelEncoding in class JavadocPathArtifact

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class JavadocPathArtifact


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.