public interface JarCollectorConfig
| Modifier and Type | Method and Description |
|---|---|
int |
getJarsPerSecond()
The maximum number of jars to process per second.
|
boolean |
isEnabled()
True if the
JarCollectorService is enabled, else false. |
boolean |
skipTempJars()
True if temp jars should be skipped.
|
boolean isEnabled()
JarCollectorService is enabled, else false.true if the JarCollectorService is enabled.boolean skipTempJars()
true if temp jars should be skipped.int getJarsPerSecond()