Package com.gradle.scan.eventmodel.maven
Class MvnFileRefRoots_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnFileRefRoots_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnFileRefRoots_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 MvnFileRefRoots_1_0
.
-
Field Summary
Modifier and TypeFieldDescriptionfinal Map
<MvnFileRefRootType_1, String> The root path for each root type. -
Constructor Summary
-
Method Summary
-
Field Details
-
rootPaths
The root path for each root type.Paths are canonical and do not contain trailing file separators.
-
-
Constructor Details
-
MvnFileRefRoots_1_0
-
-
Method Details