Messages.CommandLineConfigFile, this.configName ) );
}
System.out.println( Messages.bind( Messages.CommandLineStart ) );
}
final CodeFormatter codeFormatter = ToolFactory
.createCodeFormatter( this.options );
// format the list of files and/or directories
for( int i = 0, max = filesToFormat.length; i < max; i++ )
{
final File file = filesToFormat[ i ];