Class FrontendStubs.ToolStubInfo

  • Enclosing class:
    FrontendStubs

    public static final class FrontendStubs.ToolStubInfo
    extends Object
    Holds an information about build tool to be stubbed.
    • Method Detail

      • builder

        public static FrontendStubs.ToolStubBuilder builder​(FrontendStubs.Tool tool)
        Creates a new builder for constructing a new instance of tool stub info.
        Parameters:
        tool - the build tool to create a stub for.
        Returns:
        a new tool stub info builder.
      • none

        public static FrontendStubs.ToolStubInfo none()
        Returns a dummy tool stub info, which denotes no stub is used.
        Returns:
        a tool stub info for non-used stub.
      • isStubbed

        public boolean isStubbed()
      • getScript

        public String getScript()