Modifier and Type | Method and Description |
---|---|
static PatchTool |
create(InstallationManager manager)
Create an offline local patch tool.
|
static ContentVerificationPolicy |
create(org.jboss.dmr.ModelNode operation)
Create a content verification policy from a dmr model
|
static PatchTool |
createLocalTool(File jbossHome,
List<File> moduleRoots,
List<File> bundleRoots)
Create an offline local patch tool.
|
static PatchTool.ContentPolicyBuilder |
policyBuilder()
Create a new policy builder instance.
|
public static PatchTool.ContentPolicyBuilder policyBuilder()
public static ContentVerificationPolicy create(org.jboss.dmr.ModelNode operation)
operation
- the model nodepublic static PatchTool createLocalTool(File jbossHome, List<File> moduleRoots, List<File> bundleRoots) throws IOException
jbossHome
- the distribution rootmoduleRoots
- the module rootsbundleRoots
- the bundle rootsIOException
public static PatchTool create(InstallationManager manager)
manager
- the installation managerCopyright © 2023 JBoss by Red Hat. All rights reserved.