| |
|
| java.lang.Object org.apache.commons.jrcs.rcs.KeywordsFormat
KeywordsFormat | final class KeywordsFormat (Code) | | Formatter for the RCS keywords. It is intended as an helper class to
replace the use of gnu.regexp. This class is NOT threadsafe.
author: Stephane Bailliez |
Method Summary | |
String | reset(String text) Reinitialize all RCS keywords match.
Parameters: text - the text to look for RCS keywords. | String | update(String text, Object[] revisionInfo) update the given text made of RCS keywords with the appropriate
revision info.
Parameters: text - the input text containing the RCS keywords. Parameters: revisionInfo - the revision information. |
KeywordsFormat | KeywordsFormat()(Code) | | |
reset | String reset(String text)(Code) | | Reinitialize all RCS keywords match.
Parameters: text - the text to look for RCS keywords. the text with initialized RCS keywords. |
update | String update(String text, Object[] revisionInfo)(Code) | | update the given text made of RCS keywords with the appropriate
revision info.
Parameters: text - the input text containing the RCS keywords. Parameters: revisionInfo - the revision information. the formatted text with the RCS keywords. |
|
|
|