Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc2.patch |
Modifier and Type | Field and Description |
---|---|
SVNWCContext.SVNEolStyle |
SVNWCContext.SVNEolStyleInfo.eolStyle |
Modifier and Type | Method and Description |
---|---|
static SVNWCContext.SVNEolStyle |
SVNWCContext.SVNEolStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVNWCContext.SVNEolStyle[] |
SVNWCContext.SVNEolStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
SVNWCContext.isTranslationRequired(SVNWCContext.SVNEolStyle style,
byte[] eol,
java.lang.String charset,
java.util.Map<java.lang.String,byte[]> keywords,
boolean special,
boolean force_eol_check) |
Constructor and Description |
---|
SVNEolStyleInfo(SVNWCContext.SVNEolStyle style,
byte[] str) |
Modifier and Type | Field and Description |
---|---|
private SVNWCContext.SVNEolStyle |
SvnTargetContent.eolStyle |
Modifier and Type | Method and Description |
---|---|
SVNWCContext.SVNEolStyle |
SvnTargetContent.getEolStyle() |
Modifier and Type | Method and Description |
---|---|
private static void |
SvnPatchTarget.obtainEolAndKeywordsForFile(java.util.Map<java.lang.String,byte[]> keywords,
SVNWCContext.SVNEolStyle[] eolStyle,
java.lang.String[] eolStr,
SVNWCContext context,
java.io.File localAbsPath) |
void |
SvnTargetContent.setEolStyle(SVNWCContext.SVNEolStyle eolStyle) |