|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drupal.project.async_command.CommandLineLauncher
public class CommandLineLauncher
This handler deals with CommandLineInterface launching DrupalApps. Different launchers (CLI, web, etc) have different interfaces.
Constructor Summary | |
---|---|
CommandLineLauncher(java.lang.Class<? extends GenericDrupalApp> drupalAppClass)
Initialize the launcher with a DrupalApp class. |
Method Summary | |
---|---|
void |
launch(java.lang.String[] args)
Launches CLI; users of the class should call this function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandLineLauncher(java.lang.Class<? extends GenericDrupalApp> drupalAppClass)
drupalAppClass
- Method Detail |
---|
public void launch(java.lang.String[] args)
args
- arguments from main()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |