|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.command.WrapperUtils
public class WrapperUtils
Support for .cvswrappers parsing and merging.
Constructor Summary | |
---|---|
WrapperUtils()
|
Method Summary | |
---|---|
static java.util.Map |
mergeWrapperMap(ClientServices client)
This method consolidates the wrapper map so that it follows CVS prioritization rules for the wrappers. |
static void |
readWrappersFromFile(java.io.File file,
java.util.Map wrapperMap)
Reads the wrappers from the specified file and populates the specified map |
static void |
readWrappersFromProperty(java.lang.String propertyName,
java.util.Map wrapperMap)
Reads the wrappers from the specified System property and populates the specified map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WrapperUtils()
Method Detail |
---|
public static void readWrappersFromFile(java.io.File file, java.util.Map wrapperMap) throws java.io.IOException, java.io.FileNotFoundException
file
- The File object corresponding to the file which is being processedwrapperMap
- The map which is being updated
java.io.IOException
java.io.FileNotFoundException
public static void readWrappersFromProperty(java.lang.String propertyName, java.util.Map wrapperMap) throws java.io.IOException
propertyName
- The system properties namewrapperMap
- The map which is being updated
java.io.IOException
public static java.util.Map mergeWrapperMap(ClientServices client) throws CommandException
CommandException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |