Package org.jboss.windup.config.query
Interface QueryBuilderAs
-
- All Known Subinterfaces:
QueryBuilderFind,QueryBuilderFrom,QueryBuilderPiped,QueryBuilderWith
- All Known Implementing Classes:
Query
public interface QueryBuilderAs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.ocpsoft.rewrite.config.ConditionBuilderas(String name)Set the name of the output variable into which results of theQuerywill be stored.
-