Package io.quarkus.deployment.dev
Class QuarkusDevModeLauncher
- java.lang.Object
-
- io.quarkus.deployment.dev.QuarkusDevModeLauncher
-
public abstract class QuarkusDevModeLauncher extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classQuarkusDevModeLauncher.Builder<R extends QuarkusDevModeLauncher,B extends QuarkusDevModeLauncher.Builder<R,B>>
-
Constructor Summary
Constructors Modifier Constructor Description protectedQuarkusDevModeLauncher()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description List<String>args()protected abstract voiddebug(Object msg)protected voiddebug(Object msg, Object... args)protected abstract voiderror(Object msg)protected abstract booleanisDebugEnabled()protected voidprepare()Attempts to prepare the dev mode runner.protected abstract voidwarn(Object msg)Collection<Path>watchedBuildFiles()
-
-
-
Method Detail
-
prepare
protected void prepare() throws ExceptionAttempts to prepare the dev mode runner.- Throws:
Exception
-
watchedBuildFiles
public Collection<Path> watchedBuildFiles()
-
isDebugEnabled
protected abstract boolean isDebugEnabled()
-
debug
protected abstract void debug(Object msg)
-
error
protected abstract void error(Object msg)
-
warn
protected abstract void warn(Object msg)
-
-