Uses of Interface
org.tmatesoft.svn.core.internal.wc2.patch.SvnPatch.IParserFunction
-
Packages that use SvnPatch.IParserFunction Package Description org.tmatesoft.svn.core.internal.wc2.patch -
-
Uses of SvnPatch.IParserFunction in org.tmatesoft.svn.core.internal.wc2.patch
Fields in org.tmatesoft.svn.core.internal.wc2.patch declared as SvnPatch.IParserFunction Modifier and Type Field Description static SvnPatch.IParserFunction
SvnPatch.IParserFunction. DIFF_MINUS
static SvnPatch.IParserFunction
SvnPatch.IParserFunction. DIFF_PLUS
static SvnPatch.IParserFunction
SvnPatch.IParserFunction. GIT_COPY_FROM
static SvnPatch.IParserFunction
SvnPatch.IParserFunction. GIT_COPY_TO
static SvnPatch.IParserFunction
SvnPatch.IParserFunction. GIT_DELETED_FILE
static SvnPatch.IParserFunction
SvnPatch.IParserFunction. GIT_MINUS
static SvnPatch.IParserFunction
SvnPatch.IParserFunction. GIT_MOVE_FROM
static SvnPatch.IParserFunction
SvnPatch.IParserFunction. GIT_MOVE_TO
static SvnPatch.IParserFunction
SvnPatch.IParserFunction. GIT_NEW_FILE
static SvnPatch.IParserFunction
SvnPatch.IParserFunction. GIT_PLUS
static SvnPatch.IParserFunction
SvnPatch.IParserFunction. GIT_START
private SvnPatch.IParserFunction
SvnPatch.Transition. parserFunction
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnPatch.IParserFunction Modifier and Type Method Description private SvnPatch.IParserFunction
SvnPatch.Transition. getParserFunction()
Constructors in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnPatch.IParserFunction Constructor Description Transition(java.lang.String expectedInput, SvnPatch.ParserState state, SvnPatch.IParserFunction parserFunction)
-