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

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

public class ResourcesArtifact
extends JavadocPathArtifact
implements java.io.Serializable

A artifact containing resources.

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

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

ResourcesArtifact

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