public class

SuperBatchFilteringWriter

extends Writer
java.lang.Object
   ↳ java.io.Writer
     ↳ com.atlassian.jira.plugin.webresource.SuperBatchFilteringWriter

Class Overview

A writer that filters out superbatch web-resources. This is a bit of hack since we know that the WebResourceManager will call writer.write() with a tag per line (which will include 'superbatch').

Summary

[Expand]
Inherited Fields
From class java.io.Writer
Public Constructors
SuperBatchFilteringWriter()
Public Methods
void close()
void flush()
String toString()
void write(char[] cbuf, int off, int len)
[Expand]
Inherited Methods
From class java.io.Writer
From class java.lang.Object
From interface java.io.Closeable
From interface java.io.Flushable
From interface java.lang.Appendable
From interface java.lang.AutoCloseable

Public Constructors

public SuperBatchFilteringWriter ()

Public Methods

public void close ()

Throws
IOException

public void flush ()

Throws
IOException

public String toString ()

public void write (char[] cbuf, int off, int len)

Throws
IOException