Interface BuildDependencyGraphFactory
-
- All Known Implementing Classes:
BuildDependencyGraphFactoryImpl
public interface BuildDependencyGraphFactory
- Author:
- Pavel.Sher Date: 13.08.2008
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildDependencyGraph
createGraph(BuildPromotionEx promotionEx)
TopBuildDependencyGraph
createTopGraph(BuildPromotionEx promotionEx)
-
-
-
Method Detail
-
createGraph
@NotNull BuildDependencyGraph createGraph(@NotNull BuildPromotionEx promotionEx)
-
createTopGraph
@NotNull TopBuildDependencyGraph createTopGraph(@NotNull BuildPromotionEx promotionEx)
-
-