com.bea.control.assembly
Class AssemblyContext

java.lang.Object
  extended by com.bea.control.assembly.AssemblyContext

public class AssemblyContext
extends Object

This is used by the AssembleTask ant task to hold assembly context factory elements from ant scripts when ant calls the task.


Constructor Summary
AssemblyContext()
           
 
Method Summary
 String getFactory()
           
 void setFactory(String factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblyContext

public AssemblyContext()
Method Detail

setFactory

public void setFactory(String factory)

getFactory

public String getFactory()