org.globus.cog.karajan.util
Class ArgumentsMap

java.lang.Object
  extended by org.globus.cog.karajan.util.ArgumentsMap

public final class ArgumentsMap
extends Object


Method Summary
 void addChannel(Object owner, Arg.Channel channel)
           
 List getChannels(Object owner)
           
static ArgumentsMap getMap()
           
 Map getMaxIndices()
           
 Map getOptionals()
           
 Map getSortedArgs()
           
 Map getValidArgs()
           
 Set getVargs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMap

public static ArgumentsMap getMap()

getVargs

public Set getVargs()

getValidArgs

public Map getValidArgs()

getSortedArgs

public Map getSortedArgs()

getOptionals

public Map getOptionals()

getMaxIndices

public Map getMaxIndices()

addChannel

public void addChannel(Object owner,
                       Arg.Channel channel)

getChannels

public List getChannels(Object owner)