org.melati.app
Class ConfigApp
java.lang.Object
org.melati.app.AbstractConfigApp
org.melati.app.ConfigApp
- All Implemented Interfaces:
- App
public class ConfigApp
- extends AbstractConfigApp
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigApp
public ConfigApp()
doConfiguredRequest
protected void doConfiguredRequest(Melati melati)
throws Exception
- The main method to override.
- Specified by:
doConfiguredRequest
in class AbstractConfigApp
- Parameters:
melati
- A Melati
with arguments and properties set
- Throws:
Exception
- if anything goes wrong- See Also:
AbstractConfigApp.doConfiguredRequest(org.melati.Melati)
main
public static void main(String[] args)
throws Exception
- The main entry point.
- Parameters:
args
- can only be method
- Throws:
Exception
Copyright © 2000-2010 PanEris. All Rights Reserved.