public class InstallationRequest extends Object
Constructor and Description |
---|
InstallationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBasePackageName() |
Path |
getDescriptorRoot() |
Path |
getInstallationPlan() |
Path |
getInstallRoot() |
boolean |
isCheckForUnmatchedRules() |
void |
setBasePackageName(String basePackageName) |
void |
setCheckForUnmatchedRules(boolean checkForUnmatchedRules) |
void |
setDescriptorRoot(Path descriptorRoot) |
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)
public Path getDescriptorRoot()
public void setDescriptorRoot(Path descriptorRoot)
Copyright © 2012-2015 Red Hat, Inc.. All Rights Reserved.