public abstract class AbstractLocatableResource<T> extends AbstractResource<T> implements Locatable, Urlable
| 构造器和说明 |
|---|
AbstractLocatableResource() |
| 限定符和类型 | 方法和说明 |
|---|---|
Location |
getLocation() |
String |
getPath() |
String |
getPrefix() |
void |
setLocation(Location location) |
void |
setLocation(String prefix,
String path) |
String |
toString() |
exists, isReadable, readableChannelclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAbsolutePathcontentLength, getInputStream, getRealResourcepublic Location getLocation()
getLocation 在接口中 Locatablepublic void setLocation(Location location)
Copyright © 2021. All rights reserved.