org.jppf.utils
Class TexFileSplitter

java.lang.Object
  extended by 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

Constructor Summary
TexFileSplitter()
           
 
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
 

Constructor Detail

TexFileSplitter

public TexFileSplitter()
Method Detail

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.