public class InstallationRequest extends Object
Constructor and Description |
---|
InstallationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBasePackageName() |
Path |
getInstallationPlan() |
Path |
getInstallRoot() |
boolean |
isCheckForUnmatchedRules() |
void |
setBasePackageName(String basePackageName) |
void |
setCheckForUnmatchedRules(boolean checkForUnmatchedRules) |
void |
setInstallationPlan(Path installationPlanPath) |
void |
setInstallRoot(Path installRoot) |
public boolean isCheckForUnmatchedRules()
public void setCheckForUnmatchedRules(boolean checkForUnmatchedRules)
public Path getInstallationPlan()
public void setInstallationPlan(Path installationPlanPath)
public String getBasePackageName()
public void setBasePackageName(String basePackageName)
public Path getInstallRoot()
public void setInstallRoot(Path installRoot)
Copyright © 2012-2017 Red Hat, Inc.. All Rights Reserved.