Interface PomEditor

  • All Known Implementing Classes:
    PomEditorDefault

    public interface PomEditor
    Behaviours 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
      boolean addDependencies​(List<org.guvnor.structure.pom.DynamicPomDependency> deps, org.uberfire.backend.vfs.Path pomPath)  
      boolean addDependency​(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)