|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoemware.core.util.ClasspathUtils
public final class ClasspathUtils
The classpath utils.
| Constructor Summary | |
|---|---|
ClasspathUtils()
|
|
| Method Summary | |
|---|---|
static java.net.URL |
loadResourceUrl(java.lang.String pName)
Load a resource url. |
static java.util.Properties |
loadXmlPropertes(java.lang.String pResourceName)
Load properties from an xml config file in the path. |
static java.io.InputStream |
openResourceUrl(java.lang.String pName)
Open a resource url input stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClasspathUtils()
| Method Detail |
|---|
public static final java.util.Properties loadXmlPropertes(java.lang.String pResourceName)
throws CoreException
pResourceName - The resource name.
CoreException
public static final java.io.InputStream openResourceUrl(java.lang.String pName)
throws CoreException
pName - The resource name.
CoreException
public static final java.net.URL loadResourceUrl(java.lang.String pName)
throws CoreException
pName - The resource name.
CoreException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||