Class ClasspathContentLoader
java.lang.Object
org.eclipse.dirigible.commons.api.content.ClasspathContentLoader
public class ClasspathContentLoader extends Object
The ClasspathContentLoader utility used for loading the resourced from the JAR files in the class path.
-
Constructor Summary
Constructors Constructor Description ClasspathContentLoader() -
Method Summary
Modifier and Type Method Description static voidload()Load the resources from the JAR files and give them to theIClasspathContentHandlerinstances}.
-
Constructor Details
-
ClasspathContentLoader
public ClasspathContentLoader()
-
-
Method Details
-
load
Load the resources from the JAR files and give them to theIClasspathContentHandlerinstances}.- Throws:
IOException- Signals that an I/O exception has occurred.
-