A B C D E G H I J L M N O P R S T U V W

A

ABOUT_TOKEN - Static variable in interface name.angoca.db2sa.Constants
Property: About token.
AbstractDB2SAException - Exception in name.angoca.db2sa.exceptions
This is the abstract class for any exception created in the application.
Control Version
0.0.1 Class creation. 0.0.2 Exception with message. 0.1.0 No message for exception. 1.0.0 Moved to version 1.
AbstractDB2SAException() - Constructor for exception name.angoca.db2sa.exceptions.AbstractDB2SAException
Default constructor.
AbstractDB2SAException(Exception) - Constructor for exception name.angoca.db2sa.exceptions.AbstractDB2SAException
Constructor with a generated exception.
AbstractInterfaceController - Class in name.angoca.db2sa.cli
This is the interface controller that manages the reads and the printer.
Control Version
0.0.1 Class creation. 0.1.0 Class renamed. 0.2.0 No constructor. 1.0.0 Moved to version 1.
AbstractInterfaceController() - Constructor for class name.angoca.db2sa.cli.AbstractInterfaceController
 
AbstractLexicalAnalyzer - Class in name.angoca.db2sa.core.lexical
This objects makes the analyzes over the phrase that the user is writing, and decomposes it in several tokens, that describe words or symbols.
AbstractLexicalAnalyzer() - Constructor for class name.angoca.db2sa.core.lexical.AbstractLexicalAnalyzer
 
AbstractReaderException - Exception in name.angoca.db2sa.readers.exceptions
This class represents any exception generated when using a reader.
Control Version
0.0.1 Class creation. 0.1.0 One constructor. 1.0.0 Moved to version 1.
AbstractReaderException(Exception) - Constructor for exception name.angoca.db2sa.readers.exceptions.AbstractReaderException
Constructor with a generated exception.
AbstractSyntacticalAnalyzer - Class in name.angoca.db2sa.core.syntax
This object has methods to scan the structure and to find the possibilities of next tokens, that provide the possible ways that the user can take when writing a command.
A phrase is a set of words that can or can't have a meaning for DB2.
Control Version
0.0.1 Class creation. 0.1.0 1.0.0 Moved to version 1.
AbstractSyntacticalAnalyzer() - Constructor for class name.angoca.db2sa.core.syntax.AbstractSyntacticalAnalyzer
 
addWay(GraphToken) - Method in class name.angoca.db2sa.core.syntax.graph.GraphToken
Adds a possible way to the current token.
analyzePhrase(String) - Static method in class name.angoca.db2sa.core.InterfaceCore
Process the phrase written by the user and prints its result.

B

build(InputSource) - Static method in class name.angoca.db2sa.core.syntax.graph.GraphConstructor
Builds the graph from the content that was read from the grammar source (a file for example).

C

complete(String, int, List) - Method in class name.angoca.db2sa.cli.jline.DB2Completor
 
ConfigurationFileCorruptException - Exception in name.angoca.db2sa.readers.exceptions
This exception is raised when the configuration file has an invalid structure.
Control Version
0.0.1 Class creation. 0.0.2 Recommendations from PMD. 0.1.0 getMessage. 1.0.0 Moved to version 1.
ConfigurationFileCorruptException(String, Exception) - Constructor for exception name.angoca.db2sa.readers.exceptions.ConfigurationFileCorruptException
Constructor that gives the name of the configuration file and a message describing why its structure is invalid.
ConfigurationFileNotFoundException - Exception in name.angoca.db2sa.readers.exceptions
The configuration file was not found.
Control Version
0.0.1 Class creation. 0.1.0 Recommendations from PMD. 0.2.0 getMessage. 1.0.0 Moved to version 1.
ConfigurationFileNotFoundException(String, Exception) - Constructor for exception name.angoca.db2sa.readers.exceptions.ConfigurationFileNotFoundException
Creates the exception with the not found name.
ConfigurationFileProblemException - Exception in name.angoca.db2sa.readers.exceptions
This exception is raised when an unknown problem in the file was occurred.
Control Version
0.0.1 Class creation. 0.1.0 Recommendations from PMD. 1.0.0 Moved to version 1.
ConfigurationFileProblemException(Exception) - Constructor for exception name.angoca.db2sa.readers.exceptions.ConfigurationFileProblemException
Constructor that defines the message describing the problem in the file.
ConfigurationReader - Class in name.angoca.db2sa.readers
This class read the configuration file and then it can return the set of parameters to the controller.
Control Version
0.0.1 Class creation. 0.1.0 Recommendations from PMD. 0.1.1 Organized. 0.1.2 Close streams. 1.0.0 Moved to version 1.
Configurator - Class in name.angoca.db2sa
This class loads the configuration of the application.
Constants - Interface in name.angoca.db2sa
Set of constants used in all the application.
Control Version
0.0.1 Instance creation. 0.1.0 New constants. 0.1.1 Execution values. 0.1.2 Configuration filename value. 1.0.0 Moved to version 1.

D

DB2Completor - Class in name.angoca.db2sa.cli.jline
This is the implementation of a JLine Completor.
DB2Completor() - Constructor for class name.angoca.db2sa.cli.jline.DB2Completor
Default constructor.
DB2SA_CONF_XML - Static variable in interface name.angoca.db2sa.Constants
Configuration file.
DELIMITERS - Static variable in interface name.angoca.db2sa.Constants
Property: Delimiters.
destroyInstance() - Static method in class name.angoca.db2sa.Configurator
Destroys the sole instance.
destroyInstance() - Static method in class name.angoca.db2sa.core.lexical.ImplLexicalAnalyzer
Destroys the instance.
destroyInstance() - Static method in class name.angoca.db2sa.core.syntax.ImplSyntaxAnalyzer
Destroys the instance.
DuplicateNodeException - Exception in name.angoca.db2sa.core.syntax.graph.exception
This exception is thrown when the grammar file has two nodes with the same id.
Control Version
0.0.1 Class creation. 1.0.0 Moved to version 1.
DuplicateNodeException(String) - Constructor for exception name.angoca.db2sa.core.syntax.graph.exception.DuplicateNodeException
Constructor with the duplicated id.

E

ENDING_TOKEN - Static variable in interface name.angoca.db2sa.Constants
Name of the ending node.
EndingNodeNotDefinedException - Exception in name.angoca.db2sa.core.syntax.graph.exception
EndingingNode not defined..
Control Version
0.0.1 Class creation. 1.0.0 Moved to version 1.
EndingNodeNotDefinedException() - Constructor for exception name.angoca.db2sa.core.syntax.graph.exception.EndingNodeNotDefinedException
Default constructor.
EndingToken - Class in name.angoca.db2sa.core.syntax.graph
This token represents the last token in the grammar (the ending node in the graph.) All the possible ways ends in this token.
Control Version
0.0.1 Class creation. 0.0.2 Recommendations from PMD. 0.0.3 Change constant value. 0.0.4 Starting and ending token as constants. 0.0.5 Equals from super. 0.0.6 Equals different super. 1.0.0 Moved to version 1.
EndingToken() - Constructor for class name.angoca.db2sa.core.syntax.graph.EndingToken
Constructor that defines the ending node.
equals(Object) - Method in class name.angoca.db2sa.core.lexical.Token
 
equals(Object) - Method in class name.angoca.db2sa.core.ReturnOptions
 
equals(Object) - Method in class name.angoca.db2sa.core.syntax.graph.EndingToken
 
equals(Object) - Method in class name.angoca.db2sa.core.syntax.graph.GraphToken
 
equals(Object) - Method in class name.angoca.db2sa.core.syntax.graph.StartingToken
 
equals(Object) - Method in class name.angoca.db2sa.core.syntax.GraphAnswer
 
execute(String, OutputWriter) - Method in class name.angoca.db2sa.core.executer.Executer
Executes the given command and returns a code that means the execution state.
executeCommand(String, OutputWriter) - Static method in class name.angoca.db2sa.core.InterfaceCore
Execute the given command.
Executer - Class in name.angoca.db2sa.core.executer
This is the implementation of the executer.
ExecutionState - Enum in name.angoca.db2sa
This class represents the state of a command's execution, and the state of the program after execution.
Control Version
0.0.1 Class creation. 0.0.2 Name of a state. 1.0.0 Moved to version 1.
EXIT - Static variable in interface name.angoca.db2sa.Constants
Property: Exit.

G

getFilename() - Method in exception name.angoca.db2sa.readers.exceptions.ConfigurationFileCorruptException
Returns the filename of the configuration file.
getId() - Method in class name.angoca.db2sa.core.syntax.graph.GraphToken
Returns the identifier of this token.
getInstance() - Static method in class name.angoca.db2sa.Configurator
This is the singleton implementation.
getInstance() - Static method in class name.angoca.db2sa.core.executer.Executer
Implementation of Singleton pattern, returns the sole instance.
getInstance() - Static method in class name.angoca.db2sa.core.lexical.ImplLexicalAnalyzer
Creates the only possible instance of this object.
getInstance() - Static method in class name.angoca.db2sa.core.syntax.ImplSyntaxAnalyzer
Implementation of solitaire pattern, that returns the only instance of an object.
getMessage() - Method in exception name.angoca.db2sa.core.lexical.exceptions.InvalidTokenException
 
getMessage() - Method in exception name.angoca.db2sa.core.syntax.graph.exception.DuplicateNodeException
 
getMessage() - Method in exception name.angoca.db2sa.core.syntax.graph.exception.GrammarFileException
 
getMessage() - Method in exception name.angoca.db2sa.core.syntax.graph.exception.InvalidGraphTokenException
 
getMessage() - Method in exception name.angoca.db2sa.readers.exceptions.ConfigurationFileCorruptException
 
getMessage() - Method in exception name.angoca.db2sa.readers.exceptions.ConfigurationFileNotFoundException
 
getName() - Method in class name.angoca.db2sa.core.syntax.graph.GraphToken
Returns the name of the token.
getOptions() - Method in class name.angoca.db2sa.core.ReturnOptions
Returns the set of options of the current command.
getOptions(List<Token>) - Method in class name.angoca.db2sa.core.syntax.AbstractSyntacticalAnalyzer
Returns the possible options that a given phrase can have.
getOptions() - Method in class name.angoca.db2sa.core.syntax.GraphAnswer
Returns the set of options of the current position.
getOptions(List<Token>) - Method in class name.angoca.db2sa.core.syntax.ImplSyntaxAnalyzer
 
getPhrase() - Method in class name.angoca.db2sa.core.ReturnOptions
Returns the phrase that has to be print in the user interface.
getPhrases() - Method in class name.angoca.db2sa.core.ReturnOptions
Returns the phrase to print in the user interface.
getPhrases() - Method in class name.angoca.db2sa.core.syntax.GraphAnswer
Returns the set of phrases of the command.
getProperty(String) - Method in class name.angoca.db2sa.Configurator
Retrieves a property from the load properties.
getString(String) - Static method in class name.angoca.db2sa.messages.Messages
Retrieves a message for the given string.
getToken() - Method in class name.angoca.db2sa.core.lexical.Token
Returns the value that this token represents.
getWays() - Method in class name.angoca.db2sa.core.syntax.graph.GraphToken
This method retrieves all the possibles ways that can be taken from this node.
GRAMMAR_FILE_NAME - Static variable in interface name.angoca.db2sa.Constants
Property: Grammar file name.
GrammarFileException - Exception in name.angoca.db2sa.core.syntax.graph.exception
This class represents all possibles problems in the grammar file.
Control Version
0.0.1 Class creation. 0.0.2 Get Message. 1.0.0 Moved to version 1.
GrammarFileException(Exception) - Constructor for exception name.angoca.db2sa.core.syntax.graph.exception.GrammarFileException
Constructor with an encapsulated exception.
GrammarReader - Class in name.angoca.db2sa.readers
This is the grammar reader.
Control Version
0.0.1 Class creation. 0.1.0 First Implementation of the XML reader. 0.2.0 Use of ConfigurationReader. 0.2.1 Throw exception before. 0.2.2 final. 1.0.0 Moved to version 1.
GraphAnswer - Class in name.angoca.db2sa.core.syntax
Represents the answer of a given command.
GraphAnswer(List<Token>, List<Token>) - Constructor for class name.angoca.db2sa.core.syntax.GraphAnswer
Constructor that associates the phrase and the possible options.
GraphConstructor - Class in name.angoca.db2sa.core.syntax.graph
This class builds the graph from the content of the files.
GraphToken - Class in name.angoca.db2sa.core.syntax.graph
This is the representation of a word in the grammar graph.
GraphToken(String, boolean) - Constructor for class name.angoca.db2sa.core.syntax.graph.GraphToken
Constructor that defines a token object.
GraphToken(String, String, boolean) - Constructor for class name.angoca.db2sa.core.syntax.graph.GraphToken
Constructor that defines a token object.

