Uses of Class
com.aspectran.shell.command.OutputRedirection
-
Packages that use OutputRedirection Package Description com.aspectran.shell.command -
-
Uses of OutputRedirection in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return types with arguments of type OutputRedirection Modifier and Type Method Description java.util.List<OutputRedirection>CommandLineParser. getRedirectionList()Returns a list of the output redirection extracted from the command line.Method parameters in com.aspectran.shell.command with type arguments of type OutputRedirection Modifier and Type Method Description static java.io.PrintWriterOutputRedirection. determineOutputWriter(java.util.List<OutputRedirection> redirectionList, Console console)Returns theWriterinstances for translet output redirection.static java.lang.StringOutputRedirection. serialize(java.util.Collection<OutputRedirection> redirectionList)
-