public interface BuildPropertiesParser
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionparse(File baseDir, Interpolator interpolator) Parse the file "build.properties" in baseDir.parse(ReactorProject project)
-
Field Details
-
BUILD_PROPERTIES
- See Also:
-
-
Method Details
-
parse
-
parse
Parse the file "build.properties" in baseDir. If the file does not exist or cannot be read, an "empty"BuildPropertieswill be returned.
-