H

hashCode() - Method in class name.angoca.db2sa.core.lexical.Token
 
hashCode() - Method in class name.angoca.db2sa.core.ReturnOptions
 
hashCode() - Method in class name.angoca.db2sa.core.syntax.graph.EndingToken
 
hashCode() - Method in class name.angoca.db2sa.core.syntax.graph.GraphToken
 
hashCode() - Method in class name.angoca.db2sa.core.syntax.graph.StartingToken
 
hashCode() - Method in class name.angoca.db2sa.core.syntax.GraphAnswer
 
HELP_TOKEN - Static variable in interface name.angoca.db2sa.Constants
Property: Help token.
HelpToken - Class in name.angoca.db2sa.core.syntax.graph
This token shows a little help with the simple commands.
Control Version
0.0.1 Class creation. 1.0.0 Moved to version 1.
HelpToken() - Constructor for class name.angoca.db2sa.core.syntax.graph.HelpToken
Default constructor.

I

ImplLexicalAnalyzer - Class in name.angoca.db2sa.core.lexical
This is the implementation of the lexical analyzer.
Control Version
0.0.1 Class creation. 0.1.0 0.2.0 0.3.0 Recommendations from PMD. 0.3.1 Organized. 0.4.0 Invalid Graph Exception. 0.5.0 Destroy instance. 0.5.1 Logger messages. 0.6.0 Delimiters not set in a static way. 1.0.0 Moved to version 1.
ImplSyntaxAnalyzer - Class in name.angoca.db2sa.core.syntax
This is the implementation of the syntax analyzer.
ImplSyntaxAnalyzer() - Constructor for class name.angoca.db2sa.core.syntax.ImplSyntaxAnalyzer
Constructor that sets a token that permits to scan the graph.
InputReader - Interface in name.angoca.db2sa.cli
Interface that defines the structure of a reader.
Control Version
0.0.1 Class creation. 1.0.0 Moved to version 1.
InputReaderException - Exception in name.angoca.db2sa.cli.exceptions
This exception represents any input problem.
Control Version
0.0.1 Class creation. 0.1.0 Exception instead of IOException. 1.0.0 Moved to version 1.
InputReaderException(Exception) - Constructor for exception name.angoca.db2sa.cli.exceptions.InputReaderException
Wraps a generated exception.
InterfaceCore - Class in name.angoca.db2sa.core
This class is the interface with other upper layers.
InvalidGraphException - Exception in name.angoca.db2sa.core.syntax.graph.exception
This exception represents a problem in the structure of the graph that represents the grammar.
Control Version
0.0.1 Class creation. 0.1.0 Recommendations from PMD. 0.1.1 Hierarchy of exceptions (default constructor). 1.0.0 Moved to version 1.
InvalidGraphException() - Constructor for exception name.angoca.db2sa.core.syntax.graph.exception.InvalidGraphException
Default constructor.
InvalidGraphException(Exception) - Constructor for exception name.angoca.db2sa.core.syntax.graph.exception.InvalidGraphException
Constructor with a generated exception.
InvalidGraphTokenException - Exception in name.angoca.db2sa.core.syntax.graph.exception
This exception represents a bad-formed node in a graph.
Control Version
0.0.1 Class creation. 0.1.0 Constructor and getMessage. 1.0.0 Moved to version 1.
InvalidGraphTokenException() - Constructor for exception name.angoca.db2sa.core.syntax.graph.exception.InvalidGraphTokenException
Default Constructor.
InvalidTokenException - Exception in name.angoca.db2sa.core.lexical.exceptions
This exception represents the creation of an invalid token.
InvalidTokenException() - Constructor for exception name.angoca.db2sa.core.lexical.exceptions.InvalidTokenException
Default constructor.
isReservedWord() - Method in class name.angoca.db2sa.core.syntax.graph.GraphToken
Returns true if the token represents a reserved word in the grammar.

