org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.filter.complex
Class StringPropertyValueFilter

java.lang.Object
  extended by org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.filter.complex.StringPropertyValueFilter
All Implemented Interfaces:
PropertiesFilter

public class StringPropertyValueFilter
extends java.lang.Object
implements PropertiesFilter

Author:
Federico De Faveri defaveri@isti.cnr.it

Constructor Summary
StringPropertyValueFilter(java.lang.String propertyName, java.lang.String propertyValue)
           
 
Method Summary
 boolean accept(java.util.Map<java.lang.String,BasicPropertyDescription> properties)
          
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringPropertyValueFilter

public StringPropertyValueFilter(java.lang.String propertyName,
                                 java.lang.String propertyValue)
Parameters:
propertyName -
propertyValue -
Method Detail

accept

public boolean accept(java.util.Map<java.lang.String,BasicPropertyDescription> properties)

Specified by:
accept in interface PropertiesFilter

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object