|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.common.commands.CommandRoot
rendsite.commands.Render
public class Render
A basic render entry command
10NOV09 - EPG - First package release.
| Field Summary |
|---|
| Fields inherited from class things.common.commands.CommandRoot |
|---|
configProps, configPropsView, defaultLogger, ENTITY_ROOT_DIRECTORY, OPTION_HELP1, OPTION_HELP2, OPTION_VERBOSE, valueProps, valuePropsView, VALUES_CONFIGURATION, VALUES_VALUES |
| Fields inherited from interface things.common.ThingsConstants |
|---|
A_NOBODY, A_NOTHING, AN_UNKNOWN, CHEAP_LINESEPARATOR, CODEC_EQUALITY, CODEC_ESCAPE_CHARACTER, CODEC_PROPERTY_ESCAPE_CHARACTER, CODEC_QUOTING, CODEC_SEPARATOR_CHARACTER, CODEC_SEPARATOR_CHARACTER_ESCAPED, COPYRIGHT_NOTICE, CR, CRLF, DEFAULT_TRANSPORT_CONNECT_RETRIES, DEFAULT_TRANSPORT_CONNECT_RETRY_DELAY, EMPTY_STRING, EPIC_FAIL, FALSE, FS_FILE_DELETE_RETRIES, KERNEL_LOCK_TRY_LIMIT_MILLIS, LF, NEWLINE, PATH_SEPARATOR, PATH_SEPARATOR_STRING, TROOF, TRUE, WAYSA |
| Constructor Summary | |
|---|---|
Render()
Default constructor. |
|
| Method Summary | |
|---|---|
protected void |
declare()
Declare usage. |
protected java.lang.String |
getFooter()
OVERRIDE IF YOU WANT TO PROVIDE PARAMETER INFORMATION to the command help. |
protected java.lang.String |
getHeader()
OVERRIDE IF YOU WANT TO PROVIDE MORE INFO in the help about what the command does. |
protected java.lang.String |
getName()
Get the command name. |
protected java.lang.String |
getToken()
Get the command token. |
static void |
main(java.lang.String[] args)
MAIN ENTRY. |
void |
run()
Run the command. |
| Methods inherited from class things.common.commands.CommandRoot |
|---|
declareEntities, declareOption, declareValues, ERROR, ERROR, getConsole, getEntity, getEntityRequired, getValue, mainEntry, numberOfEntites, numberOfValues, optionIsSet, suppressListingRootInstallEntity, usage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Render()
throws java.lang.Throwable
java.lang.Throwable| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Throwable
java.lang.Throwable
protected void declare()
throws java.lang.Throwable
declare in class things.common.commands.CommandRootjava.lang.Throwable
public void run()
throws java.lang.Throwable
run in class things.common.commands.CommandRootjava.lang.Throwableprotected java.lang.String getName()
getName in class things.common.commands.CommandRootprotected java.lang.String getToken()
getToken in class things.common.commands.CommandRootprotected java.lang.String getHeader()
getHeader in class things.common.commands.CommandRootprotected java.lang.String getFooter()
getFooter in class things.common.commands.CommandRoot
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||