org.codehaus.mojo.appassembler.model
Class ClasspathElement

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

public class ClasspathElement
extends java.lang.Object
implements java.io.Serializable

null

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

Constructor Summary
ClasspathElement()
           
 
Method Summary
 java.lang.String getModelEncoding()
           
 java.lang.String getRelativePath()
          Get null
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setRelativePath(java.lang.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 java.lang.String getRelativePath()
Get null


setRelativePath

public void setRelativePath(java.lang.String relativePath)
Set null

Parameters:
relativePath -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2006-2009. All Rights Reserved.