Class InstallationRequest
java.lang.Object
org.fedoraproject.xmvn.tools.install.InstallationRequest
- Author:
- Mikolaj Izdebski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetBasePackageName(String basePackageName) voidsetCheckForUnmatchedRules(boolean checkForUnmatchedRules) voidsetDescriptorRoot(Path descriptorRoot) voidsetInstallationPlan(Path installationPlanPath) voidsetInstallRoot(Path installRoot) voidsetRepositoryId(String repositoryId)
-
Constructor Details
-
InstallationRequest
public InstallationRequest()
-
-
Method Details
-
isCheckForUnmatchedRules
public boolean isCheckForUnmatchedRules() -
setCheckForUnmatchedRules
public void setCheckForUnmatchedRules(boolean checkForUnmatchedRules) -
getInstallationPlan
-
setInstallationPlan
-
getBasePackageName
-
setBasePackageName
-
getInstallRoot
-
setInstallRoot
-
getDescriptorRoot
-
setDescriptorRoot
-
getRepositoryId
-
setRepositoryId
-