Class InstallationRequest
java.lang.Object
org.fedoraproject.xmvn.tools.install.InstallationRequest
- Author:
- Mikolaj Izdebski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setBasePackageName
(String basePackageName) void
setCheckForUnmatchedRules
(boolean checkForUnmatchedRules) void
setDescriptorRoot
(Path descriptorRoot) void
setInstallationPlan
(Path installationPlanPath) void
setInstallRoot
(Path installRoot) void
setRepositoryId
(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
-