Class FlexibleChangeConverter

java.lang.Object
wt.change2.flexible.FlexibleChangeConverter

public final class FlexibleChangeConverter extends Object
This is a command line utility that can be used to change the system's ChangeAssociationMode and to convert legacy change objects and links to flexible change objects and links.

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(String[] args)
    Main program which can be run by the command line to run conversion actions.

    For example:
    java wt.change2.flexible.FlexibleChangeConverter
    java wt.change2.flexible.FlexibleChangeConverter -action <action_name>
    java wt.change2.flexible.FlexibleChangeConverter -action <action_name> -u wcadmin -p wcadmin


    Supported API: true

    Extendable: false

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • run

      public void run(String[] args) throws WTException
      Main program which can be run by the command line to run conversion actions.

      For example:
      java wt.change2.flexible.FlexibleChangeConverter
      java wt.change2.flexible.FlexibleChangeConverter -action <action_name>
      java wt.change2.flexible.FlexibleChangeConverter -action <action_name> -u wcadmin -p wcadmin


      Supported API: true

      Extendable: false
      Parameters:
      args -
      Throws:
      WTException