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()
GenericResourceInfo
getName
in interface GenericResourceInfo
public String getApplicationName()
GenericResourceInfo
getApplicationName
in interface GenericResourceInfo
public String getModuleName()
GenericResourceInfo
getModuleName
in interface GenericResourceInfo
Copyright © 2018. All rights reserved.