public class ProjectProperties extends SyncedPropertiesFile
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_PROJECT_FILE
Name of the property specifying the project file name
|
Constructor and Description |
---|
ProjectProperties(File projectPropertiesFile,
Properties defaultProperties)
Create project properties.
|
Modifier and Type | Method and Description |
---|---|
String |
getProjectFileName()
Get the project file name.
|
void |
setProjectFileName(String filename)
Set the project file name.
|
getProperty, getPropertyQuiet, setProperty, setPropertyQuiet
public static final String PROPERTY_PROJECT_FILE
public ProjectProperties(File projectPropertiesFile, Properties defaultProperties) throws IOException
projectPropertiesFile
- the project properties filedefaultProperties
- the properties with default settings, may be
null
IOException
- if reading the properties file failsBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a