public class WrapperUtils extends Object
| Constructor and Description |
|---|
WrapperUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<StringPattern,KeywordSubstitutionOptions> |
mergeWrapperMap(ClientServices client)
This method consolidates the wrapper map so that it follows CVS
prioritization rules for the wrappers.
|
static void |
readWrappersFromFile(File file,
Map<StringPattern,KeywordSubstitutionOptions> wrapperMap)
Reads the wrappers from the specified file and populates the specified
map
|
public static void readWrappersFromFile(File file, Map<StringPattern,KeywordSubstitutionOptions> wrapperMap) throws IOException, FileNotFoundException
file - The File object corresponding to the file which is being
processedwrapperMap - The map which is being updatedIOExceptionFileNotFoundExceptionpublic static Map<StringPattern,KeywordSubstitutionOptions> mergeWrapperMap(ClientServices client) throws CommandException
CommandExceptionCopyright © 2013. All rights reserved.