Package org.alfresco.repo.virtual.ref
Class PlainReferenceParser
- java.lang.Object
-
- org.alfresco.repo.virtual.ref.PlainReferenceParser
-
- All Implemented Interfaces:
java.io.Serializable,PlainEncoding,ReferenceParser
public class PlainReferenceParser extends java.lang.Object implements ReferenceParser, PlainEncoding
Parses string references intoReferenceobjects based on Plain encodings grammar.For grammar examples see
Encodings.PLAINencoding definition.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.virtual.ref.ReferenceParser
ReferenceParser.Cursor
-
-
Field Summary
-
Fields inherited from interface org.alfresco.repo.virtual.ref.PlainEncoding
CLASSPATH, DELIMITER, INT_PARAMETER, NODE, PATH, REFERENCE_DELIMITER, REFERENCE_PARAMETER, REPOSITORY, RESOURCE_PARAMETER, STRING_PARAMETER
-
-
Constructor Summary
Constructors Constructor Description PlainReferenceParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Referenceparse(java.lang.String referenceString)Parses a string reference into aReferenceobject
-
-
-
Method Detail
-
parse
public Reference parse(java.lang.String referenceString) throws ReferenceParseException
Description copied from interface:ReferenceParserParses a string reference into aReferenceobject- Specified by:
parsein interfaceReferenceParser- Returns:
- A reference of
Reference - Throws:
ReferenceParseException
-
-