public interface Stringifier extends Serializable
Reference abstract tree visitor designed to produce custom string
representations.| Modifier and Type | Method and Description |
|---|---|
String |
stringify(List<Parameter> parameters) |
String |
stringify(Parameter parameter) |
String |
stringify(Reference reference) |
String |
stringify(RepositoryLocation repositoryLocation) |
String |
stringify(Resource resource) |
String |
stringifyParameter(Parameter parameter) |
String |
stringifyParameter(ReferenceParameter referenceParameter) |
String |
stringifyParameter(ResourceParameter resourceParameter) |
String |
stringifyParameter(StringParameter stringParameter) |
String |
stringifyRepositoryLocation(RepositoryLocation repositoryLocation) |
String |
stringifyRepositoryLocation(RepositoryNodeRef repositoryNodeRef) |
String |
stringifyRepositoryLocation(RepositoryPath repositoryPath) |
String |
stringifyResource(ClasspathResource resource) |
String |
stringifyResource(RepositoryResource resource) |
String |
stringifyResource(Resource resource) |
String stringify(Reference reference) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringify(Resource resource) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringifyResource(Resource resource) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringifyResource(RepositoryResource resource) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringifyResource(ClasspathResource resource) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringify(RepositoryLocation repositoryLocation) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringifyRepositoryLocation(RepositoryLocation repositoryLocation) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringifyRepositoryLocation(RepositoryNodeRef repositoryNodeRef) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringifyRepositoryLocation(RepositoryPath repositoryPath) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringify(List<Parameter> parameters) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringify(Parameter parameter) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringifyParameter(Parameter parameter) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringifyParameter(ResourceParameter resourceParameter) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringifyParameter(StringParameter stringParameter) throws ReferenceEncodingException
ReferenceEncodingExceptionString stringifyParameter(ReferenceParameter referenceParameter) throws ReferenceEncodingException
ReferenceEncodingExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.