| Package | Description |
|---|---|
| org.jboss.windup.config.query |
| Modifier and Type | Class and Description |
|---|---|
class |
Query |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilderFind |
QueryBuilderFind.excludingType(Class<? extends WindupVertexFrame> type)
Excludes Vertices that are of the provided type.
|
QueryBuilderFind |
Query.excludingType(Class<? extends WindupVertexFrame> type)
Excludes Vertices that are of the provided type.
|
static QueryBuilderFind |
Query.fromType(Class<? extends WindupVertexFrame> type)
Begin this
Query with all WindupVertexFrame instances of the given type. |
QueryBuilderFind |
QueryBuilderFind.includingType(Class<? extends WindupVertexFrame> type)
Excludes Vertices that are of the provided type.
|
QueryBuilderFind |
Query.includingType(Class<? extends WindupVertexFrame> type)
Includes Vertices that are of the provided type.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.