org.drupal.project.computing.jython
Class DJyCommand

java.lang.Object
  extended by org.drupal.project.computing.DCommand
      extended by org.drupal.project.computing.jython.DJyCommand
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Callable<DRecord>

public abstract class DJyCommand
extends DCommand

This is to help with Jython applications


Field Summary
 
Fields inherited from class org.drupal.project.computing.DCommand
application, logger, record
 
Constructor Summary
DJyCommand()
           
 
Method Summary
 java.lang.String getIdentifier()
           
 
Methods inherited from class org.drupal.project.computing.DCommand
after, before, call, create, create, execute, getApplication, getDrupalSite, getRecord, keepResults, mapArgs, mapRecord, markProgress, markStatus, printMessage, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DJyCommand

public DJyCommand()
Method Detail

getIdentifier

public java.lang.String getIdentifier()
Overrides:
getIdentifier in class DCommand