|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.smc.Util
public class Util
Util functions for the smc plugin
Constructor Summary | |
---|---|
Util()
|
Method Summary | |
---|---|
static void |
copyStreamToFile(java.io.InputStream stream,
java.lang.String outputFilePath)
Uses the default charset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Util()
Method Detail |
---|
public static void copyStreamToFile(java.io.InputStream stream, java.lang.String outputFilePath) throws java.io.FileNotFoundException, java.io.IOException
stream
- outputFilePath
-
java.io.FileNotFoundException
- if the output file path is invalid
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |