
public class CheckELKIServices extends Object
| Modifier and Type | Field and Description | 
|---|---|
private static Logging | 
LOG
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,
            boolean update,
            boolean noskip)
Check a single service class 
 | 
void | 
checkServices(boolean update,
             boolean noskip)
Retrieve all properties and check them. 
 | 
static void | 
main(String[] argv)
Main method. 
 | 
private static final Logging LOG
private Pattern strip
private String[] skippackages
public static void main(String[] argv)
argv - Command line argumentspublic void checkServices(boolean update,
                 boolean noskip)
update - Flag to enable automatic updatingnoskip - Override filters, include all (in particular,
        experimentalcode)private void checkService(String prop, boolean update, boolean noskip)
prop - Class name.update - Flag to enable automatic updatingnoskip - Override filters, include all (in particular,
        experimentalcode)