J

JlineInputReader - Class in name.angoca.db2sa.cli.jline
Implementation of the input reader using JLine.
Control Version
0.0.1 Class creation. 0.0.2 'this' to access attributes. 0.0.3 No override. 0.0.4 final. 1.0.0 Moved to version 1.
JlineInputReader(String) - Constructor for class name.angoca.db2sa.cli.jline.JlineInputReader
Constructor that flushes the stream.
JlineInterfaceController - Class in name.angoca.db2sa.cli.jline
This is the interface controller that manage the read and the printer.
Control Version
0.0.1 Class creation. 0.0.2 Annotations. 0.0.3 Execution state. 0.0.4 Enum. 0.0.5 Read string just once. 0.0.6 Name of a state. 1.0.0 Moved to version 1.
JlineInterfaceController(String) - Constructor for class name.angoca.db2sa.cli.jline.JlineInterfaceController
Constructor that creates a reader and a printer.

L

LicenseToken - Class in name.angoca.db2sa.core.syntax.graph
This token represents the information about the application, like the About if GUIs.
db2sa Copyright (C) 2009 Andres Gomez\nThis program comes with ABSOLUTELY NO WARRANTY;\nThis is free software, and you are welcome to redistribute it\nunder certain conditions.
TODO leer la información de licencia y about desde un archivo de configuración para que esté siempre sincronizado y así el usuario pueda conocer la versión que está usando.
LicenseToken() - Constructor for class name.angoca.db2sa.core.syntax.graph.LicenseToken
Default constructor.

M

Main - Class in name.angoca.db2sa
This is the class where the application can be started.
Control Version
0.0.1 Class creation. 0.0.2 Calls the interface controller with the System implementation. 0.0.3 Specific interface controller. 0.0.4 Logger. 0.0.5 Prompt from the configurator. 0.0.6 Delete the syntax call. 0.1.0 Changed for tests. 0.1.1 Log time. 0.1.2 final. 1.0.0 Moved to version 1.
main(String[]) - Static method in class name.angoca.db2sa.Main
Main method.
Messages - Class in name.angoca.db2sa.messages
This class loads the messages in the system language.

N

