Interface ProjectDataFetcher

    • Method Detail

      • retrieveData

        @NotNull
        java.util.List<DataItem> retrieveData​(@NotNull
                                              Browser fsBrowser,
                                              @NotNull
                                              java.lang.String projectFilePath)
        Retrieves project data associated with specified file path. File path can point to build.xml, make file, IDEA project directory, etc
        Parameters:
        fsBrowser - file system browser
        projectFilePath - project file path, depending on the type of extension, it can be path to build file, path to project root, or some other data
        Returns:
        list of data items DataItem
      • getType

        @NotNull
        java.lang.String getType()
        Returns:
        type of the fetched information, some string identifying this project data fetcher