public class YarnConfigurationLocal extends Object implements com.github.eirslett.maven.plugins.frontend.lib.YarnExecutorConfig
| Constructor and Description |
|---|
YarnConfigurationLocal(File nodePath,
File yarnPath,
File workingDirectory)
Creates the configuration for a
YarnExecutor. |
| Modifier and Type | Method and Description |
|---|---|
File |
getNodePath()
Gets the file where node is installed.
|
com.github.eirslett.maven.plugins.frontend.lib.Platform |
getPlatform()
Get the platform in which the plugin is executed.
|
File |
getWorkingDirectory()
Gets the working directory.
|
File |
getYarnPath()
Gets the file where yarn is installed.
|
public File getNodePath()
getNodePath in interface com.github.eirslett.maven.plugins.frontend.lib.YarnExecutorConfigpublic File getYarnPath()
getYarnPath in interface com.github.eirslett.maven.plugins.frontend.lib.YarnExecutorConfigpublic File getWorkingDirectory()
getWorkingDirectory in interface com.github.eirslett.maven.plugins.frontend.lib.YarnExecutorConfigpublic com.github.eirslett.maven.plugins.frontend.lib.Platform getPlatform()
getPlatform in interface com.github.eirslett.maven.plugins.frontend.lib.YarnExecutorConfigCopyright © 2000–2019 Vaadin Ltd. All rights reserved.