Class FileRefRoots_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.FileRefRoots_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="2.0")
@PluginVersion(since="1.9")
public class FileRefRoots_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData containing the roots against which file paths can be made relative to.
An event stream will contain a single FileRefRoots_1_0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map<FileRefRootType_1, String> The root path for each root type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rootPaths
The root path for each root type.Paths are canonical and do not contain trailing file separators.
-
-
Constructor Details
-
FileRefRoots_1_0
-
-
Method Details