public interface Loadable
ServiceLoader.
Implementations of this interface may perform loading or registration tasks
within the load() method and must also define a no-argument
constructor.
For implementations to be automatically loaded, they must be listed in:
META-INF/services/org.kitesdk.data.spi.Loadable| Modifier and Type | Method and Description |
|---|---|
void |
load()
Performs any loading and registration tasks.
|
Copyright © 2013–2015. All rights reserved.