public class CliOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CliOptions.FileListConverter |
static class |
CliOptions.FileValidator |
static class |
CliOptions.PluginConverter |
static class |
CliOptions.PluginValidator |
| Constructor and Description |
|---|
CliOptions() |
| Modifier and Type | Method and Description |
|---|---|
File |
getBOM() |
String |
getCacheThresholdStatus() |
String |
getExcludePlugins() |
List<File> |
getExternalHooksJars() |
File |
getExternalMaven() |
String |
getFallbackGitHubOrganization() |
String |
getHookPrefixes() |
String |
getIncludePlugins() |
String |
getLocalCheckoutDir() |
File |
getM2SettingsFile() |
String |
getMavenProperties() |
String |
getMavenPropertiesFile() |
List<PCTPlugin> |
getOverridenPlugins() |
String |
getParentCoord() |
File |
getReportFile() |
String |
getSkipTestCache() |
Long |
getTestCacheTimeout() |
String |
getTestJavaArgs() |
File |
getTestJDKHome() |
String |
getUpdateCenterUrl() |
File |
getWar() |
File |
getWorkDirectory() |
boolean |
isFailOnError() |
boolean |
isPrintHelp() |
Boolean |
isStoreAll() |
public String getUpdateCenterUrl()
public String getParentCoord()
public File getWar()
public File getReportFile()
public File getWorkDirectory()
public String getIncludePlugins()
public File getM2SettingsFile()
public File getExternalMaven()
public String getSkipTestCache()
public Long getTestCacheTimeout()
public String getExcludePlugins()
public String getFallbackGitHubOrganization()
@CheckForNull public String getMavenProperties()
@CheckForNull public String getMavenPropertiesFile()
public String getCacheThresholdStatus()
public String getHookPrefixes()
public String getLocalCheckoutDir()
public boolean isPrintHelp()
@CheckForNull public File getTestJDKHome()
@CheckForNull public String getTestJavaArgs()
@CheckForNull public List<PCTPlugin> getOverridenPlugins()
@CheckForNull public File getBOM()
public boolean isFailOnError()
public Boolean isStoreAll()
Copyright © 2004–2021. All rights reserved.