public static class SVNWCContext.SVNEolStyleInfo
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
SVNEolStyleInfo(SVNWCContext.SVNEolStyle style,
byte[] str) |
Modifier and Type | Method and Description |
---|---|
static SVNWCContext.SVNEolStyleInfo |
fromValue(java.lang.String value) |
public static final byte[] NATIVE_EOL_STR
public static final byte[] LF_EOL_STR
public static final byte[] CR_EOL_STR
public static final byte[] CRLF_EOL_STR
public SVNWCContext.SVNEolStyle eolStyle
public byte[] eolStr
public SVNEolStyleInfo(SVNWCContext.SVNEolStyle style, byte[] str)
public static SVNWCContext.SVNEolStyleInfo fromValue(java.lang.String value)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.