|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.datamanagementtools.CompareReplicaSchema
public class CompareReplicaSchema
Generates an XML that describes schema differences between a replica geodatabase and the relative replica geodatabase. The Compare Replica Schema tool is contained in the Data Management Tools tool box.
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
- specifies the replica geodatabase to which the replica schema will be compared. The geodatabase may be a local geodatabase or a geodata service.inSourceFile
- specifies the file which contains the relative replica schema to use for the comparison.outputReplicaSchemaChangesFile
- specifies the file to contain a description of the schema differences.Method Detail |
---|
public Object getInGeodatabase()
public void setInGeodatabase(Object inGeodatabase)
inGeodatabase
- specifies the replica geodatabase to which the replica schema will be compared. The geodatabase may be a local geodatabase or a geodata service.public Object getInSourceFile()
public void setInSourceFile(Object inSourceFile)
inSourceFile
- specifies the file which contains the relative replica schema to use for the comparison.public Object getOutputReplicaSchemaChangesFile()
public void setOutputReplicaSchemaChangesFile(Object outputReplicaSchemaChangesFile)
outputReplicaSchemaChangesFile
- specifies the file to contain a description of the schema differences.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |