|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.goerntkai.scot.app.misc.Configuration
Represents the configuration of SCoT from command line as well as from the configuration files.
Constructor Summary | |
Configuration(de.goerntkai.devbase.tools.cmdln.CmdLn aCmdLn,
java.util.Properties theProperties)
The constructor. |
Method Summary | |
java.lang.String |
getBaseURL()
|
java.lang.String |
getDefaultBaseTarget()
|
java.lang.String |
getDefaultFavIcon()
|
java.lang.String |
getDestinationPath()
Returns the destination path this instance has to work with. |
java.lang.String |
getHTMLEncoding()
|
java.lang.String |
getHTMLFavIcon()
|
java.lang.String |
getHTMLPublicID()
|
java.lang.String |
getHTMLStandardSuffix()
|
java.lang.String |
getHTMLSystemID()
|
java.lang.String |
getHypertextOverviewLinkMeaning()
|
java.lang.String |
getSCoTAssignmentOperator()
|
java.lang.String |
getSCoTSeparator()
|
java.lang.String |
getSourceContentOrderFile()
|
java.lang.String |
getSourceContentsRoot()
|
java.lang.String |
getSourceFragmentsRoot()
|
java.lang.String |
getSourceFramesetsRoot()
|
java.lang.String |
getSourceImagesRoot()
|
java.lang.String |
getSourcePageFooterFile()
|
java.lang.String |
getSourcePageHeaderFile()
|
java.lang.String |
getSourcePath()
Returns the source path this instance has to work with. |
java.lang.String |
getSourceProjectPropertiesFile()
|
java.lang.String |
getSourceStandardSuffix()
Returns the file name suffix of all SCoT source files. |
java.lang.String |
getSourceStylesheetsRoot()
|
java.lang.String |
getURLSeparator()
|
boolean |
isBaseSet()
Returns wether the BinaryOption base is set or not. |
boolean |
isKeepSet()
Returns wether the UnaryOption keep is set or not. |
void |
log()
Prints the key-value-pairs of the command line and the properties to the log file. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Configuration(de.goerntkai.devbase.tools.cmdln.CmdLn aCmdLn, java.util.Properties theProperties)
The constructor.
aCmdLn
- theProperties
- Method Detail |
public java.lang.String getBaseURL()
public java.lang.String getDefaultBaseTarget()
public java.lang.String getDefaultFavIcon()
public java.lang.String getDestinationPath()
Returns the destination path this instance has to work with.
public java.lang.String getHTMLEncoding()
public java.lang.String getHTMLFavIcon()
public java.lang.String getHTMLPublicID()
public java.lang.String getHTMLStandardSuffix()
public java.lang.String getHTMLSystemID()
public java.lang.String getHypertextOverviewLinkMeaning()
public java.lang.String getSCoTAssignmentOperator()
public java.lang.String getSCoTSeparator()
public java.lang.String getSourceContentOrderFile()
public java.lang.String getSourceContentsRoot()
public java.lang.String getSourceFragmentsRoot()
public java.lang.String getSourceFramesetsRoot()
public java.lang.String getSourceImagesRoot()
public java.lang.String getSourcePageFooterFile()
public java.lang.String getSourcePageHeaderFile()
public java.lang.String getSourcePath()
Returns the source path this instance has to work with.
public java.lang.String getSourceProjectPropertiesFile()
public java.lang.String getSourceStandardSuffix()
Returns the file name suffix of all SCoT source files.
public java.lang.String getSourceStylesheetsRoot()
public java.lang.String getURLSeparator()
public boolean isBaseSet()
Returns wether the BinaryOption
base is set or not.
true
or false
public boolean isKeepSet()
Returns wether the UnaryOption
keep is set or not.
true
or false
public void log()
Prints the key-value-pairs of the command line and the properties to the log file.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |