Groovy Documentation

org.grails.plugin.resources.stash
[Java] Interface StashWriter


public interface StashWriter

Writes a stash to the output.

Authors:
Patrick Jungermann


Method Summary
void write(java.io.Writer out, java.util.List stash)

Writes the stash's content to the writer.

 

Method Detail

write

public void write(java.io.Writer out, java.util.List stash)
Writes the stash's content to the writer.
throws:
IOException if there was a problem with writing the content to the writer.
Parameters:
out - The output writer.
stash - The stash.


 

Groovy Documentation