Ontimize 5.2071EN

com.ontimize.util.extend
Class AliasPropertiesParser

java.lang.Object
  extended bycom.ontimize.util.extend.PropertiesParser
      extended bycom.ontimize.util.extend.AliasPropertiesParser

public class AliasPropertiesParser
extends PropertiesParser


Field Summary
static java.lang.String ADD_ALIAS_OP
           
static java.lang.String REMOVE_ALIAS_OP
           
 
Fields inherited from class com.ontimize.util.extend.PropertiesParser
OP_PREFIX, OPERATION_MATCH, PARAMETER_LEFT, PARAMETER_RIGHT, VALUES_SEPARATOR
 
Constructor Summary
AliasPropertiesParser()
           
 
Method Summary
protected  void executeOperation(java.util.Properties propertiesFile, java.lang.String operation, java.lang.String parameters, java.lang.String operationValues)
           
 
Methods inherited from class com.ontimize.util.extend.PropertiesParser
extractOperationElements, getValuesList, getValuesString, loadPropertiesFile, parse, parseProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_ALIAS_OP

public static final java.lang.String ADD_ALIAS_OP
See Also:
Constant Field Values

REMOVE_ALIAS_OP

public static final java.lang.String REMOVE_ALIAS_OP
See Also:
Constant Field Values
Constructor Detail

AliasPropertiesParser

public AliasPropertiesParser()
Method Detail

executeOperation

protected void executeOperation(java.util.Properties propertiesFile,
                                java.lang.String operation,
                                java.lang.String parameters,
                                java.lang.String operationValues)
                         throws java.lang.Exception
Specified by:
executeOperation in class PropertiesParser
Throws:
java.lang.Exception

Ontimize