public class NDefaultClassLoaderNode extends Object implements net.thevpc.nuts.NClassLoaderNode
| Constructor and Description |
|---|
NDefaultClassLoaderNode(net.thevpc.nuts.NId id,
URL url,
boolean enabled,
boolean includedInClasspath,
net.thevpc.nuts.NClassLoaderNode... dependencies) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<net.thevpc.nuts.NClassLoaderNode> |
getDependencies() |
net.thevpc.nuts.NId |
getId() |
URL |
getURL() |
int |
hashCode() |
boolean |
isEnabled() |
boolean |
isIncludedInClasspath() |
String |
toString() |
public NDefaultClassLoaderNode(net.thevpc.nuts.NId id,
URL url,
boolean enabled,
boolean includedInClasspath,
net.thevpc.nuts.NClassLoaderNode... dependencies)
public boolean isIncludedInClasspath()
isIncludedInClasspath in interface net.thevpc.nuts.NClassLoaderNodepublic boolean isEnabled()
isEnabled in interface net.thevpc.nuts.NClassLoaderNodepublic net.thevpc.nuts.NId getId()
getId in interface net.thevpc.nuts.NClassLoaderNodepublic URL getURL()
getURL in interface net.thevpc.nuts.NClassLoaderNodepublic List<net.thevpc.nuts.NClassLoaderNode> getDependencies()
getDependencies in interface net.thevpc.nuts.NClassLoaderNodeCopyright © 2025 vpc open source initiative. All rights reserved.