Package org.alfresco.repo.virtual.ref
Class PlainReferenceParser
java.lang.Object
org.alfresco.repo.virtual.ref.PlainReferenceParser
- All Implemented Interfaces:
Serializable,PlainEncoding,ReferenceParser
Parses string references into
Reference objects based on Plain
encodings grammar.
For grammar examples see Encodings.PLAIN encoding definition.
- See Also:
-
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 -
Method Summary
-
Constructor Details
-
PlainReferenceParser
public PlainReferenceParser()
-
-
Method Details
-
parse
Description copied from interface:ReferenceParserParses a string reference into aReferenceobject- Specified by:
parsein interfaceReferenceParser- Returns:
- A reference of
Reference - Throws:
ReferenceParseException
-