Package net.walend.director

Director is a kit for creating objects as specified in a PropertySource.

See:
          Description

Interface Summary
FancyDirector This optional interface lets you create a custom map between roles and classes that fill those rolls.
 

Class Summary
Director This static convinience class provides shortcuts to get to singleton classes and nonpersistent classes.
DirectorPropertySource This class is a SimplePropertySource for lyophil.properties.
GenericDirector This class implemetns a simple FancyDirector driven off of the director.properties file.
 

Exception Summary
ClassForRoleNotFoundException Throw this exception when a Director, Mother, Freezer or Digger can not find the correct class to instantiate for a given role.
DirectorRuntimeException An abstract NestedRuntimeException for the Lyophilizer kit.
ObjectForRoleNotFoundException Throw this exception when a Director, Mother, Freezer or Digger can not find the correct class to instantiate for a given role.
 

Package net.walend.director Description

Director is a kit for creating objects as specified in a PropertySource. It provides simple intances and per-jvm singletons. I plan to add per-thread instances as well.



Copyright (c) 2000, 2001, David Walend