net.jangaroo.jooc.config
Class FileLocations

java.lang.Object
  extended by net.jangaroo.jooc.config.FileLocations
Direct Known Subclasses:
JoocConfiguration

public class FileLocations
extends Object

A description of various file paths in the build environment.


Constructor Summary
FileLocations()
           
 
Method Summary
 void addSourceFile(File source)
           
 void addSourceFile(String sourcepath)
           
 File findSourceDir(File file)
           
 List<File> getClassPath()
           
 File getOutputDirectory()
           
 List<File> getSourceFiles()
           
 List<File> getSourcePath()
           
 void setClassPath(List<File> classPath)
           
 void setOutputDirectory(File outputDirectory)
           
 void setSourceFiles(List<File> sourceFiles)
           
 void setSourcePath(List<File> sourcePath)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileLocations

public FileLocations()
Method Detail

findSourceDir

public File findSourceDir(File file)
                   throws IOException
Throws:
IOException

getOutputDirectory

public File getOutputDirectory()

setOutputDirectory

public void setOutputDirectory(File outputDirectory)

getSourcePath

public List<File> getSourcePath()

setSourcePath

public void setSourcePath(List<File> sourcePath)
                   throws IOException
Throws:
IOException

getClassPath

public List<File> getClassPath()

setClassPath

public void setClassPath(List<File> classPath)

getSourceFiles

public List<File> getSourceFiles()

setSourceFiles

public void setSourceFiles(List<File> sourceFiles)

addSourceFile

public void addSourceFile(File source)

addSourceFile

public void addSourceFile(String sourcepath)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.