metaglue
Class AgentDefinitionList

java.lang.Object
  |
  +--metaglue.AgentDefinitionList

public class AgentDefinitionList
extends Object


Field Summary
 Hashtable agentDefHierarchy
           
 Hashtable agentDefList
           
 
Constructor Summary
AgentDefinitionList()
           
 
Method Summary
 void buildAgentDefList()
          Build hierarchy of agent definitions for all classpath
 void buildAgentDefList(String directory)
          Build hierarchy of agent definitions under directory
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agentDefHierarchy

public Hashtable agentDefHierarchy

agentDefList

public Hashtable agentDefList
Constructor Detail

AgentDefinitionList

public AgentDefinitionList()
Method Detail

buildAgentDefList

public void buildAgentDefList()
Build hierarchy of agent definitions for all classpath
Throws:
IllegalArgumentException - if directory does not name a directory/is inaccessible

buildAgentDefList

public void buildAgentDefList(String directory)
Build hierarchy of agent definitions under directory
Throws:
IllegalArgumentException - if directory does not name a directory/is inaccessible

main

public static void main(String[] args)