All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AgentConfiguration |
getAgent() |
List<String> |
getAppPaths() |
Map<String,Set<String>> |
getAppPathsToDependencyDirs() |
static int |
getArchiveDepth(Properties configProps) |
static boolean |
getBooleanProperty(Properties config,
String propertyKey,
boolean defaultValue) |
List<String> |
getDependencyDirs() |
static String[] |
getDockerIncludes(Properties configProps) |
EndPointConfiguration |
getEndpoint() |
String |
getFileListPath() |
static String[] |
getIncludes(Properties configProps) |
static int |
getIntProperty(Properties config,
String propertyKey,
int defaultValue) |
static String[] |
getListProperty(Properties config,
String propertyName,
String[] defaultValue) |
String |
getLogLevel() |
static long |
getLongProperty(Properties config,
String propertyKey,
long defaultValue) |
OfflineConfiguration |
getOffline() |
List<String> |
getOfflineRequestFiles() |
static String[] |
getProjectPerFolderExcludes(Properties configProps) |
static String[] |
getProjectPerFolderIncludes(Properties configProps) |
RequestConfiguration |
getRequest() |
List<String> |
getRequirementsFileIncludes() |
ResolverConfiguration |
getResolver() |
String |
getScannedFolders() |
ScmConfiguration |
getScm() |
SenderConfiguration |
getSender() |
boolean |
getUseCommandLineProductName() |
boolean |
getUseCommandLineProjectName() |
boolean |
isScanDockerImages() |
boolean |
isScanProjectManager() |
static Pair<Properties,List<String>> |
readWithError(String configFilePath) |
String |
toString() |
void |
validate() |