wt.content
Class DataFormatUtil

java.lang.Object
  extended bywt.content.DataFormatUtil

public class DataFormatUtil
extends Object

USAGE:
java wt.content.DataFormatUtil
The DataFormatUtil tool allows the addition and change of file formats to the Windchill system.
It also allows for the listing of all the data format objects in the system.

Usage: java wt.content.DataFormatUtil [-add] [-update] [-list]

The -add and -update options prompt the user for information. Updating a DataFormat is based on a
formatName. Use the -list option to view formatNames.


Constructor Summary
DataFormatUtil()
           
 
Method Summary
private static void doAdd()
           
private static void doList()
           
private static void doUpdate()
           
static void main(String[] args)
           
private static void printUsage()
           
private static String readInString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFormatUtil

public DataFormatUtil()
Method Detail

main

public static final void main(String[] args)
                       throws WTException
Throws:
WTException

printUsage

private static void printUsage()

doAdd

private static void doAdd()
                   throws WTException
Throws:
WTException

doUpdate

private static void doUpdate()
                      throws WTException
Throws:
WTException

doList

private static void doList()
                    throws WTException
Throws:
WTException

readInString

private static String readInString()
                            throws WTException
Throws:
WTException