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$ $Date$
See Also:
Serialized Form

Constructor Summary
TagletArtifact()
           
 
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

TagletArtifact

public TagletArtifact()
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 © 2004-2011 Apache Software Foundation. All Rights Reserved.