com.microsoft.tfs.core.clients.versioncontrol
Class ResolutionOptions.EncodingStrategy

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.clients.versioncontrol.ResolutionOptions.EncodingStrategy
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
ResolutionOptions

public static class ResolutionOptions.EncodingStrategy
extends com.microsoft.tfs.util.TypesafeEnum


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

DEFAULT

public static final ResolutionOptions.EncodingStrategy DEFAULT
When this strategy is chosen, the file's existing encoding is used.


OVERRIDE_EXPLICIT

public static final 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. No file conversion is done.


CONVERT_EXPLICIT

public static final ResolutionOptions.EncodingStrategy CONVERT_EXPLICIT
When this strategy is chosen, the all files involved in the merge will be converted into the explicitly named encoding.



© 2015 Microsoft. All rights reserved.