public class RemoteTomcat extends Object
| Modifier and Type | Field and Description |
|---|---|
net.thevpc.nuts.NutsCommandLine |
cmdLine |
net.thevpc.nuts.NutsApplicationContext |
context |
net.thevpc.nuts.NutsPath |
sharedConfigFolder |
| Constructor and Description |
|---|
RemoteTomcat(net.thevpc.nuts.NutsApplicationContext applicationContext,
net.thevpc.nuts.NutsCommandLine cmdLine) |
| Modifier and Type | Method and Description |
|---|---|
RemoteTomcatConfigService |
createTomcatConfig(String name) |
net.thevpc.nuts.NutsApplicationContext |
getContext() |
void |
list(net.thevpc.nuts.NutsCommandLine args) |
RemoteTomcatConfigService[] |
listConfig() |
RemoteTomcatAppConfigService |
loadApp(String name) |
RemoteTomcatConfigService |
loadOrCreateTomcatConfig(String name) |
RemoteTomcatServiceBase |
loadServiceBase(String name) |
RemoteTomcatConfigService |
loadTomcatConfig(net.thevpc.nuts.NutsPath name) |
RemoteTomcatConfigService |
loadTomcatConfig(String name) |
RemoteTomcatServiceBase |
readBaseServiceArg(net.thevpc.nuts.NutsCommandLine args) |
void |
remove(net.thevpc.nuts.NutsCommandLine args) |
void |
reset(net.thevpc.nuts.NutsCommandLine args) |
void |
restart(net.thevpc.nuts.NutsCommandLine args,
boolean shutdown) |
void |
runArgs() |
void |
setContext(net.thevpc.nuts.NutsApplicationContext context) |
void |
show(net.thevpc.nuts.NutsCommandLine args) |
RemoteTomcatConfigService |
toRemoteTomcatConfigService(RemoteTomcatServiceBase s) |
public net.thevpc.nuts.NutsApplicationContext context
public net.thevpc.nuts.NutsCommandLine cmdLine
public net.thevpc.nuts.NutsPath sharedConfigFolder
public RemoteTomcat(net.thevpc.nuts.NutsApplicationContext applicationContext,
net.thevpc.nuts.NutsCommandLine cmdLine)
public void runArgs()
public void list(net.thevpc.nuts.NutsCommandLine args)
public void remove(net.thevpc.nuts.NutsCommandLine args)
public void restart(net.thevpc.nuts.NutsCommandLine args,
boolean shutdown)
public void reset(net.thevpc.nuts.NutsCommandLine args)
public RemoteTomcatConfigService[] listConfig()
public void show(net.thevpc.nuts.NutsCommandLine args)
public RemoteTomcatConfigService loadTomcatConfig(String name)
public RemoteTomcatConfigService loadTomcatConfig(net.thevpc.nuts.NutsPath name)
public RemoteTomcatConfigService createTomcatConfig(String name)
public RemoteTomcatConfigService loadOrCreateTomcatConfig(String name)
public RemoteTomcatServiceBase loadServiceBase(String name)
public RemoteTomcatServiceBase readBaseServiceArg(net.thevpc.nuts.NutsCommandLine args)
public RemoteTomcatAppConfigService loadApp(String name)
public net.thevpc.nuts.NutsApplicationContext getContext()
public void setContext(net.thevpc.nuts.NutsApplicationContext context)
public RemoteTomcatConfigService toRemoteTomcatConfigService(RemoteTomcatServiceBase s)
Copyright © 2022 vpc open source initiative. All rights reserved.