public class ResourceInfo extends Object implements GenericResourceInfo
| Constructor and Description |
|---|
ResourceInfo(String name) |
ResourceInfo(String name,
String applicationName) |
ResourceInfo(String name,
String applicationName,
String moduleName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApplicationName()
application in which the resource is defined
|
String |
getModuleName()
module in which the resource is defined
|
String |
getName()
name of the resource
|
int |
hashCode() |
String |
toString() |
public ResourceInfo(String name)
public String getName()
GenericResourceInfogetName in interface GenericResourceInfopublic String getApplicationName()
GenericResourceInfogetApplicationName in interface GenericResourceInfopublic String getModuleName()
GenericResourceInfogetModuleName in interface GenericResourceInfoCopyright © 2019. All rights reserved.