Package | Description |
---|---|
nl.esciencecenter.octopus.engine | |
nl.esciencecenter.octopus.engine.files |
Modifier and Type | Field and Description |
---|---|
private Adaptor[] |
OctopusEngine.adaptors |
Modifier and Type | Method and Description |
---|---|
Adaptor |
OctopusEngine.getAdaptor(String name) |
Adaptor |
OctopusEngine.getAdaptorFor(String scheme)
Return the adaptor that provides functionality for the given scheme.
|
(package private) static Adaptor[] |
AdaptorLoader.loadAdaptors(ImmutableTypedProperties properties,
OctopusEngine octopusEngine) |
private static Adaptor |
AdaptorLoader.newAdaptor(ClassLoader loader,
String name,
ImmutableTypedProperties properties,
OctopusEngine octopusEngine) |
Modifier and Type | Method and Description |
---|---|
private Adaptor |
FilesEngine.getAdaptor(Path path) |