| Modifier and Type | Method and Description |
|---|---|
static Profile |
ProfileUtil.findProfile(String profileArg,
File... resourceDirs)
Find a profile.
|
static Profile |
ProfileUtil.findProfile(String profileArg,
List<File> resourceDirs) |
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 |
|---|---|
int |
Profile.compareTo(Profile o) |
ProcessorConfig |
ProfileUtil.ProcessorConfigurationExtractor.extract(Profile profile) |
| Constructor and Description |
|---|
Profile(Profile profile) |
Profile(Profile profileA,
Profile profileB) |
Copyright © 2022. All rights reserved.