proper.core
Class ArgumentObject

java.lang.Object
  extended by proper.core.ProperObject
      extended by proper.core.ArgumentObject
All Implemented Interfaces:
ProperInterface
Direct Known Subclasses:
Application

public abstract class ArgumentObject
extends ProperObject

This abstract class adds some functionality for classes that handle arguments.

Version:
$Revision: 1.3 $
Author:
FracPete

Field Summary
 
Fields inherited from interface proper.core.ProperInterface
VERSION
 
Constructor Summary
ArgumentObject()
           
 
Method Summary
 java.lang.String fixAdditionalArg(java.lang.String arg)
          changes the '=' to '-' again (necessary, since the arguments are treated as seperate arguments!)
 
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, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgumentObject

public ArgumentObject()
Method Detail

fixAdditionalArg

public java.lang.String fixAdditionalArg(java.lang.String arg)
changes the '=' to '-' again (necessary, since the arguments are treated as seperate arguments!)