public class AddExtensions extends Object
| Constructor and Description |
|---|
AddExtensions(ProjectWriter writer) |
AddExtensions(ProjectWriter writer,
BuildTool buildTool) |
| Modifier and Type | Method and Description |
|---|---|
AddExtensionResult |
addExtensions(Set<String> extensions) |
(package private) static SelectionResult |
select(String query,
List<Extension> extensions,
boolean labelLookup)
Selection algorithm.
|
public AddExtensions(ProjectWriter writer) throws IOException
IOExceptionpublic AddExtensions(ProjectWriter writer, BuildTool buildTool) throws IOException
IOExceptionstatic SelectionResult select(String query, List<Extension> extensions, boolean labelLookup)
query - the queryextensions - the extension listlabelLookup - whether or not the query must be tested against the labels of the extensions. Should
be false by default.public AddExtensionResult addExtensions(Set<String> extensions) throws IOException
IOExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.