Uses of Interface
name.angoca.db2sa.cli.OutputWriter

Packages that use OutputWriter
name.angoca.db2sa.cli.system This package contains implementation of the UI in a pure Java way, using the System.In and System.out classes. 
name.angoca.db2sa.core This package has all the components that are part of the core. 
name.angoca.db2sa.core.executer This package has the components that makes a command to be executed in DB2. 
 

Uses of OutputWriter in name.angoca.db2sa.cli.system
 

Classes in name.angoca.db2sa.cli.system that implement OutputWriter
 class SystemOutputWriter
          Implementation of the screen printer using the System.out function.
 

Constructors in name.angoca.db2sa.cli.system with parameters of type OutputWriter
SystemInputReader(OutputWriter outputWriter, String prompt)
          Constructor that flushes the stream.
 

Uses of OutputWriter in name.angoca.db2sa.core
 

Methods in name.angoca.db2sa.core with parameters of type OutputWriter
static ExecutionState InterfaceCore.executeCommand(String command, OutputWriter writer)
          Execute the given command.
 

Uses of OutputWriter in name.angoca.db2sa.core.executer
 

Methods in name.angoca.db2sa.core.executer with parameters of type OutputWriter
 ExecutionState Executer.execute(String command, OutputWriter writer)
          Executes the given command and returns a code that means the execution state.
 



Andres Gomez Casanova (AngocA) Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.