org.abstracthorizon.mercury.common
Class SimpleStorageManager.URLNameFix

java.lang.Object
  extended by javax.mail.URLName
      extended by org.abstracthorizon.mercury.common.SimpleStorageManager.URLNameFix
Enclosing class:
SimpleStorageManager

protected static class SimpleStorageManager.URLNameFix
extends javax.mail.URLName

Fix for url name


Field Summary
 
Fields inherited from class javax.mail.URLName
fullURL
 
Constructor Summary
SimpleStorageManager.URLNameFix(javax.mail.URLName urlName, String username)
          Constructor
 
Method Summary
 String getFile()
          Returns fixed filename of URL name (adding ref part
 
Methods inherited from class javax.mail.URLName
equals, getHost, getPassword, getPort, getProtocol, getRef, getURL, getUsername, hashCode, parseString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleStorageManager.URLNameFix

public SimpleStorageManager.URLNameFix(javax.mail.URLName urlName,
                                       String username)
Constructor

Parameters:
urlName - url name
username - username
Method Detail

getFile

public String getFile()
Returns fixed filename of URL name (adding ref part

Overrides:
getFile in class javax.mail.URLName
Returns:
file


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.