GeneratedSourceSet

public final class GeneratedSourceSet

The generated code directory which belongs to a certain source set.

Each generated source set contains following items:

  • java, spine, and grpc directories with Java code;
  • resources directory with resource files.

Functions

Link copied to clipboard
public Path grpc()
Obtains the root directory for Java sources generated by the gRPC Protobuf compiler.
Link copied to clipboard
public Path java()
Obtains the root directory for Java sources generated by the Protobuf compiler.
Link copied to clipboard
public Path resources()
Obtains the root directory for resources generated by the Model Compiler plugin.
Link copied to clipboard
public Path spine()
Obtains the root directory for Java sources generated by the Model Compiler plugin.