|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.clients.versioncontrol.ResolutionOptions.EncodingStrategy
public static class ResolutionOptions.EncodingStrategy
Field Summary | |
---|---|
static ResolutionOptions.EncodingStrategy |
CONVERT_EXPLICIT
When this strategy is chosen, the all files involved in the merge will be converted into the explicitly named encoding. |
static ResolutionOptions.EncodingStrategy |
DEFAULT
When this strategy is chosen, the file's existing encoding is used. |
static ResolutionOptions.EncodingStrategy |
OVERRIDE_EXPLICIT
When this strategy is chosen, the all files involved in the merge will have their encodings treated like the given encoding. |
Method Summary |
---|
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum |
---|
compareTo, equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ResolutionOptions.EncodingStrategy DEFAULT
public static final ResolutionOptions.EncodingStrategy OVERRIDE_EXPLICIT
public static final ResolutionOptions.EncodingStrategy CONVERT_EXPLICIT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |