public class LibToTech
extends java.lang.Object
| Constructor and Description |
|---|
LibToTech() |
| Modifier and Type | Method and Description |
|---|---|
Technology |
makeTech(Library lib,
java.lang.String newName,
java.lang.String fileName,
TechConversionResult error)
Method to convert the current Library to a Technology.
|
static void |
makeTechFromLib()
Method to convert the current library to a technology in a new job.
|
public static void makeTechFromLib()
public Technology makeTech(Library lib, java.lang.String newName, java.lang.String fileName, TechConversionResult error)
lib - technology LibrarynewName - the name of the Technology to create.fileName - the name of the XML file to write (null to skip XML output).error - the structure for storing error status.