Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.pqt.autorib
Class ProcessRIB  view ProcessRIB download ProcessRIB.java

java.lang.Object
  extended byorg.pqt.autorib.ProcessRIB

public class ProcessRIB
extends java.lang.Object

this class contains a single method - but it is the key method of the program. This will read in the RIB file, one frame at a time, apply the instructions to it and write the revised RIB out


Constructor Summary
ProcessRIB()
           
 
Method Summary
static void doProcessRIB(java.lang.String instrName, java.lang.String nameIn, java.lang.String nameOut)
          process the RIB file with the given name, using the instructions file given, taking account of the command line options (which are, by the time this method is called, set in the static Globals class)
static void processMaps(java.util.Vector vector, org.pqt.autorib.rib.RIBWReader rib)
          Write out RIB to generate all the maps in the given list in the right order
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessRIB

public ProcessRIB()
Method Detail

doProcessRIB

public static void doProcessRIB(java.lang.String instrName,
                                java.lang.String nameIn,
                                java.lang.String nameOut)
                         throws org.pqt.autorib.tokenizer.FormatException,
                                java.io.FileNotFoundException,
                                java.io.IOException
process the RIB file with the given name, using the instructions file given, taking account of the command line options (which are, by the time this method is called, set in the static Globals class)


processMaps

public static void processMaps(java.util.Vector vector,
                               org.pqt.autorib.rib.RIBWReader rib)
                        throws org.pqt.autorib.tokenizer.FormatException,
                               java.io.IOException
Write out RIB to generate all the maps in the given list in the right order