proper.app
Class DatabaseApplication

java.lang.Object
  extended by proper.core.ProperObject
      extended by proper.core.ArgumentObject
          extended by proper.app.Application
              extended by proper.app.DatabaseApplication
All Implemented Interfaces:
CommandLineInterface, ProperInterface, XMLAccessInterface
Direct Known Subclasses:
Bagger, Databases, Export, ForeignKeys, Import, MILK, Propagation, Reducer, RELAGGS, Relations, REMILK

public abstract class DatabaseApplication
extends Application

This class functions as a Ancestor for all classes that are called from commandline with parameters and that handle databases
For a complete list of commandline parameters just run it with the option "-help".

Version:
$Revision: 1.2 $
Author:
FracPete

Field Summary
 
Fields inherited from interface proper.core.ProperInterface
VERSION
 
Constructor Summary
DatabaseApplication()
           
 
Method Summary
 
Methods inherited from class proper.app.Application
checkCommandLine, createInstance, fromXML, parameterError, printDescription, printUsage, run, run, setArgs, setArgs, toString, toXML
 
Methods inherited from class proper.core.ArgumentObject
fixAdditionalArg
 
Methods inherited from class proper.core.ProperObject
addListener, addOutput, classInVerbose, debugprint, debugprint, debugprint, debugprint, debugprintln, debugprintln, debugprintln, debugprintln, debugprintln, getListeners, getRuntime, getVerbose, getVerboseLevel, getVerboseLevelForClass, getVerboseString, getVerboseStringForClass, notifyListener, notifyListeners, print, print, print, print, println, println, println, println, println, printMemory, removeListener, setOutput, setVerbose, setVerboseLevel, setVerboseString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseApplication

public DatabaseApplication()