org.codehaus.mojo.freeform.project
Class CompilationUnit

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

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

Class CompilationUnit.

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

Constructor Summary
CompilationUnit()
           
 
Method Summary
 void addClasspath(java.lang.String string)
          Method addClasspath
 void addPackageRoot(java.lang.String string)
          Method addPackageRoot
 java.lang.String getBuiltTo()
          Method getBuiltTo
 java.util.List getClasspath()
          Method getClasspath
 java.util.List getPackageRoot()
          Method getPackageRoot
 java.lang.String getSourceLevel()
          Method getSourceLevel
 boolean isUnitTest()
          Method isUnitTest
 void removeClasspath(java.lang.String string)
          Method removeClasspath
 void removePackageRoot(java.lang.String string)
          Method removePackageRoot
 void setBuiltTo(java.lang.String builtTo)
          Method setBuiltTo
 void setClasspath(java.util.List classpath)
          Method setClasspath
 void setPackageRoot(java.util.List packageRoot)
          Method setPackageRoot
 void setSourceLevel(java.lang.String sourceLevel)
          Method setSourceLevel
 void setUnitTest(boolean unitTest)
          Method setUnitTest
 
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(java.lang.String string)
Method addClasspath

Parameters:
string -

addPackageRoot

public void addPackageRoot(java.lang.String string)
Method addPackageRoot

Parameters:
string -

getBuiltTo

public java.lang.String getBuiltTo()
Method getBuiltTo


getClasspath

public java.util.List getClasspath()
Method getClasspath


getPackageRoot

public java.util.List getPackageRoot()
Method getPackageRoot


getSourceLevel

public java.lang.String getSourceLevel()
Method getSourceLevel


isUnitTest

public boolean isUnitTest()
Method isUnitTest


removeClasspath

public void removeClasspath(java.lang.String string)
Method removeClasspath

Parameters:
string -

removePackageRoot

public void removePackageRoot(java.lang.String string)
Method removePackageRoot

Parameters:
string -

setBuiltTo

public void setBuiltTo(java.lang.String builtTo)
Method setBuiltTo

Parameters:
builtTo -

setClasspath

public void setClasspath(java.util.List classpath)
Method setClasspath

Parameters:
classpath -

setPackageRoot

public void setPackageRoot(java.util.List packageRoot)
Method setPackageRoot

Parameters:
packageRoot -

setSourceLevel

public void setSourceLevel(java.lang.String sourceLevel)
Method setSourceLevel

Parameters:
sourceLevel -

setUnitTest

public void setUnitTest(boolean unitTest)
Method setUnitTest

Parameters:
unitTest -


Copyright 2005-2005-2006 null. All Rights Reserved.