Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.patch |
Modifier and Type | Field and Description |
---|---|
private SvnPatch.ParserState |
SvnPatch.Transition.state |
Modifier and Type | Method and Description |
---|---|
SvnPatch.ParserState |
SvnPatch.IParserFunction.parse(java.lang.String line,
SvnPatch patch) |
static SvnPatch.ParserState |
SvnPatch.ParserState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SvnPatch.ParserState[] |
SvnPatch.ParserState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SvnPatch.Transition.matches(java.lang.String line,
SvnPatch.ParserState state) |
Constructor and Description |
---|
Transition(java.lang.String expectedInput,
SvnPatch.ParserState state,
SvnPatch.IParserFunction parserFunction) |