Class SVNWCContext.SVNEolStyleInfo
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.SVNEolStyleInfo
- Enclosing class:
- SVNWCContext
public static class SVNWCContext.SVNEolStyleInfo
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte[]static final byte[]byte[]static final byte[]static final byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SVNWCContext.SVNEolStyleInfofromValue(java.lang.String value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NATIVE_EOL_STR
public static final byte[] NATIVE_EOL_STR -
LF_EOL_STR
public static final byte[] LF_EOL_STR -
CR_EOL_STR
public static final byte[] CR_EOL_STR -
CRLF_EOL_STR
public static final byte[] CRLF_EOL_STR -
eolStyle
-
eolStr
public byte[] eolStr
-
-
Constructor Details
-
SVNEolStyleInfo
-
-
Method Details
-
fromValue
-