Class MvnFileRef_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.fileref.MvnFileRef_1_0
Acts as a reference to a file. If the file is under one of the known roots, the path is expressed relative to that root.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal String
The absolute path of the file when the type of root isMvnFileRefRootType_1.ABSOLUTE
.final MvnFileRefRootType_1
The type of root against which the file's path is made relative to. -
Constructor Summary
-
Method Summary
-
Field Details
-
root
The type of root against which the file's path is made relative to. -
path
The absolute path of the file when the type of root isMvnFileRefRootType_1.ABSOLUTE
. Otherwise the file's path relative to the root.
-
-
Constructor Details
-
MvnFileRef_1_0
-
-
Method Details