|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.utils.io.ResourceUtils
public class ResourceUtils
The Class ResourceUtils.
Constructor Summary | |
---|---|
ResourceUtils()
|
Method Summary | |
---|---|
static java.lang.String[] |
getResourceListing(java.lang.Class<?> clazz,
java.lang.String path)
List directory contents for a resource folder. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceUtils()
Method Detail |
---|
public static java.lang.String[] getResourceListing(java.lang.Class<?> clazz, java.lang.String path) throws java.net.URISyntaxException, java.io.IOException
clazz
- Any java class that lives in the same place as the resources
you want.path
- Should end with "/".
java.net.URISyntaxException
- the URI syntax exception
java.io.IOException
- Signals that an I/O exception has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |