public abstract class AbstractVcsPropertiesProcessor extends java.lang.Object implements PropertiesProcessor
PropertiesProcessor
.Constructor and Description |
---|
AbstractVcsPropertiesProcessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkDirectoryProperty(java.lang.String propertyName,
java.lang.String propertyValue,
java.util.Collection<InvalidProperty> result) |
protected void |
checkFileProperty(java.lang.String propertyName,
java.lang.String propertyValue,
java.util.Collection<InvalidProperty> result) |
protected void |
checkIntegerProperty(java.lang.String propertyName,
java.lang.String propertyValue,
java.util.Collection<InvalidProperty> result) |
protected void |
checkPortNumberProperty(java.lang.String propertyName,
java.lang.String propertyValue,
java.util.Collection<InvalidProperty> result) |
protected boolean |
isEmpty(java.lang.String str) |
protected boolean |
mayContainReference(java.lang.String str)
Returns true if specified string may contain reference to a parameter.
|
protected java.lang.Integer |
parseInteger(java.lang.String str) |
protected void |
removePropertiesWithEmptyValues(java.util.Map<java.lang.String,java.lang.String> properties) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
process
protected void removePropertiesWithEmptyValues(java.util.Map<java.lang.String,java.lang.String> properties)
protected void checkFileProperty(java.lang.String propertyName, java.lang.String propertyValue, java.util.Collection<InvalidProperty> result)
protected void checkDirectoryProperty(java.lang.String propertyName, java.lang.String propertyValue, java.util.Collection<InvalidProperty> result)
protected void checkPortNumberProperty(java.lang.String propertyName, java.lang.String propertyValue, java.util.Collection<InvalidProperty> result)
protected void checkIntegerProperty(java.lang.String propertyName, java.lang.String propertyValue, java.util.Collection<InvalidProperty> result)
protected boolean isEmpty(java.lang.String str)
protected boolean mayContainReference(java.lang.String str)
str
- some stringprotected java.lang.Integer parseInteger(java.lang.String str)