public interface CliRuntimeFactory<RuntimeType extends ProcessRuntime<?,?,?>>
| Modifier and Type | Method and Description |
|---|---|
RuntimeType |
createRuntime(String locator,
ProcessStream process)
Create Runtime from String locator.
|
String |
getDescription()
String description for CLI usage.
|
String |
getKind()
String identifier used to identify factory from command line.
|
@Nonnull String getKind()
@Nonnull RuntimeType createRuntime(@Nonnull String locator, @Nonnull ProcessStream process) throws CommandFailedException
locator - Factory specific resource locator.CommandFailedExceptionCopyright © 2016. All rights reserved.