Package br.org.soujava.pomeditor.api
Interface PomRollback
-
public interface PomRollback
Service component responsible for the rollback logic
-
-
Method Detail
-
execute
static void execute(Path pom)
Recovers the backup POM file replacing the given POM file- Parameters:
pom
- target POM file- Throws:
RuntimeException
- on any issue occurs during the rollback processing
-
-