com.ptc.windchill.tools
Class RosePathMapGen

java.lang.Object
  extended bycom.ptc.windchill.tools.RosePathMapGen
All Implemented Interfaces:
ExecutableApp

public class RosePathMapGen
extends Object
implements ExecutableApp


Field Summary
static String header1
           
static String header2
           
private static ModuleRegistry moduleRegistry
           
 String outpath
           
 
Constructor Summary
RosePathMapGen()
           
 
Method Summary
 void execute(String[] args)
          

Supported API: false
 void generate()
           
private static String stringTwister(String in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

moduleRegistry

private static final ModuleRegistry moduleRegistry

header1

public static String header1

header2

public static String header2

outpath

public String outpath
Constructor Detail

RosePathMapGen

public RosePathMapGen()
Method Detail

stringTwister

private static String stringTwister(String in)

generate

public void generate()

execute

public void execute(String[] args)
             throws WTException
Description copied from interface: ExecutableApp


Supported API: false

Specified by:
execute in interface ExecutableApp
Parameters:
args -
Throws:
WTException