@Vetoed public class TomEEEmbeddedApplicationRunner extends Object implements AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static interface |
TomEEEmbeddedApplicationRunner.Args |
static interface |
TomEEEmbeddedApplicationRunner.Configurer |
static interface |
TomEEEmbeddedApplicationRunner.Configurers |
static interface |
TomEEEmbeddedApplicationRunner.LifecycleTask |
static class |
TomEEEmbeddedApplicationRunner.LifecycleTaskAccessor |
static interface |
TomEEEmbeddedApplicationRunner.LifecycleTasks |
| Constructor and Description |
|---|
TomEEEmbeddedApplicationRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
composerInject(Object target) |
Object |
getApp() |
static void |
run(Object app,
String... args) |
void |
setApp(Object app) |
void |
start(Class<?> marker,
Properties config,
String... args) |
AutoCloseable |
start(Object app,
String... args) |
public AutoCloseable start(Object app, String... args)
public void setApp(Object app)
public Object getApp()
public void start(Class<?> marker, Properties config, String... args) throws Exception
Exceptionpublic void close()
close in interface AutoCloseablepublic void composerInject(Object target) throws IllegalAccessException
IllegalAccessExceptionCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.