public abstract class AbstractTaskPlatformFactory<P extends AbstractPlatformProperties<?>> extends Object implements TaskPlatformFactory
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
protected P |
platformProperties |
Modifier | Constructor and Description |
---|---|
protected |
AbstractTaskPlatformFactory(P platformProperties,
String platformType) |
Modifier and Type | Method and Description |
---|---|
protected List<Launcher> |
createLaunchers() |
TaskPlatform |
createTaskPlatform() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createLauncher
protected org.slf4j.Logger logger
protected final P extends AbstractPlatformProperties<?> platformProperties
public TaskPlatform createTaskPlatform()
createTaskPlatform
in interface TaskPlatformFactory
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.