Uses of Enum
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.SVNEolStyle
Packages that use SVNWCContext.SVNEolStyle
-
Uses of SVNWCContext.SVNEolStyle in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNWCContext.SVNEolStyleMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNWCContext.SVNEolStyleModifier and TypeMethodDescriptionstatic SVNWCContext.SVNEolStyle
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.Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCContext.SVNEolStyleModifier and TypeMethodDescriptionprivate boolean
SVNWCContext.isTranslationRequired
(SVNWCContext.SVNEolStyle style, byte[] eol, String charset, Map<String, byte[]> keywords, boolean special, boolean force_eol_check) Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCContext.SVNEolStyle -
Uses of SVNWCContext.SVNEolStyle in org.tmatesoft.svn.core.internal.wc2.patch
Fields in org.tmatesoft.svn.core.internal.wc2.patch declared as SVNWCContext.SVNEolStyleMethods in org.tmatesoft.svn.core.internal.wc2.patch that return SVNWCContext.SVNEolStyleMethods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SVNWCContext.SVNEolStyleModifier and TypeMethodDescriptionprivate static void
SvnPatchTarget.obtainEolAndKeywordsForFile
(Map<String, byte[]> keywords, SVNWCContext.SVNEolStyle[] eolStyle, String[] eolStr, SVNWCContext context, File localAbsPath) void
SvnTargetContent.setEolStyle
(SVNWCContext.SVNEolStyle eolStyle)