Uses of Enum Class
de.oktoflow.platform.cmdTools.PomReader.Result
Packages that use PomReader.Result
-
Uses of PomReader.Result in de.oktoflow.platform.cmdTools
Methods in de.oktoflow.platform.cmdTools that return PomReader.ResultModifier and TypeMethodDescriptionprivate static PomReader.ResultChangePomVersion.replaceManifestVersion(File file, String oldVersion, String newVersion) Replaces bundle versions in Manifest files.static PomReader.ResultPomReader.replaceVersion(File file, String oldPomVersion, String newPomVersion, String oldParentPomVersion, String newParentPomVersion, Set<String> properties) Replaces POM versions.static PomReader.ResultPomReader.replaceVersion(File file, String oldPomVersion, String newPomVersion, String oldParentPomVersion, String newParentPomVersion, Set<String> properties, Predicate<String> groupIdPattern) Replaces POM versions.private static PomReader.ResultPomReader.toResult(PomReader.PomHandler handler) Turns handler results to a result constant.static PomReader.ResultReturns the enum constant of this class with the specified name.static PomReader.Result[]PomReader.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.