Class InstallationRequest
- java.lang.Object
-
- org.fedoraproject.xmvn.tools.install.InstallationRequest
-
public class InstallationRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
basePackageName
private boolean
checkForUnmatchedRules
private java.nio.file.Path
descriptorRoot
private java.nio.file.Path
installationPlanPath
private java.nio.file.Path
installRoot
private java.lang.String
repositoryId
-
Constructor Summary
Constructors Constructor Description InstallationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBasePackageName()
java.nio.file.Path
getDescriptorRoot()
java.nio.file.Path
getInstallationPlan()
java.nio.file.Path
getInstallRoot()
java.lang.String
getRepositoryId()
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)
void
setRepositoryId(java.lang.String repositoryId)
-
-
-
Field Detail
-
checkForUnmatchedRules
private boolean checkForUnmatchedRules
-
installationPlanPath
private java.nio.file.Path installationPlanPath
-
basePackageName
private java.lang.String basePackageName
-
installRoot
private java.nio.file.Path installRoot
-
descriptorRoot
private java.nio.file.Path descriptorRoot
-
repositoryId
private java.lang.String repositoryId
-
-
Method Detail
-
isCheckForUnmatchedRules
public boolean isCheckForUnmatchedRules()
-
setCheckForUnmatchedRules
public void setCheckForUnmatchedRules(boolean checkForUnmatchedRules)
-
getInstallationPlan
public java.nio.file.Path getInstallationPlan()
-
setInstallationPlan
public void setInstallationPlan(java.nio.file.Path installationPlanPath)
-
getBasePackageName
public java.lang.String getBasePackageName()
-
setBasePackageName
public void setBasePackageName(java.lang.String basePackageName)
-
getInstallRoot
public java.nio.file.Path getInstallRoot()
-
setInstallRoot
public void setInstallRoot(java.nio.file.Path installRoot)
-
getDescriptorRoot
public java.nio.file.Path getDescriptorRoot()
-
setDescriptorRoot
public void setDescriptorRoot(java.nio.file.Path descriptorRoot)
-
getRepositoryId
public java.lang.String getRepositoryId()
-
setRepositoryId
public void setRepositoryId(java.lang.String repositoryId)
-
-