| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyPairResourceParser |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyPairResourceParser |
class |
FileWatcherKeyPairResourceLoader
Tracks a file containing
KeyPair-s an re-loads it whenever a change
has been sensed in the monitored file (if it exists) |
| Modifier and Type | Field and Description |
|---|---|
static KeyPairResourceLoader |
KeyPairResourceLoader.EMPTY
An empty loader that never fails but always returns an empty list
|
| Modifier and Type | Method and Description |
|---|---|
KeyPairResourceLoader |
FileWatcherKeyPairResourceLoader.getKeyPairResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileWatcherKeyPairResourceLoader.setKeyPairResourceLoader(KeyPairResourceLoader loader) |
| Constructor and Description |
|---|
FileWatcherKeyPairResourceLoader(Path file,
KeyPairResourceLoader delegateLoader) |
FileWatcherKeyPairResourceLoader(Path file,
KeyPairResourceLoader delegateLoader,
LinkOption... options) |