Package org.codehaus.mojo.build
Class JsonOutputFormat
- java.lang.Object
-
- org.codehaus.mojo.build.OutputFormat
-
- org.codehaus.mojo.build.JsonOutputFormat
-
public class JsonOutputFormat extends OutputFormat
-
-
Constructor Summary
Constructors Constructor Description JsonOutputFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandles(String fileName)voidwrite(Properties props, OutputStream out)-
Methods inherited from class org.codehaus.mojo.build.OutputFormat
getOutputFormatFor
-
-
-
-
Method Detail
-
handles
public boolean handles(String fileName)
- Specified by:
handlesin classOutputFormat
-
write
public void write(Properties props, OutputStream out) throws IOException
- Specified by:
writein classOutputFormat- Throws:
IOException
-
-