org.codehaus.mojo.appassembler.model
Class ClasspathElement

java.lang.Object
  extended by org.codehaus.mojo.appassembler.model.ClasspathElement
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Dependency, Directory

public class ClasspathElement
extends Object
implements Serializable

null

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

Constructor Summary
ClasspathElement()
           
 
Method Summary
 String getModelEncoding()
           
 String getRelativePath()
          Get null
 void setModelEncoding(String modelEncoding)
           
 void setRelativePath(String relativePath)
          Set null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathElement

public ClasspathElement()
Method Detail

getRelativePath

public String getRelativePath()
Get null


setRelativePath

public void setRelativePath(String relativePath)
Set null

Parameters:
relativePath -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2006-2011 Codehaus. All Rights Reserved.