org.codehaus.swizzle.stream
Class StringTokenHandler
java.lang.Object
org.codehaus.swizzle.stream.StringTokenHandler
- All Implemented Interfaces:
- StreamTokenHandler
- Direct Known Subclasses:
- ExecuteMacroInputStream.UnknownMacro, MappedTokenHandler, ResolveUrlInputStream.UrlResolver
public abstract class StringTokenHandler
- extends Object
- implements StreamTokenHandler
- Version:
- $Revision$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringTokenHandler
public StringTokenHandler()
handleToken
public abstract String handleToken(String token)
throws IOException
- Throws:
IOException
processToken
public final InputStream processToken(String token)
throws IOException
- Specified by:
processToken in interface StreamTokenHandler
- Throws:
IOException
Copyright © 2011 The Codehaus Foundation. All Rights Reserved.