public class Path extends Object implements IResourceFinder
IResourceFinder that looks for its resources in a filesystem path.| Constructor and Description |
|---|
Path(Folder folder)
Constructor
|
Path(String folder)
Constructor
|
public Path(String folder)
folder - The folder to look inpublic Path(Folder folder)
folder - The folder to look inpublic IResourceStream find(Class<?> clazz, String pathname)
IResourceFinderfind in interface IResourceFinderclazz - The class requesting the resource streampathname - The filename with possible pathIResourceFinder.find(Class, String)public String toString()
toString in class ObjectObject.toString()Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.