Package br.org.soujava.pomeditor.api
Interface PomCommit
-
public interface PomCommit
Service component responsible for the commit logic
-
-
Method Detail
-
execute
static void execute(Path pom)
Confirms the changes of a given POM and deletes the backup POM file- Parameters:
pom
- the target POM file- Throws:
RuntimeException
- on any issue occurs during the rollback processing
-
-