|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.conf.AbstractConfiguration
org.millscript.millscript.conf.WebsiteConf
public class WebsiteConf
This class is the basis of a website configuration.
| Field Summary |
|---|
| Fields inherited from class org.millscript.millscript.conf.AbstractConfiguration |
|---|
cwd, htmlCharacterEntities, loaderBuilder, logger, outputCharset, properties, vfs, xmlCharacterEntities |
| Fields inherited from interface org.millscript.millscript.conf.Configuration |
|---|
CACHE_NAME, CONF_NAME, DOT_WEBSITE_NAME, INVENTORY_NAME, LIB_NAME, OUTPUT_NAME, PACKAGE_CONF_FILE, USER_CONF_FILE, VAR_NAME, WEBSITE_CONF_FILE, WEBSITE_FAILURE_FILE, WEBSITE_LOCK_FILE, WEBSITE_SUCCESSS_FILE |
| Constructor Summary | |
|---|---|
WebsiteConf()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getInteractivePrompt()
Returns the prompt MillScript should use during a session. |
org.millscript.commons.vfs.VFolder |
getStandardConfFolder()
Returns the location of the standard configuration folder. |
org.millscript.commons.vfs.VFile |
getStandardConfigurationFile()
Returns the location of the user configuration file. |
Engine |
getStandardEngine()
Returns the standard engine for this configuration. |
org.millscript.commons.vfs.VFolder |
getStandardInventoryFolder()
Returns the location of the standard inventory. |
org.millscript.commons.vfs.VFolder |
getStandardLibFolder()
Returns the location of the standard library folder. |
Package |
getStandardPackage(Engine engine)
Returns the standard package for this configuration. |
org.millscript.commons.vfs.VFolder |
getWebsiteCacheFolder()
Returns the location of the websites cache folder. |
org.millscript.commons.vfs.VFolder |
getWebsiteConfFolder()
Returns the location of the websites configuration folder. |
org.millscript.commons.vfs.VFile |
getWebsiteConfigurationFile()
Returns the location of the website configuration file. |
org.millscript.commons.vfs.VFile |
getWebsiteFailureFile()
Returns the location of the website lock file. |
org.millscript.commons.vfs.VFolder |
getWebsiteInventoryFolder()
Returns the location of the websites inventory. |
org.millscript.commons.vfs.VFolder |
getWebsiteLibFolder()
Returns the location of the websites library folder. |
org.millscript.commons.vfs.VFile |
getWebsiteLockFile()
Returns the location of the website lock file. |
org.millscript.commons.vfs.VFolder |
getWebsiteOutputFolder()
Returns the location of the websites output folder. |
org.millscript.commons.vfs.VFile |
getWebsiteSuccessFile()
Returns the location of the website success file. |
org.millscript.commons.vfs.VFolder |
getWebsiteVarFolder()
Returns the location of the websites var folder. |
| Methods inherited from class org.millscript.millscript.conf.AbstractConfiguration |
|---|
getBooleanProperty, getCurrentWorkingFolder, getHTMLCharacterEntity, getLoaderBuilder, getLogger, getOutputCharset, getPackageConfFile, getProperty, getVFS, getXMLCharacterEntity, reportAlertAsMishap, reportAlertAsWarning, reportException, setLogger, setOutputCharset, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebsiteConf()
| Method Detail |
|---|
public java.lang.String getInteractivePrompt()
Configurationnull for an batch session and whatever string the user
desires for an interactive session.
Configuration.getInteractivePrompt()public final org.millscript.commons.vfs.VFolder getStandardConfFolder()
Configuration
Configuration.getStandardConfFolder()public org.millscript.commons.vfs.VFile getStandardConfigurationFile()
Configuration
Configuration.getStandardConfigurationFile()public Engine getStandardEngine()
ConfigurationPackage.
getStandardEngine in interface ConfigurationgetStandardEngine in class AbstractConfigurationEngine for this configurationConfiguration.getStandardEngine()public final org.millscript.commons.vfs.VFolder getStandardInventoryFolder()
Configuration
Configuration.getStandardInventoryFolder()public final org.millscript.commons.vfs.VFolder getStandardLibFolder()
Configuration
Configuration.getStandardLibFolder()public Package getStandardPackage(Engine engine)
Configuration
getStandardPackage in interface ConfigurationgetStandardPackage in class AbstractConfigurationengine - the engine this package is associated with
Package for this configurationConfiguration.getStandardPackage(org.millscript.millscript.vm.Engine)public final org.millscript.commons.vfs.VFolder getWebsiteCacheFolder()
Configuration
Configuration.getWebsiteCacheFolder()public final org.millscript.commons.vfs.VFolder getWebsiteConfFolder()
Configuration
Configuration.getWebsiteConfFolder()public org.millscript.commons.vfs.VFile getWebsiteConfigurationFile()
Configuration
Configuration.getWebsiteConfigurationFile()public org.millscript.commons.vfs.VFile getWebsiteFailureFile()
Configuration
Configuration.getWebsiteFailureFile()public final org.millscript.commons.vfs.VFolder getWebsiteInventoryFolder()
Configuration
Configuration.getWebsiteInventoryFolder()public final org.millscript.commons.vfs.VFolder getWebsiteLibFolder()
Configuration
Configuration.getWebsiteLibFolder()public final org.millscript.commons.vfs.VFolder getWebsiteOutputFolder()
Configuration
Configuration.getWebsiteOutputFolder()public org.millscript.commons.vfs.VFile getWebsiteLockFile()
Configuration
Configuration.getWebsiteLockFile()public org.millscript.commons.vfs.VFile getWebsiteSuccessFile()
Configuration
Configuration.getWebsiteSuccessFile()public final org.millscript.commons.vfs.VFolder getWebsiteVarFolder()
Configuration
Configuration.getWebsiteVarFolder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||