Class VariantSpecLoader

java.lang.Object
com.ptc.windchill.option.variantspec.loader.VariantSpecLoader

public class VariantSpecLoader extends Object
A program to read Excel spreadsheets and create VariantSpecs.
How to run:
windchill com.ptc.windchill.option.variantspec.loader.VariantSpecLoader [-d <filepath>] [-u <username>] [-p <password>] [-h]
Where
  • filepath is the path to the Excel file to load
  • username is the username to use
  • password is the password for the username
  • h is for help

If "-h" is specified or if "-d <filepath>" is not specified, then help is displayed and the program exits.


Supported API: true

Extendable: false
  • Method Details

    • printUsage

      public void printUsage()
      Print the command line usage.

      Supported API: true