X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmircoders%2Fmedia%2FURLMediaHandler.java;h=c5604c7df78c00117c93a657d4d67f809420d265;hb=6b6b6215ebe066b81f1fa6b0c71a532ca7b4fc3f;hp=68d54f618ef93ed111073bd73fb559d347e9860d;hpb=afcbbd1dee154b4d24a4a77dacc7e07503dd182c;p=mir.git diff --git a/source/mircoders/media/URLMediaHandler.java b/source/mircoders/media/URLMediaHandler.java index 68d54f61..c5604c7d 100755 --- a/source/mircoders/media/URLMediaHandler.java +++ b/source/mircoders/media/URLMediaHandler.java @@ -51,16 +51,6 @@ public class URLMediaHandler implements MediaHandler { /** * {@inheritDoc} - * - * Since this media handler assumes the media is stored on a wholly different - * server, this operation is not applicable - */ - public void store(File aFile, Entity aMedia, Entity aMediaType) throws MediaExc, MediaFailure { - throw new UnsupportedOperationException(); - } - - /** - * {@inheritDoc} */ public void produce(Entity anEntity, Entity aMediaTypeEntity) throws MediaExc, MediaFailure { // nothing to do here @@ -78,11 +68,11 @@ public class URLMediaHandler implements MediaHandler { return "application/octetstream"; } - public String getStoragePath () throws MediaExc, MediaFailure { + public String getBaseStoragePath () throws MediaExc, MediaFailure { throw new UnsupportedOperationException(); } - public String getIconStoragePath () throws MediaExc, MediaFailure { + public String getBaseIconStoragePath () throws MediaExc, MediaFailure { throw new UnsupportedOperationException(); }