public class AccessRule extends Object
Constructor and Description |
---|
AccessRule(String kind,
String pattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKind() |
String |
getPattern() |
int |
hashCode() |
void |
setKind(String kind) |
void |
setPattern(String pattern) |
String |
toString() |