|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenerationSource
GenerationSource represents an object that a Generation can be run on, currently a Model.
Method Summary | |
---|---|
void |
addDependency(java.lang.String type,
java.lang.String id)
|
void |
addExternalModelProperty(java.lang.String propertyName,
java.lang.String propertyValue)
|
void |
clearModelXml()
|
void |
clearProfileSetNames()
|
java.util.Iterator |
getBuilderCalls()
|
java.util.Set |
getDependencies()
Get the things this Source depends on |
boolean |
getEnableGenerationCaching()
|
long |
getLastModified()
The date last modified |
java.lang.String |
getModelID()
Currently, the model IDs correspond exactly to the filename within WEB-INF/models |
com.bowstreet.util.MapOfLists |
getProfileSetEntries()
Gets the name of the profile entries for each ProfileSet used in this model |
java.util.List |
getProfileSetNames()
Get the names of the profile sets that are referenced in this Source |
java.lang.String |
getReadableName()
|
java.util.List |
getRuntimeProfileSetNames()
Gets a List of all of the ProfileSet names used for pure runtime. |
boolean |
getRuntimeRegenerateFlag()
|
Method Detail |
---|
void addDependency(java.lang.String type, java.lang.String id)
void addExternalModelProperty(java.lang.String propertyName, java.lang.String propertyValue)
void clearModelXml()
void clearProfileSetNames()
java.util.Iterator getBuilderCalls()
java.util.Set getDependencies()
boolean getEnableGenerationCaching()
long getLastModified()
java.lang.String getModelID()
com.bowstreet.util.MapOfLists getProfileSetEntries()
java.util.List getProfileSetNames()
java.lang.String getReadableName()
java.util.List getRuntimeProfileSetNames()
boolean getRuntimeRegenerateFlag()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |