|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.app.AbstractConfigApp
org.melati.app.ConfigApp
public class ConfigApp
An example of how to access a configured application from the command line. Invoke: java -cp melati.jar;site\properties org.melati.app.ConfigApp Method
| Field Summary |
|---|
| Fields inherited from class org.melati.app.AbstractConfigApp |
|---|
melatiConfig, output |
| Constructor Summary | |
|---|---|
ConfigApp()
|
|
| Method Summary | |
|---|---|
protected void |
doConfiguredRequest(Melati melati)
The main method to override. |
static void |
main(java.lang.String[] args)
The main entry point. |
| Methods inherited from class org.melati.app.AbstractConfigApp |
|---|
applyNamedArguments, getSysAdminEmail, getSysAdminName, init, melatiConfig, poemContext, run, setOutput, term |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigApp()
| Method Detail |
|---|
protected void doConfiguredRequest(Melati melati)
throws java.lang.Exception
doConfiguredRequest in class AbstractConfigAppmelati - A Melati with arguments and properties set
java.lang.Exception - if anything goes wrongAbstractConfigApp.doConfiguredRequest(org.melati.Melati)
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - can only be method
java.lang.Exception
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||