org.codehaus.swizzle.stream
Class ExecuteMacroInputStream.MacroLibrary

java.lang.Object
  extended by org.codehaus.swizzle.stream.ExecuteMacroInputStream.MacroLibrary
All Implemented Interfaces:
StreamTokenHandler
Enclosing class:
ExecuteMacroInputStream

public static class ExecuteMacroInputStream.MacroLibrary
extends Object
implements StreamTokenHandler


Constructor Summary
ExecuteMacroInputStream.MacroLibrary(Map macros)
           
 
Method Summary
 InputStream processToken(String token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteMacroInputStream.MacroLibrary

public ExecuteMacroInputStream.MacroLibrary(Map macros)
Method Detail

processToken

public InputStream processToken(String token)
                         throws IOException
Specified by:
processToken in interface StreamTokenHandler
Throws:
IOException


Copyright © 2011 The Codehaus Foundation. All Rights Reserved.