|
ozone core API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ClassBuilder | The builder part of the builder director pattern. |
ClassDirector | Interface for directors. |
ClassQuery | User: Jocke Date: 2004-jan-02 Time: 00:41:23 |
MethodResolver | Common interface for resolving update methods Date: 2003-sep-24 Time: 20:36:04 |
MethodResolver.UpdateMethodBag | interface that recievers of update methods must implement |
Class Summary | |
ClassBuilder.Parameter | Represents a parameter. |
Exception Summary | |
BuilderException | |
ResolverException | Exception for problems during method resolveing. |
This package contains the interfaces involved in source generation. Proxy generation involves the following tasks:
Resolveing update methods is dune by using a method resolver or a combination of multiple method resolvers.
The input is read using by a Director. The director uses the given input to direct the build.
The output is generated by using a builder. Like MethodResolvers can be combined to use multiple sources to resolve update methods, builders can be combined to generate multiple outputs simultaniously from a single source.
|
ozone core API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |