Uses of Interface
org.jboss.windup.config.query.QueryBuilderFind
-
Packages that use QueryBuilderFind Package Description org.jboss.windup.config.query -
-
Uses of QueryBuilderFind in org.jboss.windup.config.query
Classes in org.jboss.windup.config.query that implement QueryBuilderFind Modifier and Type Class Description classQueryMethods in org.jboss.windup.config.query that return QueryBuilderFind Modifier and Type Method Description QueryBuilderFindQuery. excludingType(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> type)Excludes Vertices that are of the provided type.QueryBuilderFindQueryBuilderFind. excludingType(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> type)Excludes Vertices that are of the provided type.static QueryBuilderFindQuery. fromType(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> type)Begin thisQuerywith allWindupVertexFrameinstances of the given type.QueryBuilderFindQuery. includingType(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> type)Includes Vertices that are of the provided type.QueryBuilderFindQueryBuilderFind. includingType(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> type)Excludes Vertices that are of the provided type.
-