|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gvsig.i18n.utils.Project
Convenience class to manage the attributes of the project tag from the config.xml file.
Field Summary | |
java.lang.String |
basename
|
java.util.HashMap |
dictionaries
Stores the associated dictionaries. |
java.lang.String |
dir
|
java.lang.String |
propertyDir
The directory which stores the property files of the project. |
java.lang.String |
sourceKeys
Source of the keys: whether they are loaded from the property files of the project or they are searched inside the sources. |
java.lang.String[] |
srcDirs
Stores the subdirectories containing sources. |
Constructor Summary | |
Project()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String dir
public java.lang.String basename
public java.lang.String propertyDir
public java.lang.String sourceKeys
public java.util.HashMap dictionaries
Example:
Properties dictionary = (Properties)dictionaries.get("es");
public java.lang.String[] srcDirs
Constructor Detail |
public Project()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |