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

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

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

Methods in org.wildfly.extras.creaper.commands.patching that return ApplyPatch.Builder
 ApplyPatch.Builder ApplyPatch.Builder.overrideAll(boolean overrideAll)
          Sets whether all conflicts should be automatically resolved by overriding the data using those from patch.
 ApplyPatch.Builder ApplyPatch.Builder.overrideModules(boolean overrideModules)
          Sets whether modules shall be overridden when there is conflict in the module.
 ApplyPatch.Builder ApplyPatch.Builder.overridePaths(String... pathsToOverride)
          Adds specified paths to the list of paths which shall be overridden.
 ApplyPatch.Builder ApplyPatch.Builder.preservePaths(String... pathsToPreserve)
          Adds paths to list of paths which should be preserved.
 



Copyright © 2020. All rights reserved.