Try OpenEdge Now
skip to main content
Installation and Configuration
Configuration : Configuration : Mergeprop utility overview : Java API details
 
Java API details
The API for programmatic access to the functionality described in this chapter is defined in the MergeProperties class, which resides in the com.progress.common.property Java package. The class definition is as follows:
package com.progress.common.property;
public class MergeProperties implements MergePropertiesConst
{ public MergeProperties();

public MergeProperties(int prop_type, String target_filename)
throws mergeFileException,
mergePropertyException,
mergeGroupException,
mergeException

public void setBackup(boolean backup_type);
public void setValidate(boolean validate_type);
public void setRecurse(boolean recurse_type);
public void setType(int prop_type);
public void setAction(int action_type);
public void setTargetFile(String target_filename);
public void setDeltaFile(String delta_file);

public void mergeprop()
throws mergeFileException,
mergePropertyException,
mergeGroupException,
mergeException

public void mergeprop(int action_type, String delta_file)
throws mergeFileException,
mergePropertyException,
mergeGroupException,
mergeException
public void mergeprop(int prop_type, int action_type, String target_file,
String delta_file, boolean backup)
throws mergeFileException,
mergePropertyException,
mergeGroupException,
mergeException
* Constructors
* Methods
* File type and action parameters