Package br.org.soujava.pomeditor.api
Interface AddDependency
-
public interface AddDependency
Command responsible for adding a dependency to a given pom
-
-
Method Summary
Static Methods Modifier and Type Method Description static void
execute(Path pom, Dependency dependency)
Add a dependency informed by theDependency
instance into the target POM xml
-
-
-
Method Detail
-
execute
static void execute(Path pom, Dependency dependency)
Add a dependency informed by theDependency
instance into the target POM xml- Parameters:
pom
- it's the target POM xmldependency
- it's anDependency
instance
-
-