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 Details

    • rootPaths

      public final Map<FileRefRootType_1,String> rootPaths
      The root path for each root type.

      Paths are canonical and do not contain trailing file separators.

  • Constructor Details

  • Method Details