| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyPairResourceParser |
| Modifier and Type | Field and Description |
|---|---|
static KeyPairResourceParser |
KeyPairResourceParser.EMPTY
An empty parser that never fails, but always report that it cannot
extract key pairs and returns empty list if asked to load
|
| Modifier and Type | Method and Description |
|---|---|
static KeyPairResourceParser |
KeyPairResourceParser.aggregate(Collection<? extends KeyPairResourceParser> parsers) |
static KeyPairResourceParser |
KeyPairResourceParser.aggregate(KeyPairResourceParser... parsers) |
| Modifier and Type | Method and Description |
|---|---|
static KeyPairResourceParser |
KeyPairResourceParser.aggregate(KeyPairResourceParser... parsers) |
| Modifier and Type | Method and Description |
|---|---|
static KeyPairResourceParser |
KeyPairResourceParser.aggregate(Collection<? extends KeyPairResourceParser> parsers) |