com.esri.arcgis.geoprocessing.gen
Class ToolGenerator

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

public class ToolGenerator
extends Object


Constructor Summary
ToolGenerator()
           
 
Method Summary
static void generateTool(String toolName, String toolPackageName, String tbName, String tbPath, String metadataFileDir, String srcDir)
           
static void main(String[] args)
          Example Toolbox Names: Tool Names Samples: LargeClip, WriteFeaturesToTextFile Data Management Tools: CreateFeatureclass, BatchProject, GetCount Analysis Tools: Buffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolGenerator

public ToolGenerator()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Example Toolbox Names: Tool Names

Throws:
Exception

generateTool

public static void generateTool(String toolName,
                                String toolPackageName,
                                String tbName,
                                String tbPath,
                                String metadataFileDir,
                                String srcDir)
                         throws Exception
Throws:
Exception