|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--jxtaimpl.storage.Query
This class has to be used by Ants in order to properly query CmsStorages
| Constructor Summary | |
Query(String element,
String values)
The constructor needs an element name, and a set of possible values. |
|
| Method Summary | |
String |
getElementName()
Returns the element name this query refers to. |
String |
getValues()
Resturns a String containing all the keywords to be searched |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Query(String element,
String values)
String
element - The element which has to be testedvalues - The set of values the element should be checked to contain| Method Detail |
public String getElementName()
public String getValues()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||