name.angoca.db2sa - package name.angoca.db2sa
This is the main package of the db2sa application.
name.angoca.db2sa.cli - package name.angoca.db2sa.cli
This package contains the interfaces that have to be implemented in order to provide a user interface.
Control Version
0.1 Package creation. 1.0 Moved to version 1.
name.angoca.db2sa.cli.exceptions - package name.angoca.db2sa.cli.exceptions
This package contains all the exception generated while performing IO operations.
Control Version
0.1 Package creation. 1.0 Moved to version 1.
name.angoca.db2sa.cli.jline - package name.angoca.db2sa.cli.jline
This package contains implementation of the UI with JLine.
name.angoca.db2sa.cli.system - package 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 - package name.angoca.db2sa.core
This package has all the components that are part of the core.
name.angoca.db2sa.core.executer - package name.angoca.db2sa.core.executer
This package has the components that makes a command to be executed in DB2.
name.angoca.db2sa.core.lexical - package name.angoca.db2sa.core.lexical
This package contains the components that helps to do an lexical analyzes.
name.angoca.db2sa.core.lexical.exceptions - package name.angoca.db2sa.core.lexical.exceptions
Exceptions at lexical level.
Control Version
0.1 Package creation. 0.2 Organized. 1.0 Moved to version 1.
name.angoca.db2sa.core.syntax - package name.angoca.db2sa.core.syntax
This package contains the components that helps to do an syntactical analyzes.
Control Version
0.1 Package creation. 0.2 Organized. 1.0 Moved to version 1.
name.angoca.db2sa.core.syntax.graph - package name.angoca.db2sa.core.syntax.graph
In this package are all the classes that make the grammar representation.
name.angoca.db2sa.core.syntax.graph.exception - package name.angoca.db2sa.core.syntax.graph.exception
Exceptions for the graph.
Control Version
0.1 Package creation. 0.2 Organized. 1.0 Moved to version 1.
name.angoca.db2sa.exceptions - package name.angoca.db2sa.exceptions
This package contains the exception at application level, that means that they can be generated anywhere, or they are the abstract structure of others.
name.angoca.db2sa.messages - package name.angoca.db2sa.messages
The package has the class and the files needed to translate the application to other language.
Control Version
0.1 Class creation. 1.0 Moved to version 1.
name.angoca.db2sa.readers - package name.angoca.db2sa.readers
The classes contained in this package are related to the reading of the configuration file and grammar structure.
name.angoca.db2sa.readers.exceptions - package name.angoca.db2sa.readers.exceptions
This package contains all the exception generated when reading the application configuration or the grammar file.
Control Version
0.1 Package creation. 1.0 Moved to version 1.

O

OutputWriter - Interface in name.angoca.db2sa.cli
Interface that defines the structure of a writer or also called screen printer.
Control Version
0.0.1 Class creation. 1.0.0 Moved to version 1.
OutputWriterException - Exception in name.angoca.db2sa.cli.exceptions
This exception represents any output problem.
Control Version
0.0.1 Class creation. 1.0.0 Moved to version 1.
OutputWriterException(Exception) - Constructor for exception name.angoca.db2sa.cli.exceptions.OutputWriterException
Wrapper exception.

P

processPhrase(String) - Method in class name.angoca.db2sa.core.lexical.AbstractLexicalAnalyzer
Process a given phrase that represents a command and sends the options in the screen printer.
processPhrase(String) - Method in class name.angoca.db2sa.core.lexical.ImplLexicalAnalyzer
 
PROMPT - Static variable in interface name.angoca.db2sa.Constants
Property: Prompt.

R

read() - Static method in class name.angoca.db2sa.readers.GrammarReader
Reads the grammar file and creates the structure of the graph.
readFile(String) - Static method in class name.angoca.db2sa.readers.ConfigurationReader
Reads a file given its filename, and the retrieves the properties stored in the file.
readString() - Method in interface name.angoca.db2sa.cli.InputReader
Reads the phrases written by the user.
readString() - Method in class name.angoca.db2sa.cli.jline.JlineInputReader
 
readString() - Method in class name.angoca.db2sa.cli.system.SystemInputReader
 
replaceLastToken(String, List<Token>, GraphAnswer) - Method in class name.angoca.db2sa.core.lexical.ImplLexicalAnalyzer
Retrieves a phrase with the last token modified.
represent(String) - Method in class name.angoca.db2sa.core.syntax.graph.GraphToken
Analyzes the given token, and returns true if the current graph token represents that token.
ReturnOptions - Class in name.angoca.db2sa.core
This is the object that has the phrase written by the user but completed by the program, and also the possible options.
ReturnOptions(String, String[], String[]) - Constructor for class name.angoca.db2sa.core.ReturnOptions
Constructor that associates the possible options for the phrase and the options.

S

