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

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

public class BootclasspathArtifact
extends JavadocPathArtifact
implements java.io.Serializable

A bootclasspath parameter as artifact.

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

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

BootclasspathArtifact

public BootclasspathArtifact()
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.