We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.