public class CombinedQuarkusPlatformDescriptor extends Object implements QuarkusPlatformDescriptor
| Modifier and Type | Class and Description |
|---|---|
static class |
CombinedQuarkusPlatformDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CombinedQuarkusPlatformDescriptor.Builder |
builder() |
String |
getBomArtifactId() |
String |
getBomGroupId() |
String |
getBomVersion() |
List<Category> |
getCategories() |
List<Extension> |
getExtensions() |
Map<String,Object> |
getMetadata() |
String |
getQuarkusVersion() |
String |
getTemplate(String name) |
<T> T |
loadResource(String name,
ResourceInputStreamConsumer<T> consumer) |
<T> T |
loadResourceAsPath(String name,
ResourcePathConsumer<T> consumer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgav, getManagedDependenciespublic static CombinedQuarkusPlatformDescriptor.Builder builder()
public String getBomGroupId()
getBomGroupId in interface QuarkusPlatformDescriptorpublic String getBomArtifactId()
getBomArtifactId in interface QuarkusPlatformDescriptorpublic String getBomVersion()
getBomVersion in interface QuarkusPlatformDescriptorpublic String getQuarkusVersion()
getQuarkusVersion in interface QuarkusPlatformDescriptorpublic Map<String,Object> getMetadata()
getMetadata in interface QuarkusPlatformDescriptorpublic List<Extension> getExtensions()
getExtensions in interface QuarkusPlatformDescriptorpublic List<Category> getCategories()
getCategories in interface QuarkusPlatformDescriptorpublic String getTemplate(String name)
getTemplate in interface QuarkusPlatformDescriptorpublic <T> T loadResource(String name, ResourceInputStreamConsumer<T> consumer) throws IOException
loadResource in interface QuarkusPlatformDescriptorIOExceptionpublic <T> T loadResourceAsPath(String name, ResourcePathConsumer<T> consumer) throws IOException
loadResourceAsPath in interface QuarkusPlatformDescriptorIOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.