org.rundeck.storage.api
Interface Resource<T extends ContentMeta>

All Superinterfaces:
PathItem
All Known Implementing Classes:
DelegateResource, ResourceBase

public interface Resource<T extends ContentMeta>
extends PathItem

A resource in a tree


Method Summary
 T getContents()
           
 boolean isDirectory()
           
 
Methods inherited from interface org.rundeck.storage.api.PathItem
getPath
 

Method Detail

getContents

T getContents()

isDirectory

boolean isDirectory()