Class ResourceLoader
- java.lang.Object
-
- net.sourceforge.pmd.util.database.ResourceLoader
-
public class ResourceLoader extends Object
Helper class for retrieving resources relative to the installation.- Author:
- Stuart Turton
-
-
Constructor Summary
Constructors Constructor Description ResourceLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
getResourceStream(String path)
-
-
-
Method Detail
-
getResourceStream
public InputStream getResourceStream(String path) throws IOException
- Throws:
IOException
-
-