|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.datamanagementtools.CompareReplicaSchema
public class CompareReplicaSchema
Generates a report file XML comparing an input replica geodatabase and an XML schema file or geodatabase The Compare Replica Schema tool is contained in the Data Management Tools tool box.
Software restrictions: ArcInfo and ArcEditor only
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
CompareReplicaSchema()
Creates the Compare Replica Schema tool with defaults. |
|
CompareReplicaSchema(Object inGeodatabase,
Object inSourceFile,
Object outputReplicaSchemaChangesFile)
Creates the Compare Replica Schema tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getInGeodatabase()
Returns the Compare to Replica Geodatabase parameter of this tool . |
Object |
getInSourceFile()
Returns the Relative Replica Schema File parameter of this tool . |
Object |
getOutputReplicaSchemaChangesFile()
Returns the Output Replica Schema Changes File parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setInGeodatabase(Object inGeodatabase)
Sets the Compare to Replica Geodatabase parameter of this tool . |
void |
setInSourceFile(Object inSourceFile)
Sets the Relative Replica Schema File parameter of this tool . |
void |
setOutputReplicaSchemaChangesFile(Object outputReplicaSchemaChangesFile)
Sets the Output Replica Schema Changes File parameter of this tool . |
| Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
getParameterValues, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompareReplicaSchema()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CompareReplicaSchema(Object inGeodatabase,
Object inSourceFile,
Object outputReplicaSchemaChangesFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGeodatabase - nullinSourceFile - File, specifies the file which contains the replica schema to use for the comparison.outputReplicaSchemaChangesFile - null| Method Detail |
|---|
public Object getInGeodatabase()
public void setInGeodatabase(Object inGeodatabase)
inGeodatabase - nullpublic Object getInSourceFile()
public void setInSourceFile(Object inSourceFile)
inSourceFile - File, specifies the file which contains the replica schema to use for the comparison.public Object getOutputReplicaSchemaChangesFile()
public void setOutputReplicaSchemaChangesFile(Object outputReplicaSchemaChangesFile)
outputReplicaSchemaChangesFile - nullpublic String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||