|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drupal.project.async_command.GenericDrupalApp
public class DrupalApp
This is the new DrupalApp class. A launcher has a field to launch DrupalApp, rather than DrupalApp has a field of launcher.
Nested Class Summary | |
---|---|
static class |
DrupalApp.RunningMode
Various running mode of the DrupalApp |
Constructor Summary | |
---|---|
DrupalApp()
|
Method Summary | |
---|---|
void |
run()
|
void |
setDrupalConnection(DrupalConnection drupalConnection1)
|
void |
setRunningMode(DrupalApp.RunningMode runningMode)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DrupalApp()
Method Detail |
---|
public void setRunningMode(DrupalApp.RunningMode runningMode)
public void setDrupalConnection(DrupalConnection drupalConnection1)
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |