public class InstallationRequest
extends java.lang.Object
Constructor and Description |
---|
InstallationRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBasePackageName() |
java.nio.file.Path |
getDescriptorRoot() |
java.nio.file.Path |
getInstallationPlan() |
java.nio.file.Path |
getInstallRoot() |
boolean |
isCheckForUnmatchedRules() |
void |
setBasePackageName(java.lang.String basePackageName) |
void |
setCheckForUnmatchedRules(boolean checkForUnmatchedRules) |
void |
setDescriptorRoot(java.nio.file.Path descriptorRoot) |
void |
setInstallationPlan(java.nio.file.Path installationPlanPath) |
void |
setInstallRoot(java.nio.file.Path installRoot) |
public boolean isCheckForUnmatchedRules()
public void setCheckForUnmatchedRules(boolean checkForUnmatchedRules)
public java.nio.file.Path getInstallationPlan()
public void setInstallationPlan(java.nio.file.Path installationPlanPath)
public java.lang.String getBasePackageName()
public void setBasePackageName(java.lang.String basePackageName)
public java.nio.file.Path getInstallRoot()
public void setInstallRoot(java.nio.file.Path installRoot)
public java.nio.file.Path getDescriptorRoot()
public void setDescriptorRoot(java.nio.file.Path descriptorRoot)
Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.