wire-compiler
Toggle table of contents
5.3.11
jvm
Platform filter
jvm
Switch theme
Search in API
wire-compiler
wire-compiler
/
com.squareup.wire
/
WireCompiler
/
Companion
Companion
object
Companion
Members
Properties
CODE_
GENERATED_
BY_
WIRE
Link copied to clipboard
const
val
CODE_GENERATED_BY_WIRE
:
String
Functions
for
Args
Link copied to clipboard
@
JvmStatic
fun
forArgs
(
fileSystem
:
FileSystem
,
logger
:
WireLogger
,
vararg
args
:
String
)
:
WireCompiler
@
JvmOverloads
@
JvmStatic
fun
forArgs
(
fileSystem
:
FileSystem
=
FileSystem.SYSTEM
,
logger
:
WireLogger
=
ConsoleWireLogger()
,
vararg
args
:
String
)
:
WireCompiler
main
Link copied to clipboard
@
JvmStatic
fun
main
(
args
:
Array
<
String
>
)