A C D E G I O P R S W

A

AbstractCmdLine - Class in com.cedarsoft.utils
Base class that delegates all methods to the a few core methods.
AbstractCmdLine() - Constructor for class com.cedarsoft.utils.AbstractCmdLine
 
addAnswer(Object) - Method in class com.cedarsoft.utils.StringCmdLine
 
addExpectedOut(String) - Method in class com.cedarsoft.utils.StringCmdLine
 
AnsiAwareConsolePrinter - Class in com.cedarsoft.utils
A console printer that is ansi aware
AnsiAwareConsolePrinter() - Constructor for class com.cedarsoft.utils.AnsiAwareConsolePrinter
 

C

CmdLine - Interface in com.cedarsoft.utils
Provides access to the command line
com.cedarsoft.utils - package com.cedarsoft.utils
 
ConsolePrinter - Interface in com.cedarsoft.utils
Interface that creates messages to be printed to the console.
create(String) - Method in interface com.cedarsoft.utils.ObjectFactory
 
createError(String, Object...) - Method in class com.cedarsoft.utils.AnsiAwareConsolePrinter
 
createError(String, Object...) - Method in interface com.cedarsoft.utils.ConsolePrinter
Creates an error message
createError(String, Object...) - Method in class com.cedarsoft.utils.DefaultConsolePrinter
 
createSuccess(String, Object...) - Method in class com.cedarsoft.utils.AnsiAwareConsolePrinter
 
createSuccess(String, Object...) - Method in interface com.cedarsoft.utils.ConsolePrinter
Creates a success message
createSuccess(String, Object...) - Method in class com.cedarsoft.utils.DefaultConsolePrinter
 
createWarning(String, Object...) - Method in class com.cedarsoft.utils.AnsiAwareConsolePrinter
 
createWarning(String, Object...) - Method in interface com.cedarsoft.utils.ConsolePrinter
Creates a warning
createWarning(String, Object...) - Method in class com.cedarsoft.utils.DefaultConsolePrinter
 

D

DefaultCmdLine - Class in com.cedarsoft.utils
The default command line
DefaultCmdLine() - Constructor for class com.cedarsoft.utils.DefaultCmdLine
 
DefaultConsolePrinter - Class in com.cedarsoft.utils

Date: 25.08.2006
Time: 00:59:19

DefaultConsolePrinter() - Constructor for class com.cedarsoft.utils.DefaultConsolePrinter
 
DummyCmdLine - Class in com.cedarsoft.utils
 
DummyCmdLine() - Constructor for class com.cedarsoft.utils.DummyCmdLine
 
DummyCmdLine(PrintStream) - Constructor for class com.cedarsoft.utils.DummyCmdLine
 

E

error(String, Object...) - Method in class com.cedarsoft.utils.AbstractCmdLine
 
error(String, Object...) - Method in interface com.cedarsoft.utils.CmdLine
Prints an error on the console
error(String, Object...) - Method in class com.cedarsoft.utils.StringCmdLine
 

G

getAnswers() - Method in class com.cedarsoft.utils.StringCmdLine
 
getConsolePrinter() - Method in class com.cedarsoft.utils.AbstractCmdLine
 
getConsolePrinter() - Method in class com.cedarsoft.utils.DefaultCmdLine
 
getConsolePrinter() - Method in class com.cedarsoft.utils.DummyCmdLine
 
getConsolePrinter() - Method in class com.cedarsoft.utils.StringCmdLine
 
getExpectedOut() - Method in class com.cedarsoft.utils.StringCmdLine
 
getIn() - Method in class com.cedarsoft.utils.DefaultCmdLine
 
getMessages() - Method in class com.cedarsoft.utils.StringCmdLine
 
getNextAnswer() - Method in class com.cedarsoft.utils.StringCmdLine
 
getOut() - Method in class com.cedarsoft.utils.AbstractCmdLine
 
getOut() - Method in class com.cedarsoft.utils.DefaultCmdLine
 
getOut() - Method in class com.cedarsoft.utils.DummyCmdLine
 
getOut() - Method in class com.cedarsoft.utils.StringCmdLine
 

I

isAnsiAware() - Static method in class com.cedarsoft.utils.DefaultCmdLine
 

O

ObjectFactory<T> - Interface in com.cedarsoft.utils
Creates an object from a string
ObjectFactory.InvalidRepresentationException - Exception in com.cedarsoft.utils
 
ObjectFactory.InvalidRepresentationException(String) - Constructor for exception com.cedarsoft.utils.ObjectFactory.InvalidRepresentationException
 
out(String, Object...) - Method in class com.cedarsoft.utils.AbstractCmdLine
 
out(Process) - Method in class com.cedarsoft.utils.AbstractCmdLine
 
out(String, Object...) - Method in interface com.cedarsoft.utils.CmdLine
Prints a message
out(Process) - Method in interface com.cedarsoft.utils.CmdLine
Redirect the output of the given process
out(String, Object...) - Method in class com.cedarsoft.utils.StringCmdLine
 
