Package aQute.lib.filter
Class Filter.GetQuery
- java.lang.Object
-
- aQute.lib.filter.Filter.GetQuery
-
- All Implemented Interfaces:
Filter.Arguments
- Enclosing class:
- Filter
class Filter.GetQuery extends java.lang.Object implements Filter.Arguments
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getProp(java.lang.String key)
-
-
-
Field Detail
-
get
private Get get
-
-
Constructor Detail
-
GetQuery
GetQuery(Get get)
-
-
Method Detail
-
getProp
public java.lang.Object getProp(java.lang.String key) throws java.lang.Exception
- Specified by:
getProp
in interfaceFilter.Arguments
- Throws:
java.lang.Exception
-
-