org.enhydra.zeus.generator |
|
Java Source File Name | Type | Comment |
IllegalOutputDirectoryException.java | Class |
IllegalOutputDirectoryException is an extension of
ZeusException that provides information
about an illegal directory specification. |
SimpleGenerator.java | Class |
Generator is the portion of Zeus that will convert
a set of constraints, visible through a
Binding ,
and output them as generated Java classes (to a
File [directory]). |
UnsupportedBindingTypeException.java | Class |
UnsupportedBindingTypeException is an extension of
ZeusException that provides information
about a binding type that is provided for generation, but is unsupported
in the referenced generation process (generally to a
org.enhydra.zeus.Generator . |