Package org.mwolff.generator.config
Class Configuration
- java.lang.Object
-
- org.mwolff.command.parameterobject.DefaultParameterObject
-
- org.mwolff.generator.config.Configuration
-
- All Implemented Interfaces:
org.mwolff.command.parameterobject.GenericParameterObject
- Direct Known Subclasses:
CommandTransport
public class Configuration extends org.mwolff.command.parameterobject.DefaultParameterObject
-
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBasepath()
String
getClasspath()
String
getClassTemplateName()
String
getConfigPath()
String
getLanguage()
String
getLastError()
String
getXmlFile()
void
setBasepath(String basepath)
void
setClasspath(String classpath)
void
setClassTemplateName(String classTemplateName)
void
setConfigPath(String configPath)
void
setLanguage(String language)
String
setLastError(String lastError)
void
setXmlFile(String xmlFile)
-
-
-
Method Detail
-
getConfigPath
public String getConfigPath()
-
setConfigPath
public void setConfigPath(String configPath)
-
getClassTemplateName
public String getClassTemplateName()
-
setClassTemplateName
public void setClassTemplateName(String classTemplateName)
-
getLastError
public String getLastError()
-
getXmlFile
public String getXmlFile()
-
setXmlFile
public void setXmlFile(String xmlFile)
-
getLanguage
public String getLanguage()
-
setLanguage
public void setLanguage(String language)
-
getBasepath
public String getBasepath()
-
setBasepath
public void setBasepath(String basepath)
-
getClasspath
public String getClasspath()
-
setClasspath
public void setClasspath(String classpath)
-
-