public abstract class Resource extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Resource(String application,
String name,
String method) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object obj) |
String |
getApplication() |
String |
getMethod() |
String |
getName() |
int |
hashCode() |
abstract boolean |
implies(Resource resource) |
String |
toString() |
Copyright © 2019. All rights reserved.