Package com.dtolabs.rundeck.core.common
Interface IFrameworkResource
-
- All Known Subinterfaces:
IFrameworkResourceParent
- All Known Implementing Classes:
FrameworkProject,FrameworkProjectMgr,FrameworkResource
public interface IFrameworkResourceImplementations of this interface provide a resource in a composition hierarchy of resources. Conceptually, one can imagine a framework resource as a node in a acyclic directed graph. The word "Node" was not chosen to avoid confusion with "machine nodes".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.FilegetBaseDir()java.lang.StringgetName()
-