Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.application.internal
Class CheckELKIProperties

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.application.internal.CheckELKIProperties

public class CheckELKIProperties
extends Object

Helper application to test the ELKI properties file for "missing" implementations.

Author:
Erich Schubert

Field Summary
private  Logging logger
           
private  String[] skippackages
          Package to skip matches in - unreleased code.
private  Pattern strip
          Pattern to strip comments, while keeping commented class names.
 
Constructor Summary
CheckELKIProperties()
           
 
Method Summary
 void checkProperties()
          Retrieve all properties and check them.
private  void checkProperty(String prop)
          Check a single property
static void main(String[] argv)
          Main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private Logging logger

strip

private Pattern strip
Pattern to strip comments, while keeping commented class names.


skippackages

private String[] skippackages
Package to skip matches in - unreleased code.

Constructor Detail

CheckELKIProperties

public CheckELKIProperties()
Method Detail

main

public static void main(String[] argv)
Main method.

Parameters:
argv -

checkProperties

public void checkProperties()
Retrieve all properties and check them.


checkProperty

private void checkProperty(String prop)
Check a single property

Parameters:
prop - Property = Class name.

Release 0.2.1 (2009-07-13_1605)