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