Package org.alfresco.repo.virtual.ref
Interface ReferenceParser
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
HashReferenceParser,PlainReferenceParser,ZeroReferenceParser
public interface ReferenceParser extends java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classReferenceParser.CursorHelper class used in parsing string reference.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Referenceparse(java.lang.String referenceString)Parses a string reference into aReferenceobject
-
-
-
Method Detail
-
parse
Reference parse(java.lang.String referenceString) throws ReferenceParseException
Parses a string reference into aReferenceobject- Parameters:
referenceString-- Returns:
- A reference of
Reference - Throws:
ReferenceParseException
-
-