public class CuratedApplication extends Object implements Serializable, Closeable
public AppModel getAppModel()
public QuarkusBootstrap getQuarkusBootstrap()
public boolean hasUpdatedDeps()
public List<AppDependency> getUpdatedDeps()
public Object runInAugmentClassLoader(String consumerName, Map<String,Object> params)
public Object runInBaseRuntimeClassLoader(String consumerName, Map<String,Object> params)
public CurationResult getCurationResult()
public AugmentAction createAugmentor()
public AugmentAction createAugmentor(String functionName, Map<String,Object> props)
Function<Map<String, Object>, List<Consumer<BuildChainBuilder>>>
which is used to generate a list of build chain customisers to control the build.public QuarkusClassLoader getAugmentClassLoader()
public QuarkusClassLoader getBaseRuntimeClassLoader()
public QuarkusClassLoader createDeploymentClassLoader()
public QuarkusClassLoader createRuntimeClassLoader(QuarkusClassLoader loader, Map<String,List<BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>>> bytecodeTransformers, ClassLoader deploymentClassLoader, Map<String,byte[]> resources)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2020 JBoss by Red Hat. All rights reserved.