Method Summary |
|
public static void | copy(FileResource source, FileResource target) Copies a resource's content to another resource. |
public static FileResource | getFileResource(URI uri) Creates a resource object using the given uri. |
public static FileResource | getFileResource(String uri) Returns a resource interpreting the supplied string as
an URI. |
public static FileResource | getFileResource(FileResource parent, String name) Returns a resource resolving the given name relative to the
given parent. |
public static DocrootResource | getFileResourceFromDocroot(String path) Returns a resource interpreting the given path relative
to Pustefix's docroot. |