|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectredora.generator.FileLocations
public class FileLocations
Some rigid and static locations of several files and directories. The baseProjectDir parameter can add a directory prefix.
| Field Summary | |
|---|---|
String |
applicationFile
../resources/application.xml |
String |
buildDir
target (set by Maven) |
String |
includeDir
../resources/model/includes |
String |
modelDir
../resources/model |
String |
redoraDir
~/redora |
String |
resourceDir
src/main/resources |
String |
sourceDir
src/main/java |
String |
templatesDir
|
String |
upgradeDir
../resources/upgrade |
| Constructor Summary | |
|---|---|
FileLocations(String buildDir,
String artifactId)
src/main/resources/templates/ |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String buildDir
public final String sourceDir
public final String resourceDir
public final String applicationFile
public final String modelDir
public final String includeDir
public final String upgradeDir
public final String redoraDir
public final String templatesDir
| Constructor Detail |
|---|
public FileLocations(String buildDir,
String artifactId)
throws ModelGenerationException
ModelGenerationException| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||