org.apache.felix.framework.capabilityset
Class SimpleFilter
java.lang.Object
org.apache.felix.framework.capabilityset.SimpleFilter
public class SimpleFilter
- extends Object
AND
public static final int AND
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
LTE
public static final int LTE
- See Also:
- Constant Field Values
GTE
public static final int GTE
- See Also:
- Constant Field Values
SUBSTRING
public static final int SUBSTRING
- See Also:
- Constant Field Values
PRESENT
public static final int PRESENT
- See Also:
- Constant Field Values
APPROX
public static final int APPROX
- See Also:
- Constant Field Values
SimpleFilter
public SimpleFilter(String attr,
Object value,
int op)
getName
public String getName()
getValue
public Object getValue()
getOperation
public int getOperation()
toString
public String toString()
- Overrides:
toString
in class Object
parse
public static SimpleFilter parse(String filter)
parseSubstring
public static parseSubstring(String value)
unparseSubstring
public static String unparseSubstring( pieces)
compareSubstring
public static boolean compareSubstring( pieces,
String s)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.