Package | Description |
---|---|
io.fabric8.maven.core.util |
Modifier and Type | Method and Description |
---|---|
static Profile |
ProfileUtil.findProfile(String profile,
File resourceDir)
Find a profile.
|
static Profile |
ProfileUtil.lookup(String name,
File directory)
Lookup profiles from a given directory
|
Modifier and Type | Method and Description |
---|---|
static List<Profile> |
ProfileUtil.fromYaml(InputStream is)
Load a profile from an input stream.
|
static Map<String,Profile> |
ProfileUtil.readAllFromClasspath()
Read all profiles found in the classpath.
|
Modifier and Type | Method and Description |
---|---|
ProcessorConfig |
ProfileUtil.ProcessorConfigurationExtractor.extract(Profile profile) |
Copyright © 2016. All rights reserved.