org.codehaus.mojo.freeform.project
Class CompilationUnit

java.lang.Object
  extended by org.codehaus.mojo.freeform.project.CompilationUnit
All Implemented Interfaces:
Serializable

public class CompilationUnit
extends Object
implements Serializable

null

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

Constructor Summary
CompilationUnit()
           
 
Method Summary
 void addClasspath(String string)
          Method addClasspath
 void addPackageRoot(String string)
          Method addPackageRoot
 String getBuiltTo()
          Get null
 List getClasspath()
          Method getClasspath
 String getModelEncoding()
           
 List getPackageRoot()
          Method getPackageRoot
 String getSourceLevel()
          Get null
 boolean isUnitTest()
          Get null
 void removeClasspath(String string)
          Method removeClasspath
 void removePackageRoot(String string)
          Method removePackageRoot
 void setBuiltTo(String builtTo)
          Set null
 void setClasspath(List classpath)
          Set null
 void setModelEncoding(String modelEncoding)
           
 void setPackageRoot(List packageRoot)
          Set null
 void setSourceLevel(String sourceLevel)
          Set null
 void setUnitTest(boolean unitTest)
          Set null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilationUnit

public CompilationUnit()
Method Detail

addClasspath

public void addClasspath(String string)
Method addClasspath

Parameters:
string -

addPackageRoot

public void addPackageRoot(String string)
Method addPackageRoot

Parameters:
string -

getBuiltTo

public String getBuiltTo()
Get null


getClasspath

public List getClasspath()
Method getClasspath


getPackageRoot

public List getPackageRoot()
Method getPackageRoot


getSourceLevel

public String getSourceLevel()
Get null


isUnitTest

public boolean isUnitTest()
Get null


removeClasspath

public void removeClasspath(String string)
Method removeClasspath

Parameters:
string -

removePackageRoot

public void removePackageRoot(String string)
Method removePackageRoot

Parameters:
string -

setBuiltTo

public void setBuiltTo(String builtTo)
Set null

Parameters:
builtTo -

setClasspath

public void setClasspath(List classpath)
Set null

Parameters:
classpath -

setPackageRoot

public void setPackageRoot(List packageRoot)
Set null

Parameters:
packageRoot -

setSourceLevel

public void setSourceLevel(String sourceLevel)
Set null

Parameters:
sourceLevel -

setUnitTest

public void setUnitTest(boolean unitTest)
Set null

Parameters:
unitTest -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2005-2011 Codehaus. All Rights Reserved.