Uses of Class
com.vaadin.base.devserver.DevServerOutputTracker.Result
Packages that use DevServerOutputTracker.Result
-
Uses of DevServerOutputTracker.Result in com.vaadin.base.devserver
Methods in com.vaadin.base.devserver with parameters of type DevServerOutputTracker.ResultModifier and TypeMethodDescriptionprotected void
AbstractDevServerRunner.onDevServerCompilation
(DevServerOutputTracker.Result result) Called whenever the dev server output matche the success or failure pattern.Constructor parameters in com.vaadin.base.devserver with type arguments of type DevServerOutputTracker.ResultModifierConstructorDescriptionDevServerOutputTracker
(InputStream inputStream, Pattern success, Pattern failure, Consumer<DevServerOutputTracker.Result> onMatch) Creates a new finder that scans for the given success and/or failure pattern.