@Configuration @ConditionalOnClass(value=net.thevpc.nuts.Nuts.class) public class NutsSpringBootConfiguration extends Object
| Constructor and Description |
|---|
NutsSpringBootConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.io.NPrintStream |
nOut(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.io.NTerminal |
nTerminal(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.NApplication |
nutsApplication(net.thevpc.nuts.NWorkspace workspace,
org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.cmdline.NCmdLines |
nutsCmdLines(org.springframework.boot.ApplicationArguments applicationArguments) |
org.springframework.boot.CommandLineRunner |
nutsCommandLineRunner(net.thevpc.nuts.NWorkspace workspace,
org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.NDefinitionFilters |
nutsDefinitionFilters(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.NDependencyFilters |
nutsDependencyFilters(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.ext.NExtensions |
nutsExtensions(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.format.NFormats |
nutsFormats(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.NIdFilters |
nutsIdFilters(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.io.NIO |
nutsIO(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.NLibPaths |
nutsLibPaths(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.expr.NExprs |
nutsNExprs(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.time.NProgressMonitors |
nutsProgressMonitors(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.concurrent.NScheduler |
nutsScheduler(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.NSession |
nutsSession(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.io.NTerminal |
nutsTerminal(org.springframework.boot.ApplicationArguments applicationArguments) |
net.thevpc.nuts.NWorkspace |
nutsWorkspace(org.springframework.boot.ApplicationArguments applicationArguments) |
@Bean
public net.thevpc.nuts.io.NTerminal nTerminal(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.io.NPrintStream nOut(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.NSession nutsSession(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.io.NTerminal nutsTerminal(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.expr.NExprs nutsNExprs(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.NIdFilters nutsIdFilters(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.NDependencyFilters nutsDependencyFilters(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.NDefinitionFilters nutsDefinitionFilters(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.NLibPaths nutsLibPaths(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.time.NProgressMonitors nutsProgressMonitors(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.io.NIO nutsIO(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.format.NFormats nutsFormats(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.ext.NExtensions nutsExtensions(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.concurrent.NScheduler nutsScheduler(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean public net.thevpc.nuts.cmdline.NCmdLines nutsCmdLines(org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.NApplication nutsApplication(@Autowired
net.thevpc.nuts.NWorkspace workspace,
@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public net.thevpc.nuts.NWorkspace nutsWorkspace(@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
@Bean
public org.springframework.boot.CommandLineRunner nutsCommandLineRunner(@Autowired
net.thevpc.nuts.NWorkspace workspace,
@Autowired
org.springframework.boot.ApplicationArguments applicationArguments)
Copyright © 2025 vpc open source initiative. All rights reserved.