public class InstallationRequest extends Object
Constructor and Description |
---|
InstallationRequest() |
Modifier and Type | Method and Description |
---|---|
void |
addArtifact(org.sonatype.aether.artifact.Artifact artifact) |
Set<org.sonatype.aether.artifact.Artifact> |
getArtifacts() |
String |
getBasePackageName() |
Path |
getInstallRoot() |
boolean |
isCheckForUnmatchedRules() |
void |
setBasePackageName(String basePackageName) |
void |
setCheckForUnmatchedRules(boolean checkForUnmatchedRules) |
void |
setInstallRoot(Path installRoot) |
public boolean isCheckForUnmatchedRules()
public void setCheckForUnmatchedRules(boolean checkForUnmatchedRules)
public void addArtifact(org.sonatype.aether.artifact.Artifact artifact)
public Set<org.sonatype.aether.artifact.Artifact> getArtifacts()
public String getBasePackageName()
public void setBasePackageName(String basePackageName)
public Path getInstallRoot()
public void setInstallRoot(Path installRoot)
Copyright © 2012-2021 Red Hat, Inc.. All Rights Reserved.