Class NutsSpringBootConfiguration
java.lang.Object
net.thevpc.nuts.springboot.NutsSpringBootConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnOut(org.springframework.boot.ApplicationArguments applicationArguments) nTerminal(org.springframework.boot.ApplicationArguments applicationArguments) nutsApplication(NWorkspace workspace, org.springframework.boot.ApplicationArguments applicationArguments) nutsBeanContainer(NWorkspace workspace) nutsCmdLines(org.springframework.boot.ApplicationArguments applicationArguments) org.springframework.boot.CommandLineRunnernutsCommandLineRunner(NWorkspace workspace) nutsConcurrent(org.springframework.boot.ApplicationArguments applicationArguments) nutsDefinitionFilters(org.springframework.boot.ApplicationArguments applicationArguments) nutsDependencyFilters(org.springframework.boot.ApplicationArguments applicationArguments) nutsExtensions(org.springframework.boot.ApplicationArguments applicationArguments) nutsIdFilters(org.springframework.boot.ApplicationArguments applicationArguments) nutsIO(org.springframework.boot.ApplicationArguments applicationArguments) nutsProgressMonitors(org.springframework.boot.ApplicationArguments applicationArguments) nutsSession(org.springframework.boot.ApplicationArguments applicationArguments) nutsTerminal(org.springframework.boot.ApplicationArguments applicationArguments) nutsWorkspace(org.springframework.boot.ApplicationArguments applicationArguments)
-
Constructor Details
-
NutsSpringBootConfiguration
public NutsSpringBootConfiguration()
-
-
Method Details
-
nutsBeanContainer
-
nTerminal
@Bean public NTerminal nTerminal(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nOut
@Bean public NPrintStream nOut(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsSession
@Bean public NSession nutsSession(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsTerminal
@Bean public NTerminal nutsTerminal(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsIdFilters
@Bean public NIdFilters nutsIdFilters(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsDependencyFilters
@Bean public NDependencyFilters nutsDependencyFilters(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsDefinitionFilters
@Bean public NDefinitionFilters nutsDefinitionFilters(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsProgressMonitors
@Bean public NProgressMonitors nutsProgressMonitors(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsIO
@Bean public NIO nutsIO(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsExtensions
@Bean public NExtensions nutsExtensions(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsConcurrent
@Bean public NConcurrent nutsConcurrent(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsCmdLines
@Bean public NCmdLines nutsCmdLines(org.springframework.boot.ApplicationArguments applicationArguments) -
nutsApplication
@Bean public NApplication nutsApplication(@Autowired NWorkspace workspace, @Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsWorkspace
@Bean public NWorkspace nutsWorkspace(@Autowired org.springframework.boot.ApplicationArguments applicationArguments) -
nutsCommandLineRunner
@Bean public org.springframework.boot.CommandLineRunner nutsCommandLineRunner(@Autowired NWorkspace workspace)
-