wt.content
Class DataFormatUtil
java.lang.Object
wt.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataFormatUtil
public DataFormatUtil()
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