o

protocbridge

ProtocBridge

object ProtocBridge

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProtocBridge
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def execute[ExitCode](protoc: ProtocRunner[ExitCode], targets: Seq[Target], params: Seq[String], classLoader: (Artifact) ⇒ ClassLoader): ExitCode

    Runs protoc with a given set of targets.

    Runs protoc with a given set of targets.

    protoc

    a function that runs protoc with the given command line arguments.

    targets

    a sequence of generators to invokes

    params

    a sequence of additional params to pass to protoc

    classLoader

    function that provided a sandboxed ClassLoader for an artifact.

    returns

    the return value from the protoc function.

  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def runWithGenerators[ExitCode](protoc: ProtocRunner[ExitCode], namedGenerators: Seq[(String, ProtocCodeGenerator)], params: Seq[String]): ExitCode
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def run[ExitCode](protoc: (Seq[String]) ⇒ ExitCode, targets: Seq[Target], params: Seq[String], pluginFrontend: PluginFrontend, classLoader: (Artifact) ⇒ ClassLoader): ExitCode
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Please use execute(). Secondary outputs will fail to work.

  2. def run[ExitCode](protoc: (Seq[String]) ⇒ ExitCode, targets: Seq[Target], params: Seq[String], pluginFrontend: PluginFrontend): ExitCode
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Please use execute() overload that takes ProtocRunner. Secondary outputs will fail to work.

  3. def run[A](protoc: (Seq[String]) ⇒ A, targets: Seq[Target], params: Seq[String]): A
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Please use execute() overload that takes ProtocRunner. Secondary outputs will fail to work.

  4. def runWithGenerators[ExitCode](protoc: (Seq[String]) ⇒ ExitCode, namedGenerators: Seq[(String, ProtocCodeGenerator)], params: Seq[String], pluginFrontend: PluginFrontend = PluginFrontend.newInstance): ExitCode
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Please use execute(). Secondary outputs will fail to work.

Inherited from AnyRef

Inherited from Any

Ungrouped