Interface DependencyManager
- All Known Implementing Classes:
DependencyManagerImpl
public interface DependencyManager
- Author:
- m.popov
-
Method Summary
Modifier and TypeMethodDescriptionaddDependency
(Path path) void
getDependency
(String id) getDependency
(Path path) void
removeDependency
(Path path)
-
Method Details
-
getDependency
-
getDependency
-
getDependencies
Collection<Package> getDependencies() -
clearDependencies
void clearDependencies() -
refreshDependencies
void refreshDependencies() -
removeDependency
-
addDependency
-