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
ReferenceEncodingException
String stringify(Resource resource) throws ReferenceEncodingException
ReferenceEncodingException
String stringifyResource(Resource resource) throws ReferenceEncodingException
ReferenceEncodingException
String stringifyResource(RepositoryResource resource) throws ReferenceEncodingException
ReferenceEncodingException
String stringifyResource(ClasspathResource resource) throws ReferenceEncodingException
ReferenceEncodingException
String stringify(RepositoryLocation repositoryLocation) throws ReferenceEncodingException
ReferenceEncodingException
String stringifyRepositoryLocation(RepositoryLocation repositoryLocation) throws ReferenceEncodingException
ReferenceEncodingException
String stringifyRepositoryLocation(RepositoryNodeRef repositoryNodeRef) throws ReferenceEncodingException
ReferenceEncodingException
String stringifyRepositoryLocation(RepositoryPath repositoryPath) throws ReferenceEncodingException
ReferenceEncodingException
String stringify(List<Parameter> parameters) throws ReferenceEncodingException
ReferenceEncodingException
String stringify(Parameter parameter) throws ReferenceEncodingException
ReferenceEncodingException
String stringifyParameter(Parameter parameter) throws ReferenceEncodingException
ReferenceEncodingException
String stringifyParameter(ResourceParameter resourceParameter) throws ReferenceEncodingException
ReferenceEncodingException
String stringifyParameter(StringParameter stringParameter) throws ReferenceEncodingException
ReferenceEncodingException
String stringifyParameter(ReferenceParameter referenceParameter) throws ReferenceEncodingException
ReferenceEncodingException
Copyright © 2005–2017 Alfresco Software. All rights reserved.