com.openexchange.admin.console
Class ObjectNamingAbstraction

java.lang.Object
  extended by com.openexchange.admin.console.BasicCommandlineOptions
      extended by com.openexchange.admin.console.ObjectNamingAbstraction
Direct Known Subclasses:
GroupAbstraction, ResourceAbstraction, UserAbstraction

public abstract class ObjectNamingAbstraction
extends BasicCommandlineOptions

This abstract class declares an abstract method to get the object name with which the command line tool deals. This is used for output

Author:
d7

Field Summary
 
Fields inherited from class com.openexchange.admin.console.BasicCommandlineOptions
SYSEXIT_COMMUNICATION_ERROR, SYSEXIT_CONTEXT_ALREADY_EXISTS, SYSEXIT_ILLEGAL_OPTION_VALUE, SYSEXIT_INVALID_CREDENTIALS, SYSEXIT_INVALID_DATA, SYSEXIT_MISSING_OPTION, SYSEXIT_NO_SUCH_CONTEXT, SYSEXIT_NO_SUCH_GROUP, SYSEXIT_NO_SUCH_RESOURCE, SYSEXIT_NO_SUCH_USER, SYSEXIT_REMOTE_ERROR, SYSEXIT_SERVERSTORAGE_ERROR, SYSEXIT_UNABLE_TO_PARSE, SYSEXIT_UNKNOWN_OPTION
 
Constructor Summary
ObjectNamingAbstraction()
           
 
Method Summary
 
Methods inherited from class com.openexchange.admin.console.BasicCommandlineOptions
getEnvOptions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectNamingAbstraction

public ObjectNamingAbstraction()