com.openexchange.admin.properties
Class AdminProperties.Resource

java.lang.Object
  extended by com.openexchange.admin.properties.AdminProperties.Resource
Enclosing class:
AdminProperties

public class AdminProperties.Resource
extends Object

The properties for resources

Author:
d7

Field Summary
static String AUTO_LOWERCASE
           
static String CHECK_NOT_ALLOWED_CHARS
           
static String CHECK_NOT_ALLOWED_NAMES
           
static String NOT_ALLOWED_NAMES
           
 
Constructor Summary
AdminProperties.Resource()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHECK_NOT_ALLOWED_CHARS

public static final String CHECK_NOT_ALLOWED_CHARS
See Also:
Constant Field Values

AUTO_LOWERCASE

public static final String AUTO_LOWERCASE
See Also:
Constant Field Values

CHECK_NOT_ALLOWED_NAMES

public static final String CHECK_NOT_ALLOWED_NAMES
See Also:
Constant Field Values

NOT_ALLOWED_NAMES

public static final String NOT_ALLOWED_NAMES
See Also:
Constant Field Values
Constructor Detail

AdminProperties.Resource

public AdminProperties.Resource()