| Package | Description |
|---|---|
| io.fabric8.maven | |
| io.fabric8.maven.support |
| Modifier and Type | Method and Description |
|---|---|
JsonSchema |
AbstractFabric8Mojo.getEnvironmentVariableJsonSchema() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DescribeEnvMojo.displaySchema(JsonSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
protected static JsonSchema |
JsonSchemas.combineSchemas(JsonSchema schema1,
JsonSchema schema2) |
static JsonSchema |
JsonSchemas.loadEnvironmentSchemas(ClassLoader classLoader,
String... folderPaths)
Finds all of the environment json schemas and combines them together
|
static JsonSchema |
JsonSchemas.loadSchema(byte[] data) |
static JsonSchema |
JsonSchemas.loadSchema(File file) |
static JsonSchema |
JsonSchemas.loadSchema(InputStream inputStream) |
static JsonSchema |
JsonSchemas.loadSchema(URL url) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JsonSchemas.addEnvironmentVariables(JsonSchema schema,
Map<String,String> environmentVariables)
Modifies the given json schema adding the additional environment variable overrides which either create
new properties or override the default values of existing known properties
|
protected static JsonSchema |
JsonSchemas.combineSchemas(JsonSchema schema1,
JsonSchema schema2) |
Copyright © 2011–2015 Red Hat. All rights reserved.