protected static final class ASURLClassLoader.URLEntry extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Returns true if two URL entries has equal URLs.
|
int |
hashCode()
Since equals is overridden, we need to override hashCode as well.
|
void |
setProtectionDomain(ClassLoader ejbClassLoader,
Certificate[] signers)
Sets ProtectionDomain with CodeSource including Signers in
Entry for use in call to defineClass.
|
String |
toString() |
public void setProtectionDomain(ClassLoader ejbClassLoader, Certificate[] signers) throws MalformedURLException
signers - the array of signer certs or nullMalformedURLExceptionpublic boolean equals(Object obj)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.