eu.scape_project.xa.tw.conf
Class Configuration

java.lang.Object
  extended by eu.scape_project.xa.tw.conf.Configuration

public class Configuration
extends Object

Configuration files

Version:
0.3
Author:
shsdev https://github.com/shsdev

Constructor Summary
Configuration()
          Default constructor
 
Method Summary
 String getProjConf()
           
 String getProjectConfigurationFile()
           
 String getXmlConf()
           
 boolean hasConfig()
           
 boolean hasXmlConf()
           
 void setProjConf(File confFile)
           
 void setXmlConf(File toolspecFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Default constructor

Method Detail

getProjectConfigurationFile

public String getProjectConfigurationFile()
                                   throws GeneratorException
Returns:
string with the path to the project configuration file
Throws:
GeneratorException

getProjConf

public String getProjConf()
Returns:
the projConf

setProjConf

public void setProjConf(File confFile)
                 throws GeneratorException
Parameters:
confFile - a java.io.File which should be a file of project configuration properties.
Throws:
GeneratorException

setXmlConf

public void setXmlConf(File toolspecFile)
                throws GeneratorException
Parameters:
toolspecFile -
Throws:
GeneratorException

hasXmlConf

public boolean hasXmlConf()
Returns:
true if the toolspec config is set

hasConfig

public boolean hasConfig()
Returns:
true if toolspec co

getXmlConf

public String getXmlConf()
Returns:
the xmlConf


Copyright © 2013. All Rights Reserved.