|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.util.SyncedPropertiesFile
eu.esdihumboldt.hale.server.projects.impl.internal.ProjectProperties
public class ProjectProperties
Project configuration properties.
Field Summary | |
---|---|
static String |
PROPERTY_ENABLED
Name of the property specifying if a project is enabled |
static String |
PROPERTY_PROJECT_FILE
Name of the property specifying the project file name |
Constructor Summary | |
---|---|
ProjectProperties(File projectPropertiesFile)
Create project properties. |
Method Summary | |
---|---|
String |
getProjectFileName()
Get the project file name. |
boolean |
isEnabled()
Specifies if the project is enabled. |
void |
setEnabled(boolean enabled)
Set if the project is enabled. |
void |
setProjectFileName(String filename)
Set the project file name. |
Methods inherited from class eu.esdihumboldt.util.SyncedPropertiesFile |
---|
getProperty, getPropertyQuiet, setProperty, setPropertyQuiet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_ENABLED
public static final String PROPERTY_PROJECT_FILE
Constructor Detail |
---|
public ProjectProperties(File projectPropertiesFile) throws IOException
projectPropertiesFile
- the project properties file
IOException
- if reading the properties file failsMethod Detail |
---|
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- if the project is enabledpublic String getProjectFileName()
null
public void setProjectFileName(String filename)
filename
- the project file name
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |