com.openexchange.admin.console.user
Class UserAbstraction

java.lang.Object
  extended by com.openexchange.admin.console.BasicCommandlineOptions
      extended by com.openexchange.admin.console.ObjectNamingAbstraction
          extended by com.openexchange.admin.console.user.UserAbstraction
Direct Known Subclasses:
ChangeCore, ContextAbstraction, CreateCore, DeleteCore, ListCore

public abstract class UserAbstraction
extends ObjectNamingAbstraction


Field Summary
static java.util.ArrayList<com.openexchange.admin.console.user.UserAbstraction.OptionAndMethod> optionsandmethods
           
static java.util.HashSet<java.lang.String> standardoptions
          This field holds all the options which are displayed by default.
 
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
UserAbstraction()
           
 
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
 

Field Detail

optionsandmethods

public static final java.util.ArrayList<com.openexchange.admin.console.user.UserAbstraction.OptionAndMethod> optionsandmethods

standardoptions

public static final java.util.HashSet<java.lang.String> standardoptions
This field holds all the options which are displayed by default. So this options can be deducted from the other dynamically created options

Constructor Detail

UserAbstraction

public UserAbstraction()