org.drupal.project.computing.common
Class CommonApplication

java.lang.Object
  extended by org.drupal.project.computing.DApplication
      extended by org.drupal.project.computing.common.CommonApplication

@Identifier(value="common")
public class CommonApplication
extends DApplication

This is the common application that illustrated how to use DApplication.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.drupal.project.computing.DApplication
DApplication.RunningMode
 
Field Summary
 
Fields inherited from class org.drupal.project.computing.DApplication
commandRegistry, config, drupalSite, logger, pushOptions
 
Constructor Summary
CommonApplication()
           
 
Method Summary
protected  void buildCommandRegistry()
          Register acceptable command here.
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.drupal.project.computing.DApplication
getDrupalSite, getIdentifier, initDrupalSite, launch, launchFromShell, registerCommand, registerCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonApplication

public CommonApplication()
Method Detail

buildCommandRegistry

protected void buildCommandRegistry()
Description copied from class: DApplication
Register acceptable command here.

Specified by:
buildCommandRegistry in class DApplication

main

public static void main(java.lang.String[] args)