| Package | Description |
|---|---|
| org.javamoney.moneta.internal.loader |
Contains format loader for updating resources loaded from remote, e.g. current conversion rates.
|
| org.javamoney.moneta.spi |
Defines common base classes used for implementing SPIs and the
LoaderService. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLoaderService.registerAndLoadData(LoadDataInformation loadDataInformation) |
void |
DefaultLoaderService.registerData(LoadDataInformation loadDataInformation) |
LoadableResourceBuilder |
LoadableResourceBuilder.withLoadDataInformation(LoadDataInformation loadDataInformation) |
| Modifier and Type | Method and Description |
|---|---|
LoadDataInformation |
LoadDataInformationBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoaderService.registerAndLoadData(LoadDataInformation loadDataInformation)
Programmatically registers a remote resource
resourceLocation,
backed up by a classpath resource backupResource, reachable as
dataId and (synchronously) loads the data. |
void |
LoaderService.registerData(LoadDataInformation loadDataInformation)
Programmatically registers a remote resource
resourceLocation,
backed up by a classpath resource backupResource, reachable as
dataId. |
Copyright © 2012-2016 JavaMoney. All Rights Reserved.