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 | 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 |
---|---|
Map<StringPattern,KeywordSubstitutionOptions> |
ImportCommand.getWrappers()
Returns a map with all wrappers.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportCommand.addWrapper(StringPattern filenamePattern,
KeywordSubstitutionOptions keywordSubstitutionOptions) |
Modifier and Type | Method and Description |
---|---|
void |
ImportCommand.setWrappers(Map<StringPattern,KeywordSubstitutionOptions> wrapperMap)
Compliant method to addWrapper.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleStringPattern |
Modifier and Type | Method and Description |
---|---|
void |
DefaultIgnoreFileFilter.addPattern(StringPattern pattern)
Adds a StringPattern to the list of ignore file patters.
|
Constructor and Description |
---|
DefaultIgnoreFileFilter(List<StringPattern> patternList)
Creates new DefaultIgnoreFileFilter and fills in patterns.
|
Copyright © 2016. All rights reserved.