All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.VLASetup

java.lang.Object
   |
   +----JObserve.VLA.VLASetup

public class VLASetup
extends Object
Read a schedule setup from a text file utility class Parses information from ascii file for information global to a schedule. This class is never instantiated and consists entirely of static functions.


Constructor Index

 o VLASetup()

Method Index

 o ReadSetup(String, Observation)
Read schedule setup from Text file The following startup information may be included:

Constructors

 o VLASetup
 public VLASetup()

Methods

 o ReadSetup
 public static void ReadSetup(String file,
                              Observation Obs) throws IllegalArgumentException, IOException
Read schedule setup from Text file The following startup information may be included:
 o WriteSetup
 public static void WriteSetup(String file,
                               Observation Obs) throws IllegalArgumentException, IOException
 o WriteTextLine
 protected static void WriteTextLine(BufferedWriter outFile,
                                     String Line) throws IOException
Write text line Write string and line termination.

Parameters:
BufferedWriter - Output stream
String - String to write
Throws: IOException
if problem Writing

All Packages  Class Hierarchy  This Package  Previous  Next  Index