Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.SVNEolStyle
-
Packages that use SVNWCContext.SVNEolStyle Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc2.patch -
-
Uses of SVNWCContext.SVNEolStyle in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNWCContext.SVNEolStyle Modifier and Type Field Description SVNWCContext.SVNEolStyle
SVNWCContext.SVNEolStyleInfo. eolStyle
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNWCContext.SVNEolStyle Modifier and Type Method 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.Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCContext.SVNEolStyle Constructor Description SVNEolStyleInfo(SVNWCContext.SVNEolStyle style, byte[] str)
-
Uses of SVNWCContext.SVNEolStyle in org.tmatesoft.svn.core.internal.wc2.patch
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SVNWCContext.SVNEolStyle Modifier and Type Method Description SVNWCContext.SVNEolStyle
SvnTargetContent. getEolStyle()
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SVNWCContext.SVNEolStyle Modifier and Type Method Description void
SvnTargetContent. setEolStyle(SVNWCContext.SVNEolStyle eolStyle)
-