Class FileProvider
java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.webcontent.FileProvider
The FileProvider class is used to retrieve WebContent files during transformation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getDependencies
(String pluginID, Set<String> result) Fills the given set with the dependencies of the specified bundle.Gets all framework files specified in the index.
-
Constructor Details
-
FileProvider
public FileProvider()
-
-
Method Details
-
getFrameworkFiles
Gets all framework files specified in the index.- Returns:
- a list of files in the framework
-
getDependencies
Fills the given set with the dependencies of the specified bundle. Used only for debugging purposes.- Parameters:
pluginID
- the name of the bundleresult
- the set used to store the names of the bundle's dependencies
-