public OutputStream getOutputStream()

in src/main/java/org/apache/sling/maven/jspc/JspCClassLoaderWriter.java [46:52]


    public OutputStream getOutputStream(String fileName) {
        try {
            return FileUtils.openOutputStream(getFile(fileName));
        } catch (IOException e) {
            throw new RuntimeException(e);
        }
    }