Package org.alfresco.repo.virtual.ref
Interface Stringifier
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
HashStringifier,NodeHashStringifier,PlainStringifier,ProtocolHashStringifier,VanillaHashStringifier,VirtualHashStringifier,ZeroStringifier
A
Reference abstract tree visitor designed to produce custom string representations.- Author:
- Bogdan Horje
-
Method Summary
Modifier and TypeMethodDescriptionstringify(RepositoryLocation repositoryLocation) stringifyParameter(Parameter parameter) stringifyParameter(ReferenceParameter referenceParameter) stringifyParameter(ResourceParameter resourceParameter) stringifyParameter(StringParameter stringParameter) stringifyRepositoryLocation(RepositoryLocation repositoryLocation) stringifyRepositoryLocation(RepositoryNodeRef repositoryNodeRef) stringifyRepositoryLocation(RepositoryPath repositoryPath) stringifyResource(ClasspathResource resource) stringifyResource(RepositoryResource resource) stringifyResource(Resource resource)
-
Method Details
-
stringify
- Throws:
ReferenceEncodingException
-
stringify
- Throws:
ReferenceEncodingException
-
stringifyResource
- Throws:
ReferenceEncodingException
-
stringifyResource
- Throws:
ReferenceEncodingException
-
stringifyResource
- Throws:
ReferenceEncodingException
-
stringify
- Throws:
ReferenceEncodingException
-
stringifyRepositoryLocation
String stringifyRepositoryLocation(RepositoryLocation repositoryLocation) throws ReferenceEncodingException - Throws:
ReferenceEncodingException
-
stringifyRepositoryLocation
String stringifyRepositoryLocation(RepositoryNodeRef repositoryNodeRef) throws ReferenceEncodingException - Throws:
ReferenceEncodingException
-
stringifyRepositoryLocation
- Throws:
ReferenceEncodingException
-
stringify
- Throws:
ReferenceEncodingException
-
stringify
- Throws:
ReferenceEncodingException
-
stringifyParameter
- Throws:
ReferenceEncodingException
-
stringifyParameter
- Throws:
ReferenceEncodingException
-
stringifyParameter
- Throws:
ReferenceEncodingException
-
stringifyParameter
- Throws:
ReferenceEncodingException
-