Interface DependencyTreeBuilder
- All Known Implementing Classes:
DependencyTreeBuilderImpl
public interface DependencyTreeBuilder
-
Method Summary
Modifier and TypeMethodDescriptionVisits all the parentPlan
for the give build and returns its direct linage in topological order
-
Method Details
-
getDirectParents
Visits all the parentPlan
for the give build and returns its direct linage in topological order- Parameters:
plan
-- Returns:
- buildParents
- Throws:
ConfigurationException
-