Package br.org.soujava.pomeditor.api
Class PomChange
- java.lang.Object
-
- br.org.soujava.pomeditor.api.PomChange
-
public final class PomChange extends Object
Component responsible for POM changes with backup support
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PomChange.Executable
static class
PomChange.PomChangeBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Path
backupFileOf(Path pom)
static PomChange.PomChangeBuilder
builder()
void
execute(PomChange.Executable executable)
-
-
-
Method Detail
-
builder
public static PomChange.PomChangeBuilder builder()
-
execute
public void execute(PomChange.Executable executable) throws Throwable
- Throws:
Throwable
-
-