|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.manager.ConfigManager
public class ConfigManager
| Constructor Summary | |
|---|---|
ConfigManager(URL configURL)
Constructor with the location of the configuration service. |
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Application entry point. |
boolean |
run(String[] args)
Either executes commands from the command line or runs the manager interactively. |
static void |
setExitOnEndCommands(boolean exit)
Determines if the application should exit when command processing is complete. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigManager(URL configURL)
configURL - URL containing the locations of the configuration service.| Method Detail |
|---|
public static void main(String[] args)
args - Command line arguments.public boolean run(String[] args)
args - Command arguments. If the arguments are empty, then the manager runs interactively.
public static void setExitOnEndCommands(boolean exit)
exit - True if the application should terminate on completing processing commands. False otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||