public abstract class AbstractFileResource extends Object implements ReadableResource
| Constructor and Description |
|---|
AbstractFileResource(File file) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseName()
Short name that concisely describes this resource
|
String |
getDisplayName()
Human readable name of this resource
|
URI |
getURI()
Uniform resource identifier that uniquely describes this resource
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadprotected final File file
public AbstractFileResource(File file)
public String getDisplayName()
ResourcegetDisplayName in interface Resourcepublic URI getURI()
Resourcepublic String getBaseName()
ResourcegetBaseName in interface ResourceCopyright © 2013. All rights reserved