Package org.guvnor.structure.backend.pom
Interface PomEditor
-
- All Known Implementing Classes:
PomEditorDefault
public interface PomEditorBehaviours of the PomEditor to add a single or a list of dependencies on a specified pom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaddDependencies(List<org.guvnor.structure.pom.DynamicPomDependency> deps, org.uberfire.backend.vfs.Path pomPath)booleanaddDependency(org.guvnor.structure.pom.DynamicPomDependency dep, org.uberfire.backend.vfs.Path pomPath)
-
-
-
Method Detail
-
addDependency
boolean addDependency(org.guvnor.structure.pom.DynamicPomDependency dep, org.uberfire.backend.vfs.Path pomPath)
-
addDependencies
boolean addDependencies(List<org.guvnor.structure.pom.DynamicPomDependency> deps, org.uberfire.backend.vfs.Path pomPath)
-
-