Interface ModelDirectory
- All Known Implementing Classes:
ModelDirectoryImpl
public interface ModelDirectory
A directory holding model files.
The model dir is capable to detect changes, usually model files added by the Wurbelizer.
The model dir is capable to detect changes, usually model files added by the Wurbelizer.
- Author:
- harald
-
Method Details
-
getPath
-
getURLs
Gets the model file URLs.- Returns:
- the list of urls, never null
- Throws:
ModelException
-
getModelDefaults
-
getEntityAliases
-
hasChanged
boolean hasChanged()Returns whether the directory has changed.- Returns:
- true if changed
-
markDirty
void markDirty()Marks this directory dirty.
-