org.pentaho.reporting.libraries.resourceloader
public final class ResourceKey extends Object implements Serializable
Constructor Summary | |
---|---|
ResourceKey(Object schema, Object identifier, Map factoryParameters) | |
ResourceKey(ResourceKey parent, Object schema, Object identifier, Map factoryParameters) |
Method Summary | |
---|---|
boolean | equals(Object o) |
Map | getFactoryParameters() |
Object | getIdentifier() |
String | getIdentifierAsString()
Returns a String version of the identifier.
|
ResourceKey | getParent() |
Object | getSchema()
Returns the schema of this resource key. |
int | hashCode() |
String | toString() |
Returns: the identifier as string or null, if the identifier could not be converted easily.
Returns: