|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenContainer
GenContainer is the primary access point to the generic generation engine. When a generation is complete, the GenContainer is the thing that the generated contents are created in.
Method Summary | |
---|---|
void |
addException(java.lang.Throwable thr)
Add an exception for the Designer to display |
java.util.Collection |
findElements(java.util.List nodeNames)
|
java.util.Collection |
findElements(java.lang.String pathName)
|
java.util.Collection |
findElementsReferencing(java.lang.Object domainObject)
Find all the GenElements which have this domain object as their primary reference. |
GenElement |
findSingleElement(java.lang.String pathName)
Finds a single element according to the search string |
java.util.Collection |
getExceptions()
|
GenerationSource |
getGenerationSource()
Get the GenerationSource which was the source of the contents of this container |
GenElement |
getRoot()
|
Method Detail |
---|
void addException(java.lang.Throwable thr)
thr
- The exceptionjava.util.Collection findElements(java.util.List nodeNames)
java.util.Collection findElements(java.lang.String pathName)
java.util.Collection findElementsReferencing(java.lang.Object domainObject)
domainObject
- GenElement findSingleElement(java.lang.String pathName)
pathName
- java.util.Collection getExceptions()
GenerationSource getGenerationSource()
GenElement getRoot()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |