public interface ReferenceParser extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
ReferenceParser.Cursor
Helper class used in parsing string reference.
|
Modifier and Type | Method and Description |
---|---|
Reference |
parse(String referenceString)
Parses a string reference into a
Reference object |
Reference parse(String referenceString) throws ReferenceParseException
Reference
objectreferenceString
- Reference
ReferenceParseException
Copyright © 2005–2017 Alfresco Software. All rights reserved.