Class Query
- java.lang.Object
-
- org.eclipse.tycho.plugins.p2.extras.Query
-
public class Query extends Object
Represents an IU MatchQuery.
-
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExpression()
String
getParameters()
String[]
getParsedParameters()
void
setExpression(String expression)
void
setParameters(String paramaters)
-