net.walend.lyophil
Class Director

java.lang.Object
  |
  +--net.walend.director.Director
        |
        +--net.walend.lyophil.Director

public class Director
extends Director

A static extension of Director that holds some convinience methods for the lyophilizer.

Since:
20001127
Author:
David Walend

Field Summary
 
Fields inherited from class net.walend.director.Director
 
Constructor Summary
Director()
           
 
Method Summary
static Freezer getFreezer()
          Return the Freezer.
static IdentifierSource getIdentifierSource()
          Return the IdentifierSource.
static Mother getMother()
          Return the Mother.
 
Methods inherited from class net.walend.director.Director
getClassForRole, getObjectForRole, getPropertySource, getSingletonForRole
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Director

public Director()
Method Detail

getIdentifierSource

public static IdentifierSource getIdentifierSource()
Return the IdentifierSource.

Throws:
ClassForRoleNotFoundException - if the FancyDirector can not map the class to a role.
CannotCreateException - if the FancyDirector can not construct the object.

getFreezer

public static Freezer getFreezer()
Return the Freezer.

Throws:
ClassForRoleNotFoundException - if the FancyDirector can not map the class to a role.
CannotCreateException - if the FancyDirector can not construct the object.

getMother

public static Mother getMother()
Return the Mother.

Throws:
ClassForRoleNotFoundException - if the FancyDirector can not map the class to a role.
CannotCreateException - if the FancyDirector can not construct the object.


Copyright (c) 2000, 2001, David Walend