Class FileProvider


  • public class FileProvider
    extends Object
    The FileProvider class is used to retrieve WebContent files during transformation.
    • Constructor Detail

      • FileProvider

        public FileProvider()
    • Method Detail

      • getFrameworkFiles

        public List<FrameworkFile> getFrameworkFiles()
        Gets all framework files specified in the index.
        Returns:
        a list of files in the framework
      • getDependencies

        public void getDependencies​(String pluginID,
                                    Set<String> result)
        Fills the given set with the dependencies of the specified bundle. Used only for debugging purposes.
        Parameters:
        pluginID - the name of the bundle
        result - the set used to store the names of the bundle's dependencies