public class ArrayTypePermission extends java.lang.Object implements TypePermission
| Modifier and Type | Field and Description |
|---|---|
static TypePermission |
ARRAYS |
| Constructor and Description |
|---|
ArrayTypePermission() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allows(java.lang.Class<?> type)
Check permission for a provided type.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public static final TypePermission ARRAYS
public boolean allows(java.lang.Class<?> type)
TypePermissionallows in interface TypePermissiontype - the type to checktrue if provided type is allowed, false if permission does not handle the typepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectJoe Walnes, http://xstream.codehaus.org/