com.atlassian.plugin.cache.filecache.impl
Class ThrowingFileOpener

java.lang.Object
  extended by com.atlassian.plugin.cache.filecache.impl.ThrowingFileOpener

public class ThrowingFileOpener
extends Object


Constructor Summary
ThrowingFileOpener()
           
 
Method Summary
 OutputStream open(File file)
           
 void setOnClose(RuntimeException onClose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowingFileOpener

public ThrowingFileOpener()
Method Detail

open

public OutputStream open(File file)
                  throws IOException
Throws:
IOException

setOnClose

public void setOnClose(RuntimeException onClose)


Copyright © 2013 Atlassian. All Rights Reserved.