|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.engine.node.PropertiesUtil
public final class PropertiesUtil
A utility class for reading properties from a document.
| Method Summary | |
|---|---|
static String |
readResource(InputStream stream)
|
static Object |
retrieveProperty(Property prop,
PropertyScheme defaultScheme,
RouteContext context)
Resolves the specified name as an unqualified property |
static Object |
retrieveProperty(Property prop,
RouteContext context)
Resolves the specified name as a qualified property |
static Object |
retrieveProperty(String name,
PropertyScheme defaultScheme,
RouteContext context)
Resolves the specified name as an unqualified property |
static Object |
retrieveProperty(String name,
RouteContext context)
Resolves the specified name as a qualified property |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String readResource(InputStream stream)
throws IOException
IOException
public static Object retrieveProperty(String name,
RouteContext context)
name - the qualified property name
public static Object retrieveProperty(String name,
PropertyScheme defaultScheme,
RouteContext context)
name - the potentially unqualified property namedefaultScheme - the default scheme to use if the property is unqualified
public static Object retrieveProperty(Property prop,
PropertyScheme defaultScheme,
RouteContext context)
prop - the potentially unqualified propertydefaultScheme - the default scheme to use if the property is unqualified
public static Object retrieveProperty(Property prop,
RouteContext context)
prop - the qualified property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||