public class JoSQLVelocityExecuteTool extends Object
Usage:
A typical usage may be:
#foreach ($v in $josql.filter ("name LIKE '/opt/%' order by dir, name", $files))
Constructor and Description |
---|
JoSQLVelocityExecuteTool() |
Modifier and Type | Method and Description |
---|---|
void |
clearException() |
List |
filter(String st,
Collection items) |
Exception |
getException() |
public Exception getException()
public void clearException()
public List filter(String st, Collection items)