public class CheckELKIProperties 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 |
---|
CheckELKIProperties() |
Modifier and Type | Method and Description |
---|---|
void |
checkProperties()
Retrieve all properties and check them.
|
private void |
checkProperty(String prop)
Check a single property
|
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 checkProperties()
private void checkProperty(String prop)
prop
- Property = Class name.