public class RunnerManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RunnerManager.Builder
The builder for creating the
RunnerManager. |
| Modifier and Type | Method and Description |
|---|---|
com.github.eirslett.maven.plugins.frontend.lib.GulpRunner |
getGulpRunner()
Gets the
GulpRunner that will be used in the transpilation. |
com.github.eirslett.maven.plugins.frontend.lib.YarnRunner |
getYarnRunner()
Gets the
YarnRunner that is used to install dependencies. |
public com.github.eirslett.maven.plugins.frontend.lib.YarnRunner getYarnRunner()
YarnRunner that is used to install dependencies.public com.github.eirslett.maven.plugins.frontend.lib.GulpRunner getGulpRunner()
GulpRunner that will be used in the transpilation.Copyright © 2000–2023 Vaadin Ltd. All rights reserved.