wt.clients.tools.transfer
Class TransferBatch

java.lang.Object
  extended bywt.clients.tools.transfer.TransferBatch

public class TransferBatch
extends Object

Import/Export Batch Utility Import documents in the form of XML into the Windchill database Export objects from the Windchill database into XML neutral format This utility provides the User Interface functionality, and passes off an Export Spec to transfer service.


Constructor Summary
TransferBatch()
           
 
Method Summary
static String getExtension(String s, String li)
          Get the file extension of a file
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferBatch

public TransferBatch()
Method Detail

main

public static void main(String[] args)

getExtension

public static String getExtension(String s,
                                  String li)
Get the file extension of a file

Parameters:
s - String representing a file to find the extension
li - string to denote the break to look for
Returns:
part of string after 'li' in 's'