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