Extension

public class Extension

An extension for the ProtoJsPlugin which allows to obtain the generateJsonParsers task to configure when it will be executed during the build lifecycle.

Constructors

Link copied to clipboard
public void Extension()

Properties

Link copied to clipboard
The absolute path to the main Protobuf descriptor set file.
Link copied to clipboard
The absolute path to the main Protobufs compiled to JavaScript.
Link copied to clipboard
Names of JavaScript modules and directories they provide.
Link copied to clipboard
The absolute path to the test Protobuf descriptor set file.
Link copied to clipboard
The absolute path to the test Protobufs compiled to JavaScript.

Functions

Link copied to clipboard
protected DefaultProject defaultProject(Project project)
Link copied to clipboard
public Task generateParsersTask()
Returns the generateJsonParsers task configured by the ProtoJsPlugin.
Link copied to clipboard
public static File getMainDescriptorSet(Project project)
Link copied to clipboard
public static Directory getMainGenProto(Project project)
Link copied to clipboard
public static File getTestDescriptorSet(Project project)
Link copied to clipboard
public static Directory getTestGenProtoDir(Project project)
Link copied to clipboard
public static List<ExternalModule> modules(Project project)