ca.carleton.gcrc.javascript
Class LibraryConfiguration

java.lang.Object
  extended by ca.carleton.gcrc.javascript.LibraryConfiguration

public class LibraryConfiguration
extends Object

Instances of this class are used to read configuration files that specify which javascript files are used to generate a library.


Constructor Summary
LibraryConfiguration()
           
 
Method Summary
 void addInputFilePath(String path)
           
 List<String> getInputFilePaths()
           
 List<File> getInputFiles()
           
 File getLicenseFile()
           
 File getSourceDirectory()
           
 void parseConfiguration(File configFile)
           
 void parseConfiguration(Reader reader)
           
 void setLicenseFile(File licenseFile)
           
 void setSourceDirectory(File sourceDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryConfiguration

public LibraryConfiguration()
Method Detail

getSourceDirectory

public File getSourceDirectory()

setSourceDirectory

public void setSourceDirectory(File sourceDirectory)

getInputFiles

public List<File> getInputFiles()

getInputFilePaths

public List<String> getInputFilePaths()

addInputFilePath

public void addInputFilePath(String path)

getLicenseFile

public File getLicenseFile()

setLicenseFile

public void setLicenseFile(File licenseFile)

parseConfiguration

public void parseConfiguration(Reader reader)
                        throws Exception
Throws:
Exception

parseConfiguration

public void parseConfiguration(File configFile)
                        throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.