
public class CheckELKIServices extends Object
| Modifier and Type | Field and Description |
|---|---|
private static Logging |
logger
The logger for this class.
|
private String[] |
skippackages
Package to skip matches in - unreleased code.
|
private Pattern |
strip
Pattern to strip comments, while keeping commented class names.
|
| Constructor and Description |
|---|
CheckELKIServices() |
| Modifier and Type | Method and Description |
|---|---|
private void |
checkService(String prop)
Check a single service class
|
void |
checkServices()
Retrieve all properties and check them.
|
static void |
main(String[] argv)
Main method.
|
private static final Logging logger
private Pattern strip
private String[] skippackages
public static void main(String[] argv)
argv - Command line argumentspublic void checkServices()
private void checkService(String prop)
prop - Class name.