eu.scape_project.xa.tw.conf
Class Configuration
java.lang.Object
eu.scape_project.xa.tw.conf.Configuration
public class Configuration
- extends Object
Configuration files
- Version:
- 0.3
- Author:
- shsdev https://github.com/shsdev
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configuration
public Configuration()
- Default constructor
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.