Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.aendvari.cerberus.component.assembly.AssemblyContext

Uses of AssemblyContext in com.aendvari.cerberus.component.assembly
 

Fields in com.aendvari.cerberus.component.assembly declared as AssemblyContext
private  AssemblyContext ComponentAssembler.context
          The AssemblyContext supplying context specific information.
 

Methods in com.aendvari.cerberus.component.assembly with parameters of type AssemblyContext
 void AssembledComponent.createComponent(AssemblyContext context, com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor)
          Creates the component based on the provided descriptor.
 

Constructors in com.aendvari.cerberus.component.assembly with parameters of type AssemblyContext
ComponentAssembler(AssemblyContext setAssemblyContext, com.aendvari.cerberus.component.descriptor.AssemblyDescriptor setAssembly, com.aendvari.cerberus.component.directory.ComponentDirectory setDirectory)
          Constructs a ComponentAssembler instance.