public class ExtensionProviderImpl extends Object implements ExtensionProvider
Constructor and Description |
---|
ExtensionProviderImpl(String strUrl,
boolean readOnly) |
ExtensionProviderImpl(URL url,
boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
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() |
public ExtensionProviderImpl(URL url, boolean readOnly)
public ExtensionProviderImpl(String strUrl, boolean readOnly)
public URL getUrl() throws MalformedURLException
ExtensionProvider
getUrl
in interface ExtensionProvider
MalformedURLException
public String getUrlAsString()
ExtensionProvider
getUrlAsString
in interface ExtensionProvider
public boolean isReadOnly()
ExtensionProvider
isReadOnly
in interface ExtensionProvider
Copyright © 2015 Lucee