public class InstallationRequest
extends java.lang.Object
| Constructor | Description |
|---|---|
InstallationRequest() |
| Modifier and Type | Method | 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)