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

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

public class TagletArtifact
extends JavadocPathArtifact
implements java.io.Serializable

A taglet parameter as artifact.

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

Constructor Summary
TagletArtifact()
           
 
Method Summary
 java.lang.String getModelEncoding()
           
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 
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

TagletArtifact

public TagletArtifact()
Method Detail

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Overrides:
setModelEncoding in class JavadocPathArtifact
Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class JavadocPathArtifact
Returns:
the current encoding used when reading/writing this model.


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