public class ModelDirectory extends Object
| Constructor and Description |
|---|
ModelDirectory(String modelDir,
ModelDefaults defaults)
Creates a model directory object.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Gets the directory file.
|
ModelDefaults |
getModelDefaults()
Gets the model defaults.
|
boolean |
hasChanged()
Returns whether the directory has changed.
|
void |
markDirty()
Marks this directory dirty.
|
public ModelDirectory(String modelDir, ModelDefaults defaults) throws ModelException
modelDir - the directory namedefaults - the model defaultsModelException - if directory does not exist or is not a directorypublic File getFile()
public ModelDefaults getModelDefaults()
public boolean hasChanged()
public void markDirty()
Copyright © 2016 Krake Softwaretechnik. All rights reserved.