org.eclipse.gemini.blueprint.test.internal.util.jar.storage
Class FileSystemStorage
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemStorage
public FileSystemStorage()
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.