public class ClassPathResourceFinder extends Object implements IResourceFinder
IResourceFinder that looks in a folder in the classpath.| Constructor and Description |
|---|
ClassPathResourceFinder(String prefix) |
public ClassPathResourceFinder(String prefix)
prefix - The path prefix. May be null or empty to look in the classpath root.public IResourceStream find(Class<?> clazz, String path)
find in interface IResourceFinderCopyright © 2006–2021 Apache Software Foundation. All rights reserved.