org.eclipse.gemini.blueprint.test.internal.util.jar.storage
Class FileSystemStorage

java.lang.Object
  extended by org.eclipse.gemini.blueprint.test.internal.util.jar.storage.FileSystemStorage
All Implemented Interfaces:
Storage

public class FileSystemStorage
extends Object
implements Storage

File-system based storage. Uses a temporary file for storing information.

Author:
Costin Leau

Constructor Summary
FileSystemStorage()
           
 
Method Summary
 void dispose()
           
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 org.springframework.core.io.Resource getResource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemStorage

public FileSystemStorage()
Method Detail

getInputStream

public InputStream getInputStream()
Specified by:
getInputStream in interface Storage

getOutputStream

public OutputStream getOutputStream()
Specified by:
getOutputStream in interface Storage

dispose

public void dispose()
Specified by:
dispose in interface Storage

getResource

public org.springframework.core.io.Resource getResource()
Specified by:
getResource in interface Storage


Copyright © 2006-2013. All Rights Reserved.