setProperty(String, String) - Method in class name.angoca.db2sa.Configurator
Set a property after the properties file has been read.
start() - Method in class name.angoca.db2sa.cli.AbstractInterfaceController
Starts to read commands from the user and process them.
start() - Method in class name.angoca.db2sa.cli.jline.JlineInterfaceController
Start to read commands from the user and process them.
start() - Method in class name.angoca.db2sa.cli.system.SystemInterfaceController
Start to read commands from the user and process them.
STARTING_TOKEN - Static variable in interface name.angoca.db2sa.Constants
Name of the starting node.
StartingNodeNotDefinedException - Exception in name.angoca.db2sa.core.syntax.graph.exception
StartingNode not defined..
Control Version
0.0.1 Class creation. 1.0.0 Moved to version 1.
StartingNodeNotDefinedException() - Constructor for exception name.angoca.db2sa.core.syntax.graph.exception.StartingNodeNotDefinedException
Default constructor.
StartingToken - Class in name.angoca.db2sa.core.syntax.graph
This token represents the first token in the grammar (the starting node in the graph.) All the possible ways starts from this token.
Control Version
0.0.1 Class creation. 0.0.2 Recommendations from PMD. 0.0.3 Change constant value. 0.0.4 Starting and ending token as constants. 0.0.5 equals from super. 0.0.6 equals different super. 0.0.7 part equals super. 1.0.0 Moved to version 1.
StartingToken() - Constructor for class name.angoca.db2sa.core.syntax.graph.StartingToken
Constructor that defines the starting node.
SystemInputReader - Class in name.angoca.db2sa.cli.system
Implementation of the input reader using the System.In option.
SystemInputReader(OutputWriter, String) - Constructor for class name.angoca.db2sa.cli.system.SystemInputReader
Constructor that flushes the stream.
SystemInterfaceController - Class in name.angoca.db2sa.cli.system
This is the interface controller that manage the read and the printer.
SystemInterfaceController(String) - Constructor for class name.angoca.db2sa.cli.system.SystemInterfaceController
Constructor that creates a reader and a printer.
SystemOutputWriter - Class in name.angoca.db2sa.cli.system
Implementation of the screen printer using the System.out function.
SystemOutputWriter() - Constructor for class name.angoca.db2sa.cli.system.SystemOutputWriter
Default constructor.

T

Token - Class in name.angoca.db2sa.core.lexical
This is the representation of the decomposition of a phrase in several words or symbols.
Token(String) - Constructor for class name.angoca.db2sa.core.lexical.Token
Constructor of a token, giving the value of it.
toString() - Method in class name.angoca.db2sa.core.lexical.Token
Returns a string representation of a token.
toString() - Method in class name.angoca.db2sa.core.ReturnOptions
Returns a string representation of a return options object.
toString() - Method in class name.angoca.db2sa.core.syntax.graph.EndingToken
Returns a string representation of an ending token.
toString() - Method in class name.angoca.db2sa.core.syntax.graph.GraphToken
Returns a string representation of a graph token.
toString() - Method in class name.angoca.db2sa.core.syntax.graph.StartingToken
Returns a string representation of an starting token.
toString() - Method in class name.angoca.db2sa.core.syntax.GraphAnswer
Returns a string representation of a graph answer.

U

UIException - Exception in name.angoca.db2sa.cli.exceptions
This exception represents any IO problem.
Control Version
0.0.1 Class creation. 1.0.0 Moved to version 1.
UIException() - Constructor for exception name.angoca.db2sa.cli.exceptions.UIException
Default constructor.
UIException(Exception) - Constructor for exception name.angoca.db2sa.cli.exceptions.UIException
Constructor with an associated exception.

V

valueOf(String) - Static method in enum name.angoca.db2sa.ExecutionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum name.angoca.db2sa.ExecutionState
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeLine(String) - Method in interface name.angoca.db2sa.cli.OutputWriter
Writes a set of strings with a carriage return at the end of it.
writeLine(String) - Method in class name.angoca.db2sa.cli.system.SystemOutputWriter
 
writeString(String) - Method in interface name.angoca.db2sa.cli.OutputWriter
Writes a set of strings without a carriage return.
writeString(String) - Method in class name.angoca.db2sa.cli.system.SystemOutputWriter
 

A B C D E G H I J L M N O P R S T U V W

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