Package io.quarkus.runner.bootstrap
Class RunningQuarkusApplicationImpl
java.lang.Object
io.quarkus.runner.bootstrap.RunningQuarkusApplicationImpl
- All Implemented Interfaces:
RunningQuarkusApplication,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionRunningQuarkusApplicationImpl(Closeable closeTask, QuarkusClassLoader classLoader) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()<T> Optional<T>getConfigValue(String key, Class<T> type) instance(Class<?> clazz, Annotation... qualifiers)
-
Constructor Details
-
RunningQuarkusApplicationImpl
-
-
Method Details
-
getClassLoader
- Specified by:
getClassLoaderin interfaceRunningQuarkusApplication
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceRunningQuarkusApplication- Throws:
Exception
-
getConfigValue
- Specified by:
getConfigValuein interfaceRunningQuarkusApplication
-
getConfigKeys
- Specified by:
getConfigKeysin interfaceRunningQuarkusApplication
-
instance
- Specified by:
instancein interfaceRunningQuarkusApplication
-