Package org.codehaus.mojo.build
Class OutputFormat
- java.lang.Object
-
- org.codehaus.mojo.build.OutputFormat
-
- Direct Known Subclasses:
JsonOutputFormat,PropertiesOutputFormat
public abstract class OutputFormat extends Object
-
-
Constructor Summary
Constructors Constructor Description OutputFormat()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static OutputFormatgetOutputFormatFor(String fileName)abstract booleanhandles(String fileName)abstract voidwrite(Properties props, OutputStream out)
-
-
-
Method Detail
-
getOutputFormatFor
public static OutputFormat getOutputFormatFor(String fileName)
-
handles
public abstract boolean handles(String fileName)
-
write
public abstract void write(Properties props, OutputStream out) throws IOException
- Throws:
IOException
-
-