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
Fields Modifier and Type Field Description static byte[]
CR_EOL_STR
static byte[]
CRLF_EOL_STR
byte[]
eolStr
SVNWCContext.SVNEolStyle
eolStyle
static byte[]
LF_EOL_STR
static byte[]
NATIVE_EOL_STR
-
Constructor Summary
Constructors Constructor Description SVNEolStyleInfo(SVNWCContext.SVNEolStyle style, byte[] str)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SVNWCContext.SVNEolStyleInfo
fromValue(java.lang.String value)
-
-
-
Field Detail
-
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
public SVNWCContext.SVNEolStyle eolStyle
-
eolStr
public byte[] eolStr
-
-
Constructor Detail
-
SVNEolStyleInfo
public SVNEolStyleInfo(SVNWCContext.SVNEolStyle style, byte[] str)
-
-
Method Detail
-
fromValue
public static SVNWCContext.SVNEolStyleInfo fromValue(java.lang.String value)
-
-