public class DefaultNWorkspaceExtension extends Object implements net.thevpc.nuts.core.NWorkspaceExtension
| Constructor and Description |
|---|
DefaultNWorkspaceExtension(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NId wiredId,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.artifact.NId |
configId() |
ClassLoader |
getClassLoader() |
List<net.thevpc.nuts.spi.NExtensionLifeCycle> |
getEvents() |
net.thevpc.nuts.util.NListMultiValueMap<String,String> |
getWiredComponents() |
net.thevpc.nuts.artifact.NId |
id() |
boolean |
isEnabled() |
net.thevpc.nuts.core.NWorkspaceExtension |
setEnabled(boolean enabled) |
public DefaultNWorkspaceExtension(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NId wiredId,
ClassLoader classLoader)
public boolean isEnabled()
isEnabled in interface net.thevpc.nuts.core.NWorkspaceExtensionpublic net.thevpc.nuts.core.NWorkspaceExtension setEnabled(boolean enabled)
public List<net.thevpc.nuts.spi.NExtensionLifeCycle> getEvents()
public net.thevpc.nuts.artifact.NId id()
id in interface net.thevpc.nuts.core.NWorkspaceExtensionpublic ClassLoader getClassLoader()
public net.thevpc.nuts.artifact.NId configId()
configId in interface net.thevpc.nuts.core.NWorkspaceExtensionCopyright © 2026 vpc open source initiative. All rights reserved.