|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gmail.thejcwk.semantics.ProjectConstants
public class ProjectConstants
Static class that contains project-wide constants.
| Nested Class Summary | |
|---|---|
static class |
ProjectConstants.DataFile
|
static class |
ProjectConstants.Subdirectory
|
| Constructor Summary | |
|---|---|
ProjectConstants()
|
|
| Method Summary | |
|---|---|
static java.io.File |
getFile(ProjectConstants.DataFile file)
Returns a File object specifying a platform-specific, absolute path an important project data file. |
static java.io.File |
getPath(ProjectConstants.Subdirectory dir)
Returns a platform-specific, absolute path to one of the project's sub-directories. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectConstants()
| Method Detail |
|---|
public static java.io.File getPath(ProjectConstants.Subdirectory dir)
dir - A member of the Subdirectory enum.
public static java.io.File getFile(ProjectConstants.DataFile file)
file - A member of the DataFile enum, specifying which file to return.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||