public interface SubsystemEarlyPropertyChecker
Modifier and Type | Method and Description |
---|---|
void |
checkPropertyValue(String propertyName,
String propertyValue,
String pairedPropertyValue)
Check if a subsystem property is valid.
|
String |
getPairedPropertyName()
Get the (optional) paired property name (e.g., if we want to check a port
number we might want to do that together with a specific local address).
|
String getPairedPropertyName()
void checkPropertyValue(String propertyName, String propertyValue, String pairedPropertyValue) throws InvalidPropertyValueException
propertyName
- propertyValue
- pairedPropertyValue
- InvalidPropertyValueException
Copyright © 2005–2017 Alfresco Software. All rights reserved.