XProperties 1.0.3

at.spardat.properties.processor
Class PostfixProcessor

java.lang.Object
  extended byat.spardat.properties.AbstractPropertyProcessor
      extended byat.spardat.properties.processor.PostfixProcessor

public class PostfixProcessor
extends AbstractPropertyProcessor

this processor manages "@praefix" commands


Constructor Summary
PostfixProcessor()
           
 
Method Summary
protected  boolean doProcessProperty(PropertyData data, Property property)
          process a property with this property processor
 
Methods inherited from class at.spardat.properties.AbstractPropertyProcessor
processProperty, setNextProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostfixProcessor

public PostfixProcessor()
Method Detail

doProcessProperty

protected boolean doProcessProperty(PropertyData data,
                                    Property property)
                             throws PropertyException
Description copied from class: AbstractPropertyProcessor
process a property with this property processor

Specified by:
doProcessProperty in class AbstractPropertyProcessor
Parameters:
data - the property data object for access to other properties for evaluation
property - the property which shall be processed
Returns:
true if the process in this module was successfull. False if the process failed.
Throws:
PropertyException
See Also:
AbstractPropertyProcessor.doProcessProperty(at.spardat.properties.PropertyData, at.spardat.properties.Property)

XProperties 1.0.3