condor.classad.tests
Class Convert

Object
  extended bycondor.classad.tests.Convert

public class Convert
extends Object

Program to demonstrate how to convert classads from one format to another.

usage:

      java condor.classad.tests.Convert [ options ] file
 
Results go to standard output.

Options are

-vlevel
Set verbosity of debugging output to level
-v
Add one to the verbosity level
-i F
Input format is F.
-o F
Output format is F.
-l
Make output more readable by adding line-breaks and indentation.
Format F is currently one of
t
"text" format (e.g. [ foo = 10; ]) (default).
x
XML format (e.g. 10).
n
none (output only, for timing tests).

Author:
Marvin Solomon

Field Summary
(package private)  ClassAdWriter out
          Stream for printing test output.
 
Constructor Summary
Convert()
           
 
Method Summary
static void main(String[] args)
          The main program.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

ClassAdWriter out
Stream for printing test output.

Constructor Detail

Convert

public Convert()
Method Detail

main

public static void main(String[] args)
The main program.

Parameters:
args - command-line arguments.