|
Oracle Enterprise Scheduler Java API Reference 11g Release 7 (11.1.7) E20742-07 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Substitutor
SubstitutionHandler| Method Summary | |
|---|---|
void |
close()
Cleanup substitutor state and release all handlers. |
void |
setSubstitutionHandlers(java.util.List<SubstitutionHandler> subsHandlers)
Set the list of SubstitutionHandlers to use for substitution. |
void |
setSubstitutionHandlers(java.lang.String subsHandlerNames)
Set the list of SubstitutionHandlers to use for substitution. |
java.lang.String |
substitute(java.lang.String original)
Recursively replaces all tokens in the string original
with the results from matching handlers. |
| Method Detail |
|---|
void setSubstitutionHandlers(java.lang.String subsHandlerNames)
SubstitutionHandlers to use for substitution.
subsHandlerNames - Comma-separated list substitution handler class names.void setSubstitutionHandlers(java.util.List<SubstitutionHandler> subsHandlers)
SubstitutionHandlers to use for substitution.
subsHandlers - List of handler instances.
java.lang.String substitute(java.lang.String original)
throws SubstitutionException
original
with the results from matching handlers. Any tokens that are not
recognized by any handlers will remain in the string.
original - String with tokens to be substituted.
SubstitutionException - if an error occurs during substitutionvoid close()
|
Oracle Enterprise Scheduler Java API Reference 11g Release 7 (11.1.7) E20742-07 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||