|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rundeck.storage.impl.PathItemBase
org.rundeck.storage.impl.ResourceBase<T>
public class ResourceBase<T extends ContentMeta>
$INTERFACE is ... User: greg Date: 2/14/14 Time: 12:51 PM
Constructor Summary | |
---|---|
ResourceBase(Path path,
T contents,
boolean directory)
|
Method Summary | |
---|---|
T |
getContents()
|
boolean |
isDirectory()
|
protected void |
setContents(T contents)
|
Methods inherited from class org.rundeck.storage.impl.PathItemBase |
---|
getPath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rundeck.storage.api.PathItem |
---|
getPath |
Constructor Detail |
---|
public ResourceBase(Path path, T contents, boolean directory)
Method Detail |
---|
public T getContents()
getContents
in interface Resource<T extends ContentMeta>
public boolean isDirectory()
isDirectory
in interface Resource<T extends ContentMeta>
protected void setContents(T contents)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |