Package org.codehaus.mojo.build
Class OutputFormat
java.lang.Object
org.codehaus.mojo.build.OutputFormat
- Direct Known Subclasses:
JsonOutputFormat
,PropertiesOutputFormat
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OutputFormat
getOutputFormatFor
(String fileName) abstract boolean
abstract void
write
(Properties props, OutputStream out)
-
Constructor Details
-
OutputFormat
public OutputFormat()
-
-
Method Details
-
getOutputFormatFor
-
handles
-
write
- Throws:
IOException
-