|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.core.io.impl.AbstractIOAdvisor<T>
eu.esdihumboldt.hale.common.core.io.impl.ConfigurationIOAdvisor<T>
T
- the I/O provider typepublic class ConfigurationIOAdvisor<T extends IOProvider>
I/O advisor based on configuration in an existing IOConfiguration
.
Subclasses should at least override AbstractIOAdvisor.handleResults(IOProvider)
.
Constructor Summary | |
---|---|
ConfigurationIOAdvisor()
Create an I/O advisor based on I/O configurations that have to be set using setConfiguration(IOConfiguration) before using the
advisor. |
|
ConfigurationIOAdvisor(IOConfiguration conf)
Create an I/O advisor based on the given I/O configuration. |
Method Summary | |
---|---|
void |
prepareProvider(T provider)
Prepare the I/O provider when it is created. |
void |
setConfiguration(IOConfiguration conf)
Set the I/O configuration to use for provider configuration. |
Methods inherited from class eu.esdihumboldt.hale.common.core.io.impl.AbstractIOAdvisor |
---|
handleResults, updateConfiguration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationIOAdvisor()
setConfiguration(IOConfiguration)
before using the
advisor.
public ConfigurationIOAdvisor(IOConfiguration conf)
conf
- the I/O configurationMethod Detail |
---|
public void setConfiguration(IOConfiguration conf)
conf
- the I/O configurationpublic void prepareProvider(T provider)
IOAdvisor
prepareProvider
in interface IOAdvisor<T extends IOProvider>
prepareProvider
in class AbstractIOAdvisor<T extends IOProvider>
provider
- the I/O providerAbstractIOAdvisor.prepareProvider(IOProvider)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |