public class CliOptions extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
batchMode |
File |
bomPath |
File |
configPath |
boolean |
demo |
String |
environment |
boolean |
installArtifacts |
File |
mvnSettingsFile |
File |
tmpDir |
String |
updateCenterUrl |
String |
version |
Constructor and Description |
---|
CliOptions() |
Modifier and Type | Method and Description |
---|---|
File |
getBOMPath() |
File |
getConfigPath() |
String |
getEnvironment() |
File |
getMvnSettingsFile() |
File |
getTmpDir() |
String |
getUpdateCenterUrl() |
String |
getVersion() |
boolean |
isDemo() |
boolean |
isInstallArtifacts() |
public File configPath
public File mvnSettingsFile
public File tmpDir
public String version
public boolean demo
public boolean batchMode
public File bomPath
public String environment
public boolean installArtifacts
public String updateCenterUrl
@CheckForNull public File getConfigPath()
@CheckForNull public File getMvnSettingsFile()
@CheckForNull public File getBOMPath()
@CheckForNull public String getEnvironment()
public boolean isDemo()
public boolean isInstallArtifacts()
@CheckForNull public String getUpdateCenterUrl()
Copyright © 2004–2020. All rights reserved.