Class InstallationRequest
- java.lang.Object
-
- org.fedoraproject.xmvn.tools.install.InstallationRequest
-
public class InstallationRequest extends java.lang.Object- Author:
- Mikolaj Izdebski
-
-
Constructor Summary
Constructors Constructor Description InstallationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBasePackageName()java.nio.file.PathgetDescriptorRoot()java.nio.file.PathgetInstallationPlan()java.nio.file.PathgetInstallRoot()java.lang.StringgetRepositoryId()booleanisCheckForUnmatchedRules()voidsetBasePackageName(java.lang.String basePackageName)voidsetCheckForUnmatchedRules(boolean checkForUnmatchedRules)voidsetDescriptorRoot(java.nio.file.Path descriptorRoot)voidsetInstallationPlan(java.nio.file.Path installationPlanPath)voidsetInstallRoot(java.nio.file.Path installRoot)voidsetRepositoryId(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)
-
-