com.esri.arcgis.geoprocessing.gen
Class GPImporter

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.gen.GPImporter

public class GPImporter
extends Object


Field Summary
static GPParamImporter defaultParamImporter
           
static String em
           
 IGPFunction func
           
 GenClass gclass
           
 HashMap helpStrs
           
static HashMap paramImporters
           
static String prefix
           
static String qt
           
static char[] removeChars
           
static String sc
           
static String tab
           
 IGPTool tool
           
 String toolboxAlias
           
 String toolboxName
           
 String toolName
           
static String valsVar
           
 
Constructor Summary
GPImporter(String toolName, String toolboxName)
           
GPImporter(String toolName, String toolboxName, String toolboxPath, String metadataFileDir)
           
GPImporter(String toolName, String toolPackageName, String toolboxName, String toolboxPath, String metadataFileDir)
           
 
Method Summary
static void addParamImporter(GPParamImporter paramImporter)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tab

public static final String tab
See Also:
Constant Field Values

sc

public static final String sc
See Also:
Constant Field Values

em

public static final String em
See Also:
Constant Field Values

qt

public static final String qt
See Also:
Constant Field Values

prefix

public static final String prefix
See Also:
Constant Field Values

valsVar

public static final String valsVar
See Also:
Constant Field Values

removeChars

public static final char[] removeChars

defaultParamImporter

public static final GPParamImporter defaultParamImporter

paramImporters

public static final HashMap paramImporters

helpStrs

public HashMap helpStrs

gclass

public GenClass gclass

tool

public IGPTool tool

func

public IGPFunction func

toolName

public String toolName

toolboxName

public String toolboxName

toolboxAlias

public String toolboxAlias
Constructor Detail

GPImporter

public GPImporter(String toolName,
                  String toolboxName)
           throws Exception
Throws:
Exception

GPImporter

public GPImporter(String toolName,
                  String toolboxName,
                  String toolboxPath,
                  String metadataFileDir)
           throws Exception
Throws:
Exception

GPImporter

public GPImporter(String toolName,
                  String toolPackageName,
                  String toolboxName,
                  String toolboxPath,
                  String metadataFileDir)
           throws Exception
Throws:
Exception
Method Detail

addParamImporter

public static void addParamImporter(GPParamImporter paramImporter)

start

public void start()
           throws Exception
Throws:
Exception