org.codehaus.swizzle.stream
Class ExecuteMacroInputStream.Macro

java.lang.Object
  extended by org.codehaus.swizzle.stream.ExecuteMacroInputStream.Macro
Enclosing class:
ExecuteMacroInputStream

public static class ExecuteMacroInputStream.Macro
extends Object


Constructor Summary
ExecuteMacroInputStream.Macro(String token)
           
 
Method Summary
 String getArg(String key)
           
 Map getArgs()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteMacroInputStream.Macro

public ExecuteMacroInputStream.Macro(String token)
                              throws IOException
Throws:
IOException
Method Detail

getName

public String getName()

getArgs

public Map getArgs()

getArg

public String getArg(String key)


Copyright © 2011 The Codehaus Foundation. All Rights Reserved.