org.jppf.utils
Class TexFileSplitter
java.lang.Object
org.jppf.utils.TexFileSplitter
public class TexFileSplitter
- extends Object
Utility class that splits a text file into smaller ones with the same number of lines.
- Author:
- Laurent Cohen
|
Method Summary |
static void |
displayOptions()
Display the list of options and their meaning. |
static void |
main(String[] args)
Split the input text files into output text files according to the specified options. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TexFileSplitter
public TexFileSplitter()
main
public static void main(String[] args)
- Split the input text files into output text files according to the specified options.
- Parameters:
args - specifies the options in the format -<option1> <value1> ... -<optionN> <valueN>.
displayOptions
public static void displayOptions()
- Display the list of options and their meaning.
Copyright © 2005-2010 JPPF Team.