out(Process) - Method in class com.cedarsoft.utils.StringCmdLine
 
outNl() - Method in class com.cedarsoft.utils.AbstractCmdLine
 
outNl() - Method in interface com.cedarsoft.utils.CmdLine
Prints out a new line
outNl() - Method in class com.cedarsoft.utils.StringCmdLine
 

P

pause(int) - Method in interface com.cedarsoft.utils.CmdLine
Pauses the script
pause(int) - Method in class com.cedarsoft.utils.DefaultCmdLine
 
pause(int) - Method in class com.cedarsoft.utils.DummyCmdLine
 
pause(int) - Method in class com.cedarsoft.utils.StringCmdLine
 
printPossibleElements(List<? extends T>, Renderer<? super T, Object>) - Method in class com.cedarsoft.utils.AbstractCmdLine
 

R

read(String, List<String>) - Method in class com.cedarsoft.utils.AbstractCmdLine
 
read(String, List<String>, String) - Method in class com.cedarsoft.utils.AbstractCmdLine
 
read(String, List<? extends T>, Renderer<T, Object>, ObjectFactory<T>) - Method in class com.cedarsoft.utils.AbstractCmdLine
 
read(String) - Method in interface com.cedarsoft.utils.CmdLine
Reads a string form the console
read(String, String) - Method in interface com.cedarsoft.utils.CmdLine
Reads a string from the console.
read(String, List<String>) - Method in interface com.cedarsoft.utils.CmdLine
Reads a string
read(String, List<? extends T>, Renderer<T, Object>, ObjectFactory<T>) - Method in interface com.cedarsoft.utils.CmdLine
Reads a string from the console
read(String, List<String>, String) - Method in interface com.cedarsoft.utils.CmdLine
Reads a string from the console
read(String) - Method in class com.cedarsoft.utils.DefaultCmdLine
 
read(String, String) - Method in class com.cedarsoft.utils.DefaultCmdLine
 
read(String) - Method in class com.cedarsoft.utils.DummyCmdLine
 
read(String, String) - Method in class com.cedarsoft.utils.DummyCmdLine
 
read(String) - Method in class com.cedarsoft.utils.StringCmdLine
 
read(String, String) - Method in class com.cedarsoft.utils.StringCmdLine
 
readBoolean(String) - Method in interface com.cedarsoft.utils.CmdLine
Reads a boolean from the command line
readBoolean(String) - Method in class com.cedarsoft.utils.DefaultCmdLine
 
readBoolean(String) - Method in class com.cedarsoft.utils.DummyCmdLine
 
readBoolean(String) - Method in class com.cedarsoft.utils.StringCmdLine
 
readInt(String, int, int) - Method in interface com.cedarsoft.utils.CmdLine
Reads an int from the console
readInt(String) - Method in interface com.cedarsoft.utils.CmdLine
Reads an int from the console
readInt(String, int, int) - Method in class com.cedarsoft.utils.DefaultCmdLine
 
readInt(String) - Method in class com.cedarsoft.utils.DefaultCmdLine
 
readInt(String, int, int) - Method in class com.cedarsoft.utils.DummyCmdLine
 
readInt(String) - Method in class com.cedarsoft.utils.DummyCmdLine
 
readInt(String, int, int) - Method in class com.cedarsoft.utils.StringCmdLine
 
readInt(String) - Method in class com.cedarsoft.utils.StringCmdLine
 
readSelection(String, List<? extends T>) - Method in class com.cedarsoft.utils.AbstractCmdLine
 
readSelection(String, List<? extends T>, Renderer<? super T, Object>) - Method in class com.cedarsoft.utils.AbstractCmdLine
 
readSelection(String, List<? extends T>, Renderer<? super T, Object>) - Method in interface com.cedarsoft.utils.CmdLine
Select an element from the list
readSelection(String, List<? extends T>) - Method in interface com.cedarsoft.utils.CmdLine
Selects an element
removeAnswer(Object) - Method in class com.cedarsoft.utils.StringCmdLine
 

S

setAnswers(List<Object>) - Method in class com.cedarsoft.utils.StringCmdLine
 
StringCmdLine - Class in com.cedarsoft.utils
Command Line implementation that is based on strings.
StringCmdLine() - Constructor for class com.cedarsoft.utils.StringCmdLine
 
success(String, Object...) - Method in class com.cedarsoft.utils.AbstractCmdLine
 
success(String, Object...) - Method in interface com.cedarsoft.utils.CmdLine
Prints a success message
success(String, Object...) - Method in class com.cedarsoft.utils.StringCmdLine
 

W

warning(String, Object...) - Method in class com.cedarsoft.utils.AbstractCmdLine
 
warning(String, Object...) - Method in interface com.cedarsoft.utils.CmdLine
Prints a warning
warning(String, Object...) - Method in class com.cedarsoft.utils.StringCmdLine
 

A C D E G I O P R S W

Copyright © 2009 cedarsoft GmbH. All Rights Reserved.