Package org.mycore.common
Class MCRPropertiesResolver.Property
java.lang.Object
org.mycore.common.MCRTextResolver.Term
org.mycore.common.MCRTextResolver.Variable
org.mycore.common.MCRPropertiesResolver.Property
- Enclosing class:
- MCRPropertiesResolver
-
Field Summary
Fields inherited from class org.mycore.common.MCRTextResolver.Term
position, resolved, termBuffer, textResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionImplement this to define the end enclosing string for your term.Implement this to define the start enclosing string for your term.Methods inherited from class org.mycore.common.MCRTextResolver.Variable
getTrackID, getValue, resolveInternal, resolveText, track, untrack
Methods inherited from class org.mycore.common.MCRTextResolver.Term
getTextResolver, resolve
-
Constructor Details
-
Property
-
-
Method Details
-
getStartEnclosingString
Description copied from class:MCRTextResolver.Term
Implement this to define the start enclosing string for your term. The resolver searches in the text for this string, if found, the text is processed by your term.- Overrides:
getStartEnclosingString
in classMCRTextResolver.Variable
- Returns:
- the start enclosing string
-
getEndEnclosingString
Description copied from class:MCRTextResolver.Term
Implement this to define the end enclosing string for your term. You have to check manual in theresolveInternal
method if the end of your term is reached.- Overrides:
getEndEnclosingString
in classMCRTextResolver.Variable
- Returns:
- the end enclosing string
-