public class ThinJarAppWrapper extends Object
Constructor and Description |
---|
ThinJarAppWrapper(org.springframework.core.io.Resource resource,
String name,
String[] profiles) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
protected org.springframework.boot.loader.archive.Archive |
createArchive() |
Object |
getApp() |
String |
getId() |
protected String |
getMainClass(org.springframework.boot.loader.archive.Archive archive) |
org.springframework.cloud.deployer.spi.task.LaunchState |
getState() |
void |
run(Map<String,String> properties,
List<String> args) |
Object |
status() |
void |
status(Object status) |
String |
toString() |
public void cancel()
public String getId()
public Object status()
public Object getApp()
public org.springframework.cloud.deployer.spi.task.LaunchState getState()
protected String getMainClass(org.springframework.boot.loader.archive.Archive archive)
protected final org.springframework.boot.loader.archive.Archive createArchive()
public void status(Object status)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.