Groovy Documentation

co.tomlee.gradle.plugins.protoc.domain
[Groovy] Class ProtocPlugin

java.lang.Object
  co.tomlee.gradle.plugins.protoc.domain.ProtocPlugin
All Implemented Interfaces:
Named

class ProtocPlugin

Property Summary
java.lang.String executable

java.lang.String name

java.util.LinkedHashMap options

java.io.File out

 
Constructor Summary
ProtocPlugin(java.lang.String name)

 
Method Summary
java.lang.Object executable(java.lang.String executable)

java.lang.Object option(java.util.Map opt)

java.lang.Object options(java.util.Map opts)

java.lang.Object out(java.io.File outDir)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

executable

java.lang.String executable


name

final java.lang.String name


options

java.util.LinkedHashMap options


out

java.io.File out


 
Constructor Detail

ProtocPlugin

ProtocPlugin(java.lang.String name)


 
Method Detail

executable

java.lang.Object executable(java.lang.String executable)


option

java.lang.Object option(java.util.Map opt)


options

java.lang.Object options(java.util.Map opts)


out

java.lang.Object out(java.io.File outDir)


 

Groovy Documentation