public abstract static class AbstractResourcesStorage.AbstractResource extends java.lang.Object implements ResourcesStorage.Resource
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
protected |
AbstractResource(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Return the name of the resource.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asInputStream, asOutputStream, close, exists, getURL, isReadOnly
public java.lang.String getName()
ResourcesStorage.Resource
getName
in interface ResourcesStorage.Resource