Package org.eclipse.tycho.core.shared
Interface BuildPropertiesParser
-
- All Known Implementing Classes:
BuildPropertiesParserImpl
public interface BuildPropertiesParser
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILD_PROPERTIES
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildProperties
parse(File baseDir)
Parse the file "build.properties" in baseDir.
-
-
-
Field Detail
-
BUILD_PROPERTIES
static final String BUILD_PROPERTIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
BuildProperties parse(File baseDir)
Parse the file "build.properties" in baseDir. If the file does not exist or cannot be read, an "empty"BuildProperties
will be returned.
-
-