public interface ModelDirectory
| Modifier and Type | Method and Description |
|---|---|
EntityAliases |
getEntityAliases()
Gets the entity aliases.
|
List<String> |
getFileNames()
Gets the model file names.
|
ModelDefaults |
getModelDefaults()
Gets the model defaults.
|
String |
getPath()
Gets the directory path.
|
boolean |
hasChanged()
Returns whether the directory has changed.
|
void |
markDirty()
Marks this directory dirty.
|
String getPath()
List<String> getFileNames()
ModelDefaults getModelDefaults()
EntityAliases getEntityAliases()
boolean hasChanged()
void markDirty()
Tentackle - a domain driven enterprise framework