public static final class FrontendStubs.ToolStubInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static FrontendStubs.ToolStubBuilder |
builder(FrontendStubs.Tool tool)
Creates a new builder for constructing a new instance of tool stub
info.
|
String |
getScript() |
boolean |
isStubbed() |
static FrontendStubs.ToolStubInfo |
none()
Returns a dummy tool stub info, which denotes no stub is used.
|
public static FrontendStubs.ToolStubBuilder builder(FrontendStubs.Tool tool)
tool - the build tool to create a stub for.public static FrontendStubs.ToolStubInfo none()
public boolean isStubbed()
public String getScript()
Copyright © 2000–2023 Vaadin Ltd. All rights reserved.