public class JoSQLVelocityExecuteTool
extends java.lang.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() |
java.util.List |
filter(java.lang.String st,
java.util.Collection items) |
java.lang.Exception |
getException() |