ConfigurationName

public enum ConfigurationName

The names of Gradle configurations used by the Spine model compiler plugin.

See the Gradle doc on dependency configurations for more info.

Entries

Link copied to clipboard

The classpath of the Gradle build process.

Link copied to clipboard

The annotation processors used during the compilation of this module.

Link copied to clipboard

The API of a Java library.

Link copied to clipboard

Dependencies on which the Java module relies for implementation.

Link copied to clipboard

Dependencies available at compile-time but not at runtime.

Link copied to clipboard

All the dependencies included for the Java module compilation.

Link copied to clipboard

Dependencies available at runtime but not at compile-time.

Link copied to clipboard

All the dependencies included for the Java module runtime.

Link copied to clipboard

The annotation processors used during the compilation of the tests of this module.

Link copied to clipboard

Dependencies on which the Java module tests rely for implementation.

Link copied to clipboard

All the dependencies included for the Java module tests compilation.

Link copied to clipboard

Dependencies available at test runtime but not at compile-time.

Link copied to clipboard

All the dependencies included for the Java module test runtime.

Link copied to clipboard

Configuration that allows to compile .proto files form the dependencies.

Link copied to clipboard

A Spine-specific configuration used to download and resolve artifacts.

Link copied to clipboard

The compile configuration.

Functions

Link copied to clipboard
public String value()
Link copied to clipboard
public static ConfigurationName valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<ConfigurationName> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.