Uses of Class
org.wildfly.extras.creaper.commands.patching.RollbackPatch.Builder

Packages that use RollbackPatch.Builder
org.wildfly.extras.creaper.commands.patching   
 

Uses of RollbackPatch.Builder in org.wildfly.extras.creaper.commands.patching
 

Methods in org.wildfly.extras.creaper.commands.patching that return RollbackPatch.Builder
 RollbackPatch.Builder RollbackPatch.Builder.overrideAll(boolean overrideAll)
          Sets whether all conflicts should be automatically resolved by overriding.
 RollbackPatch.Builder RollbackPatch.Builder.overrideModules(boolean overrideModules)
          Sets whether modules shall be overridden when there is conflict in the module.
 RollbackPatch.Builder RollbackPatch.Builder.overridePaths(String... pathsToOverride)
          Adds specified paths to the list of paths which shall be overridden.
 RollbackPatch.Builder RollbackPatch.Builder.preservePaths(String... pathsToPreserve)
          Adds paths to list of paths which should be preserved.
 RollbackPatch.Builder RollbackPatch.Builder.resetConfiguration(boolean resetConfiguration)
          Sets whether the rollback operation should reset the installation configurations to their state before the patch was applied.
 RollbackPatch.Builder RollbackPatch.Builder.rollbackTo(boolean rollbackTo)
          If the patch to rollback is a one-off patch, it signifies that the rollback operation will also rollback all the other one-off patches that have been applied on top of the patch to rollback.
 



Copyright © 2016. All rights reserved.