Modifier and Type | Method and Description |
---|---|
Map<StringPattern,KeywordSubstitutionOptions> |
ClientServices.getWrappersMap()
Returns the wrappers map associated with the CVS server The map is valid
only after the connection is established
|
Map<StringPattern,KeywordSubstitutionOptions> |
Client.getWrappersMap()
Returns the wrappers map associated with the CVS server The map is valid
only after the connection is established
|
Modifier and Type | Method and Description |
---|---|
void |
Client.addWrapper(StringPattern pattern,
KeywordSubstitutionOptions option)
This method is called by WrapperSendResponse for each wrapper setting
sent back by the CVS server
|
Modifier and Type | Field and Description |
---|---|
static KeywordSubstitutionOptions |
KeywordSubstitutionOptions.BINARY |
static KeywordSubstitutionOptions |
KeywordSubstitutionOptions.DEFAULT |
static KeywordSubstitutionOptions |
KeywordSubstitutionOptions.DEFAULT_LOCKER |
static KeywordSubstitutionOptions |
KeywordSubstitutionOptions.OLD_VALUES |
static KeywordSubstitutionOptions |
KeywordSubstitutionOptions.ONLY_KEYWORDS |
static KeywordSubstitutionOptions |
KeywordSubstitutionOptions.ONLY_VALUES |
Modifier and Type | Method and Description |
---|---|
static KeywordSubstitutionOptions |
KeywordSubstitutionOptions.findKeywordSubstOption(String keyword) |
Modifier and Type | Method and Description |
---|---|
static Map<StringPattern,KeywordSubstitutionOptions> |
WrapperUtils.mergeWrapperMap(ClientServices client)
This method consolidates the wrapper map so that it follows CVS
prioritization rules for the wrappers.
|
Modifier and Type | Method and Description |
---|---|
static void |
WrapperUtils.readWrappersFromFile(File file,
Map<StringPattern,KeywordSubstitutionOptions> wrapperMap)
Reads the wrappers from the specified file and populates the specified
map
|
Modifier and Type | Method and Description |
---|---|
KeywordSubstitutionOptions |
AddCommand.getKeywordSubst()
Getter for property keywordSubst.
|
Modifier and Type | Method and Description |
---|---|
void |
AddCommand.setKeywordSubst(KeywordSubstitutionOptions keywordSubst)
Setter for property keywordSubst.
|
Modifier and Type | Method and Description |
---|---|
KeywordSubstitutionOptions |
CheckoutCommand.getKeywordSubst()
Getter for property keywordSubst.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckoutCommand.setKeywordSubst(KeywordSubstitutionOptions keywordSubst)
Setter for property keywordSubst.
|
Modifier and Type | Method and Description |
---|---|
KeywordSubstitutionOptions |
ExportCommand.getKeywordSubstitutionOptions()
Returns the keyword substitution option.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportCommand.setKeywordSubstitutionOptions(KeywordSubstitutionOptions keywordSubstitutionOptions)
Sets the keywords substitution option.
|
Modifier and Type | Method and Description |
---|---|
KeywordSubstitutionOptions |
ImportCommand.getKeywordSubstitutionOptions()
Returns the keyword substitution option.
|
Modifier and Type | Method and Description |
---|---|
Map<StringPattern,KeywordSubstitutionOptions> |
ImportCommand.getWrappers()
Returns a map with all wrappers.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportCommand.addWrapper(String filenamePattern,
KeywordSubstitutionOptions keywordSubstitutionOptions) |
void |
ImportCommand.addWrapper(StringPattern filenamePattern,
KeywordSubstitutionOptions keywordSubstitutionOptions) |
void |
ImportCommand.setKeywordSubstitutionOptions(KeywordSubstitutionOptions keywordSubstitutionOptions)
Sets the keywords substitution option.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportCommand.setWrappers(Map<StringPattern,KeywordSubstitutionOptions> wrapperMap)
Compliant method to addWrapper.
|
Modifier and Type | Method and Description |
---|---|
KeywordSubstitutionOptions |
UpdateCommand.getKeywordSubst()
Getter for property keywordSubst.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateCommand.setKeywordSubst(KeywordSubstitutionOptions keywordSubst)
Setter for property keywordSubst.
|
Modifier and Type | Method and Description |
---|---|
static Map<StringPattern,KeywordSubstitutionOptions> |
WrapperSendResponse.parseWrappers(String line) |
Modifier and Type | Method and Description |
---|---|
void |
ResponseServices.addWrapper(StringPattern pattern,
KeywordSubstitutionOptions option)
This method is called by WrapperSendResponse for each wrapper setting
sent back by the CVS server
|
Copyright © 2016. All rights reserved.