A B C E L P R S V W 

A

addLineWriter(LineWriter) - Method in class com.github.dakusui.cmd.io.LineConsumer
 
asString() - Method in class com.github.dakusui.cmd.io.RingBufferedLineWriter
 

B

BasicLineReader - Class in com.github.dakusui.cmd.io
 
BasicLineReader(Charset, int, InputStream) - Constructor for class com.github.dakusui.cmd.io.BasicLineReader
Creates an object of this class.

C

close() - Method in class com.github.dakusui.cmd.io.BasicLineReader
 
close() - Method in interface com.github.dakusui.cmd.io.LineReader
 
com.github.dakusui.cmd - package com.github.dakusui.cmd
 
com.github.dakusui.cmd.exceptions - package com.github.dakusui.cmd.exceptions
 
com.github.dakusui.cmd.io - package com.github.dakusui.cmd.io
 
Command - Class in com.github.dakusui.cmd
 
Command.SourceType - Enum in com.github.dakusui.cmd
 
CommandException - Exception in com.github.dakusui.cmd.exceptions
An exception class to indicate an error is detected during command execution
CommandException() - Constructor for exception com.github.dakusui.cmd.exceptions.CommandException
Creates an object of this class.
CommandException(String) - Constructor for exception com.github.dakusui.cmd.exceptions.CommandException
Creates an object of this class.
CommandException(Throwable) - Constructor for exception com.github.dakusui.cmd.exceptions.CommandException
Creates an object of this class.
CommandException(String, Throwable) - Constructor for exception com.github.dakusui.cmd.exceptions.CommandException
Creates an object of this class.
CommandFactory - Class in com.github.dakusui.cmd
 
commandLine() - Method in class com.github.dakusui.cmd.CommandResult
 
CommandResult - Class in com.github.dakusui.cmd
 
CommandResult(String, int, String, String, String) - Constructor for class com.github.dakusui.cmd.CommandResult
 
CommandRuntimeException - Exception in com.github.dakusui.cmd.exceptions
An exception class to indicate a misuse of this library is detected.
CommandRuntimeException() - Constructor for exception com.github.dakusui.cmd.exceptions.CommandRuntimeException
Creates an object of this class.
CommandRuntimeException(String) - Constructor for exception com.github.dakusui.cmd.exceptions.CommandRuntimeException
Creates an object of this class.
CommandRuntimeException(Throwable) - Constructor for exception com.github.dakusui.cmd.exceptions.CommandRuntimeException
Creates an object of this class.
CommandRuntimeException(String, Throwable) - Constructor for exception com.github.dakusui.cmd.exceptions.CommandRuntimeException
Creates an object of this class.
CommandTimeoutException - Exception in com.github.dakusui.cmd.exceptions
 
CommandTimeoutException() - Constructor for exception com.github.dakusui.cmd.exceptions.CommandTimeoutException
 
CommandTimeoutException(String) - Constructor for exception com.github.dakusui.cmd.exceptions.CommandTimeoutException
 
CommandTimeoutException(Throwable) - Constructor for exception com.github.dakusui.cmd.exceptions.CommandTimeoutException
 
CommandTimeoutException(String, Throwable) - Constructor for exception com.github.dakusui.cmd.exceptions.CommandTimeoutException
 

E

exec(int) - Method in class com.github.dakusui.cmd.Command
Executes this command in a synchronous manner.
exitCode() - Method in class com.github.dakusui.cmd.CommandResult
 

L

LineConsumer - Class in com.github.dakusui.cmd.io
 
LineConsumer(LineReader) - Constructor for class com.github.dakusui.cmd.io.LineConsumer
 
LineReader - Interface in com.github.dakusui.cmd.io
 
LineWriter - Interface in com.github.dakusui.cmd.io
 
LoggerLineWriter - Enum in com.github.dakusui.cmd.io
 

P

pid() - Method in class com.github.dakusui.cmd.Command
 

R

read() - Method in class com.github.dakusui.cmd.io.BasicLineReader
 
read() - Method in interface com.github.dakusui.cmd.io.LineReader
 
RingBufferedLineWriter - Class in com.github.dakusui.cmd.io
 
RingBufferedLineWriter(int) - Constructor for class com.github.dakusui.cmd.io.RingBufferedLineWriter
 
run(int, String[], String) - Static method in class com.github.dakusui.cmd.CommandFactory
 
run() - Method in class com.github.dakusui.cmd.io.LineConsumer
 
runLocal(int, String) - Static method in class com.github.dakusui.cmd.CommandFactory
 
runLocal(String) - Static method in class com.github.dakusui.cmd.CommandFactory
 
runRemote(String, String, String, String) - Static method in class com.github.dakusui.cmd.CommandFactory
 
runRemote(int, String, String, String, String) - Static method in class com.github.dakusui.cmd.CommandFactory
 

S

stderr() - Method in class com.github.dakusui.cmd.CommandResult
 
stdout() - Method in class com.github.dakusui.cmd.CommandResult
 
stdouterr() - Method in class com.github.dakusui.cmd.CommandResult
 

V

valueOf(String) - Static method in enum com.github.dakusui.cmd.Command.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.dakusui.cmd.io.LoggerLineWriter
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.dakusui.cmd.Command.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.dakusui.cmd.io.LoggerLineWriter
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(String) - Method in interface com.github.dakusui.cmd.io.LineWriter
 
write(String) - Method in class com.github.dakusui.cmd.io.RingBufferedLineWriter
 
A B C E L P R S V W 

Copyright © 2013. All Rights Reserved.