public class LoadDataInformationBuilder extends Object
LoadDataInformation
Programmatically registers a remote resource resourceLocation,
backed up by a classpath resource backupResource, reachable as
dataId.| Constructor and Description |
|---|
LoadDataInformationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
LoadDataInformation |
build() |
LoadDataInformationBuilder |
withBackupResource(URI backupResource) |
LoadDataInformationBuilder |
withLoaderListener(LoaderService.LoaderListener loaderListener) |
LoadDataInformationBuilder |
withProperties(Map<String,String> properties) |
LoadDataInformationBuilder |
withResourceId(String resourceId) |
LoadDataInformationBuilder |
withResourceLocations(URI... resourceLocations) |
LoadDataInformationBuilder |
withStartRemote(boolean startRemote) |
LoadDataInformationBuilder |
withUpdatePolicy(LoaderService.UpdatePolicy updatePolicy) |
public LoadDataInformationBuilder()
public LoadDataInformationBuilder withResourceId(String resourceId)
public LoadDataInformationBuilder withUpdatePolicy(LoaderService.UpdatePolicy updatePolicy)
public LoadDataInformationBuilder withProperties(Map<String,String> properties)
public LoadDataInformationBuilder withLoaderListener(LoaderService.LoaderListener loaderListener)
public LoadDataInformationBuilder withBackupResource(URI backupResource)
public LoadDataInformationBuilder withResourceLocations(URI... resourceLocations)
public LoadDataInformationBuilder withStartRemote(boolean startRemote)
public LoadDataInformation build()
Copyright © 2012-2016 JavaMoney. All Rights Reserved.