railo.runtime.extension
Class ExtensionProviderImpl

java.lang.Object
  extended by railo.runtime.extension.ExtensionProviderImpl
All Implemented Interfaces:
ExtensionProvider

public class ExtensionProviderImpl
extends Object
implements ExtensionProvider


Constructor Summary
ExtensionProviderImpl(String strUrl, boolean readOnly)
           
ExtensionProviderImpl(URL url, boolean readOnly)
           
 
Method Summary
 boolean equals(Object obj)
           
 URL getUrl()
          return the url of the extension
 String getUrlAsString()
          returns the url of the extension as a string
 int hashCode()
           
 boolean isReadOnly()
          is the extension readonly
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtensionProviderImpl

public ExtensionProviderImpl(URL url,
                             boolean readOnly)

ExtensionProviderImpl

public ExtensionProviderImpl(String strUrl,
                             boolean readOnly)
Method Detail

getUrl

public URL getUrl()
           throws MalformedURLException
Description copied from interface: ExtensionProvider
return the url of the extension

Specified by:
getUrl in interface ExtensionProvider
Returns:
the url
Throws:
MalformedURLException

getUrlAsString

public String getUrlAsString()
Description copied from interface: ExtensionProvider
returns the url of the extension as a string

Specified by:
getUrlAsString in interface ExtensionProvider
Returns:
url

isReadOnly

public boolean isReadOnly()
Description copied from interface: ExtensionProvider
is the extension readonly

Specified by:
isReadOnly in interface ExtensionProvider
Returns:
is readonly

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 Railo