Class NaruSessionDirective
java.lang.Object
net.thevpc.naru.impl.registry.builtindirectives.AbstractDirective
net.thevpc.naru.impl.registry.builtindirectives.session.NaruSessionDirective
- All Implemented Interfaces:
NaruDirective
-
Nested Class Summary
Nested classes/interfaces inherited from class net.thevpc.naru.impl.registry.builtindirectives.AbstractDirective
AbstractDirective.AbstractSubCommand, AbstractDirective.SubCommand, AbstractDirective.SubCommandHelp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteChangeVisibility(NAruVisibility makePublic, NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteCopy(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteDelete(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteList(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteLoad(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteName(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteNew(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecutePurge(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteReload(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteReset(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteRestore(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteSave(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) Methods inherited from class net.thevpc.naru.impl.registry.builtindirectives.AbstractDirective
addCandidates, execute, executeHelp, getAliases, getDescription, group, name, noCommand, noCommand, register, resolveCandidates, subCommand
-
Constructor Details
-
NaruSessionDirective
public NaruSessionDirective()
-
-
Method Details
-
executeList
-
executePurge
public void executePurge(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) -
executeDelete
public void executeDelete(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) -
executeReload
public void executeReload(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) -
executeLoad
-
executeRestore
public void executeRestore(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) -
executeSave
-
executeNew
-
executeReset
public void executeReset(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) -
executeCopy
-
executeName
-
executeChangeVisibility
public void executeChangeVisibility(NAruVisibility makePublic, NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine)
-