|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrendsite.commands.RenderConfiguration
public class RenderConfiguration
Configuration for the Render implementation. This is a dangerous implementation right now, because it doesn't assert anything.
10NOV09 - EPG - First package release.
| Field Summary | |
|---|---|
java.io.File |
changeFile
Use a change file. |
boolean |
dontClean
Do not clean during process. |
boolean |
filesystemMode
If true, set urls for filesystem browsing. |
boolean |
forceUpdate
If true, update everything regardless of last modified dates. |
static char |
OPTION_DONT_CLEAN
Normally, the target directories will be cleaned during processing. |
static char |
OPTION_FORCE_UPDATE_ALL
Normally, files will be processed only if they or the configuration has been changed since the last run. |
static char |
OPTION_LOCAL_FILESYSTEM
Option: Render to the local filesystem instead of to a website. |
static char |
OPTION_LOG_ALL_FILE_ACTIONS
Log all file actions. |
Resources |
resources
The resources manager. |
RendsiteLogger |
rootLogger
Root logger. |
things.thinger.SystemInterface |
si
The system interface. |
| Constructor Summary | |
|---|---|
RenderConfiguration()
|
|
| Method Summary | |
|---|---|
Resources |
getResources()
Get the system resources. |
things.thinger.SystemInterface |
getSystemInterface()
Get the system interface. |
boolean |
isDontClean()
Are we not cleaning? If true, do not clean during processing. |
boolean |
isFilesystemMode()
Are we in filesystem mode? If true, set urls for filesystem browsing. |
boolean |
isForceUpdate()
Are we forcing updates? |
boolean |
loggingAllFileActions()
Are we logging all file actions? |
RendsiteLogger |
rootLogger()
Get the root/normal logger. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final char OPTION_LOCAL_FILESYSTEM
public static final char OPTION_FORCE_UPDATE_ALL
public static final char OPTION_DONT_CLEAN
public static final char OPTION_LOG_ALL_FILE_ACTIONS
public boolean forceUpdate
public boolean filesystemMode
public boolean dontClean
public java.io.File changeFile
public RendsiteLogger rootLogger
public things.thinger.SystemInterface si
public Resources resources
| Constructor Detail |
|---|
public RenderConfiguration()
| Method Detail |
|---|
public boolean isForceUpdate()
isForceUpdate in interface RendsiteConfigurationpublic boolean isFilesystemMode()
isFilesystemMode in interface RendsiteConfigurationpublic boolean isDontClean()
isDontClean in interface RendsiteConfigurationpublic RendsiteLogger rootLogger()
rootLogger in interface RendsiteConfigurationpublic things.thinger.SystemInterface getSystemInterface()
getSystemInterface in interface RendsiteConfigurationpublic Resources getResources()
getResources in interface RendsiteConfigurationpublic boolean loggingAllFileActions()
loggingAllFileActions in interface RendsiteConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||