Package org.jboss.windup.config.query
Interface QueryBuilderFind
-
- All Superinterfaces:
org.ocpsoft.rewrite.config.Condition,org.ocpsoft.rewrite.config.ConditionBuilder,QueryBuilderAs,QueryBuilderFrom,QueryBuilderWith
- All Known Implementing Classes:
Query
public interface QueryBuilderFind extends QueryBuilderFrom, QueryBuilderWith, org.ocpsoft.rewrite.config.ConditionBuilder
- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryBuilderFindexcludingType(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> type)Excludes Vertices that are of the provided type.QueryBuilderFindincludingType(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> type)Excludes Vertices that are of the provided type.-
Methods inherited from interface org.jboss.windup.config.query.QueryBuilderAs
as
-
Methods inherited from interface org.jboss.windup.config.query.QueryBuilderFrom
piped
-
Methods inherited from interface org.jboss.windup.config.query.QueryBuilderWith
filteredBy, withoutProperty, withProperty, withProperty, withProperty, withProperty, withProperty
-
-
-
-
Method Detail
-
excludingType
QueryBuilderFind excludingType(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> type)
Excludes Vertices that are of the provided type.
-
includingType
QueryBuilderFind includingType(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> type)
Excludes Vertices that are of the provided type.
-
-