out.println( "directory : " + directory.toString() );
out.println( "" );
CheckIndex checkIndex = new CheckIndex( directory );
checkIndex.setInfoStream( out );
Status status;
try {
status = checkIndex.checkIndex();
}
catch (IOException e) {
throw new RuntimeException( e );