|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectredora.generator.ModelFileFinder
public class ModelFileFinder
Finds model files.
FileLocations| Constructor Summary | |
|---|---|
ModelFileFinder(FileLocations where,
String artifactId)
|
|
| Method Summary | |
|---|---|
File |
allModelFiles()
Finds dumped allModel xml file in the local directory. |
Set<String> |
findIncludeFiles()
Get all include documents file list |
Set<String> |
findModelFiles()
Get all model documents file list |
File |
normalizedModelFile(String modelName)
Finds dumped model xml file in the ~/.redora directory. |
SortedSet<String> |
upgradeFiles()
Finds upgrade files in the upgrade directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelFileFinder(@NotNull
FileLocations where,
@NotNull
String artifactId)
| Method Detail |
|---|
@NotNull public Set<String> findModelFiles()
@NotNull public Set<String> findIncludeFiles()
@NotNull public SortedSet<String> upgradeFiles()
@NotNull
public File normalizedModelFile(@NotNull
String modelName)
modelName - Name of the model including .xml
@NotNull public File allModelFiles()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||