|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.eas.framework.defs.ManifestUtilities
public final class ManifestUtilities
Provides some utility methods for working with manifest files, primarily by locating all manifest files in the CLASSPATH and returning sets of objects marked with certain properties in the manifest files.
This class cannot be instantiated.
Method Summary | |
---|---|
static void |
callHandler(java.lang.String property, java.lang.String method) |
static java.lang.String |
convertClassName(java.lang.String candidate) converts a string from the format found in a manifest file to the corresponding value that can be located for Class.forName(). |
static java.lang.String[] |
getEntriesFor(java.lang.String property, java.lang.String value) Works through the URLs accessible to all of the class loaders looking for manifest files. |
static java.net.URL[] |
getURLs() |
static void |
setAppDir(java.lang.String s) Sets the application server directory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.net.URL[] getURLs()
public static java.lang.String[] getEntriesFor(java.lang.String property, java.lang.String value)
property
- the property that is being searched for in the manifest entryvalue
- a value for the property to have; if this is null or of length zero, any entry will match.public static void callHandler(java.lang.String property, java.lang.String method)
public static java.lang.String convertClassName(java.lang.String candidate)
candidate
- string to be convertedpublic static void setAppDir(java.lang.String s)
s
- the String representing the directory name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |