org.openspml.v2.util
Interface FileUtil.FileLineProcessor

Enclosing interface:
FileUtil

public static interface FileUtil.FileLineProcessor


Method Summary
 void process(java.lang.String line)
          process the line that was read from a file.
 

Method Detail

process

public void process(java.lang.String line)
process the line that was read from a file.



Copyright © Sun Microsystems, Inc. All Rights Reserved.