Package org.graffiti.plugin.io.resources
Class AbstractResourceIOHandler
java.lang.Object
org.graffiti.plugin.io.resources.AbstractResourceIOHandler
- All Implemented Interfaces:
ResourceIOHandler
- Direct Known Subclasses:
FileSystemHandler
,FTPhandler
,HTTPhandler
,HTTPShandler
public abstract class AbstractResourceIOHandler extends Object implements ResourceIOHandler
-
Constructor Summary
Constructors Constructor Description AbstractResourceIOHandler()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.graffiti.plugin.io.resources.ResourceIOHandler
copyDataAndReplaceURLPrefix, getInputStream, getPrefix
-
Constructor Details
-
AbstractResourceIOHandler
public AbstractResourceIOHandler()
-
-
Method Details
-
saveAs
- Specified by:
saveAs
in interfaceResourceIOHandler
- Throws:
Exception
-
save
- Specified by:
save
in interfaceResourceIOHandler
- Throws:
Exception
-