public class QuarkusJsonPlatformDescriptorResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_PLATFORM_JSON_ARTIFACT_ID |
static String |
PROP_PLATFORM_JSON_GROUP_ID |
static String |
PROP_PLATFORM_JSON_VERSION |
static String |
PROP_PLATFORM_JSON_VERSION_RANGE |
| Constructor and Description |
|---|
QuarkusJsonPlatformDescriptorResolver() |
| Modifier and Type | Method and Description |
|---|---|
static QuarkusJsonPlatformDescriptorResolver |
newInstance() |
io.quarkus.platform.descriptor.QuarkusPlatformDescriptor |
resolve() |
io.quarkus.platform.descriptor.QuarkusPlatformDescriptor |
resolveBundled() |
io.quarkus.platform.descriptor.QuarkusPlatformDescriptor |
resolveFromBom(String groupId,
String artifactId,
String version) |
io.quarkus.platform.descriptor.QuarkusPlatformDescriptor |
resolveFromJson(Path jsonDescriptor) |
io.quarkus.platform.descriptor.QuarkusPlatformDescriptor |
resolveFromJson(String groupId,
String artifactId,
String version) |
io.quarkus.platform.descriptor.QuarkusPlatformDescriptor |
resolveFromJsonArtifactId(String artifactId) |
io.quarkus.platform.descriptor.QuarkusPlatformDescriptor |
resolveLatestFromBom(String groupId,
String artifactId,
String versionRange) |
io.quarkus.platform.descriptor.QuarkusPlatformDescriptor |
resolveLatestFromJson(String groupId,
String artifactId,
String versionRange) |
QuarkusJsonPlatformDescriptorResolver |
setArtifactResolver(AppModelResolver artifactResolver) |
QuarkusJsonPlatformDescriptorResolver |
setMessageWriter(MessageWriter msgWriter) |
public static final String PROP_PLATFORM_JSON_GROUP_ID
public static final String PROP_PLATFORM_JSON_ARTIFACT_ID
public static final String PROP_PLATFORM_JSON_VERSION
public static final String PROP_PLATFORM_JSON_VERSION_RANGE
public QuarkusJsonPlatformDescriptorResolver()
public static QuarkusJsonPlatformDescriptorResolver newInstance()
public io.quarkus.platform.descriptor.QuarkusPlatformDescriptor resolveFromJson(String groupId, String artifactId, String version)
public io.quarkus.platform.descriptor.QuarkusPlatformDescriptor resolveLatestFromJson(String groupId, String artifactId, String versionRange)
public io.quarkus.platform.descriptor.QuarkusPlatformDescriptor resolveFromJsonArtifactId(String artifactId)
public io.quarkus.platform.descriptor.QuarkusPlatformDescriptor resolveFromJson(Path jsonDescriptor)
public io.quarkus.platform.descriptor.QuarkusPlatformDescriptor resolveFromBom(String groupId, String artifactId, String version)
public io.quarkus.platform.descriptor.QuarkusPlatformDescriptor resolveLatestFromBom(String groupId, String artifactId, String versionRange)
public QuarkusJsonPlatformDescriptorResolver setArtifactResolver(AppModelResolver artifactResolver)
public QuarkusJsonPlatformDescriptorResolver setMessageWriter(MessageWriter msgWriter)
public io.quarkus.platform.descriptor.QuarkusPlatformDescriptor resolve()
public io.quarkus.platform.descriptor.QuarkusPlatformDescriptor resolveBundled()
Copyright © 2020 JBoss by Red Hat. All rights reserved.