Package | Description |
---|---|
io.fabric8.maven.core.config | |
io.fabric8.maven.core.util |
Modifier and Type | Method and Description |
---|---|
int |
Profile.compareTo(Profile o) |
Constructor and Description |
---|
Profile(Profile profile) |
Profile(Profile profileA,
Profile profileB) |
Modifier and Type | Method and Description |
---|---|
static Profile |
ProfileUtil.findProfile(String profileArg,
File resourceDir)
Find a profile.
|
static Profile |
ProfileUtil.lookup(String name,
File directory)
Lookup profiles from a given directory and merge it with a profile of the
same name found in the classpath
|
Modifier and Type | Method and Description |
---|---|
static List<Profile> |
ProfileUtil.fromYaml(InputStream is)
Load a profile from an input stream.
|
static List<Profile> |
ProfileUtil.readAllFromClasspath(String name,
String ext)
Read all profiles found in the classpath.
|
Modifier and Type | Method and Description |
---|---|
ProcessorConfig |
ProfileUtil.ProcessorConfigurationExtractor.extract(Profile profile) |
Copyright © 2018. All rights reserved.