public interface NBootWorkspaceFactory
| Modifier and Type | Method and Description |
|---|---|
NWorkspaceBase |
createWorkspace(NBootOptionsInfo options)
create workspace with the given options
|
int |
getBootScore(NBootOptionsInfo options)
when multiple factories are available, the best one is selected according to
the maximum value of
getBootScore(options). |
NWorkspaceBase |
runWorkspace(NBootOptionsInfo options) |
int getBootScore(NBootOptionsInfo options)
getBootScore(options).
Note that default value (for the reference implementation) is NutsComponent.DEFAULT_SUPPORT.
Any value less or equal to zero is ignored (and the factory is discarded)options - command line optionsNWorkspaceBase createWorkspace(NBootOptionsInfo options)
options - boot init optionsNWorkspaceBase runWorkspace(NBootOptionsInfo options)
Copyright © 2025 vpc open source initiative. All rights reserved.