|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
ContextFactoryIfc
.FactoryIfc
.List
's.V
's.
Map
's.visitor
to perform operations on self.
visitor
to perform operations on self.
visitor
to perform operations on self.
table
.
table
.
ChainOfResponsibilityIfc
.connection
if it is not null.
statement
if it is not null.
resultSet
if it is not null.
connection
, and statement,
statement, if not null.
- close(Connection, Statement, ResultSet) -
Static method in class org.jplate.foundation.util.Cleanup
- Close the connection,
connection
, statement,
statement, and result set, resultSet
, if not null.
- close(Reader) -
Static method in class org.jplate.foundation.util.Cleanup
- Close the reader,
reader
if not null.
- close(Writer) -
Static method in class org.jplate.foundation.util.Cleanup
- Close the writer,
writer
if not null.
- close(InputStream) -
Static method in class org.jplate.foundation.util.Cleanup
- Close the input stream,
inputStream
if not null.
- close(OutputStream) -
Static method in class org.jplate.foundation.util.Cleanup
- Close the output stream,
outputStream
if not null.
- close() -
Method in class org.jplate.tabular.impl.defaults.DefaultRepo
- This method will close a repo.
- close() -
Method in class org.jplate.tabular.impl.defaults.DefaultTable
- This method will close a table.
- close() -
Method in interface org.jplate.tabular.RepoIfc
- This method will close a repo.
- close() -
Method in interface org.jplate.tabular.TableIfc
- This method will close a table.
- closeCommit(Connection) -
Static method in class org.jplate.foundation.util.Cleanup
- Close the connection,
connection
if it is not null.
- CloseException - Exception in org.jplate.foundation.exception
- Thrown when closing something fails.
- CloseException() -
Constructor for exception org.jplate.foundation.exception.CloseException
- Default constructor.
- CloseException(String) -
Constructor for exception org.jplate.foundation.exception.CloseException
- This constructor sets the message.
- CloseException(Throwable) -
Constructor for exception org.jplate.foundation.exception.CloseException
- This constructor sets the root cause.
- CloseException(String, Throwable) -
Constructor for exception org.jplate.foundation.exception.CloseException
- This constructor sets the message and root cause.
- closeFlushed(Writer) -
Static method in class org.jplate.foundation.util.Cleanup
- Close the writer,
writer
if not null.
- closeFlushed(OutputStream) -
Static method in class org.jplate.foundation.util.Cleanup
- Close the output stream,
outputStream
if not null.
- closeRollback(Connection) -
Static method in class org.jplate.foundation.util.Cleanup
- Close the connection,
connection
if it is not null.
- column -
Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
-
- column -
Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
-
- column -
Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
-
- column -
Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
-
- CommandIfc - Interface in org.jplate.foundation.gof.command
- Defines the "Gang of Four" Command pattern: "Encapsulate a request as an
object, thereby letting you parameterize clients with different requests, queue
or log requests, and support undoable operations," p107 Design
Patterns - Elements of Reusable Object-Oriented Software.
- ComputeData - Class in org.jplate.foundation.util
- Computes values based on an initial values and a default values: if the initial
value is null, the default value is returned.
- ComputeData() -
Constructor for class org.jplate.foundation.util.ComputeData
- Default constructor not allowed.
- computeMsg(int, int) -
Static method in exception org.jplate.tabular.parser.FieldCountMismatchException
-
- computeString(String, String) -
Static method in class org.jplate.foundation.util.ComputeData
- Computes a string value.
- computeValue(V, V) -
Static method in class org.jplate.foundation.util.ComputeData
- Returns
value
if value
is not null or
defaultValue
if it is.
- ContextCommandIfc<C> - Interface in org.jplate.foundation.gof.command
- A command that executes against a context (for instance the context may contain
the state for execution).
- ContextFactoryIfc<V,C> - Interface in org.jplate.foundation.gof.factory
- A factory that defines creating objects based upon a context (a parameter that
the resulting object needs in order to be created).
- ContextInterpreterIfc<C> - Interface in org.jplate.foundation.gof.interpreter
- Defines an Interpreter.
- CR -
Static variable in interface org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserConstants
-
- CR -
Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
-
- CR -
Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
-
- CR -
Static variable in interface org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserConstants
-
- create() -
Method in class org.jplate.foundation.gof.cor.impl.defaults.DefaultChainOfResponsibilityFactory
- Creates a new object.
- create(C) -
Method in interface org.jplate.foundation.gof.factory.ContextFactoryIfc
- Creates a new object.
- create() -
Method in interface org.jplate.foundation.gof.factory.FactoryIfc
- Creates a new object.
- create(N) -
Method in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttributeFactory
- Creates an attribute whose name is
name
- create() -
Method in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContextFactory
- Creates a
DefaultTagContext
.
- create() -
Method in class org.jplate.foundation.util.impl.SynchronizedHashMapFactory
- Creates and returns a synchronized
Map
backed by a
HashMap
.
- create() -
Method in class org.jplate.foundation.util.impl.SynchronizedLinkedListFactory
- Creates and returns a synchronized
List
backed by a
LinkedList
.
- create() -
Method in class org.jplate.foundation.util.impl.UnsynchronizedHashMapFactory
- Creates and returns a
HashMap
.
- create() -
Method in class org.jplate.foundation.util.impl.UnsynchronizedLinkedListFactory
- Creates and returns a
LinkedList
.
- create() -
Method in class org.jplate.kvp.impl.defaults.DefaultKvpFactory
- Creates a new object.
- create() -
Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserFactory
- Creates a new object.
- create() -
Method in class org.jplate.tabular.impl.defaults.DefaultFieldFactory
- Creates a new object.
- create() -
Method in class org.jplate.tabular.impl.defaults.DefaultRecordFactory
- Creates a new object.
- create() -
Method in class org.jplate.tabular.impl.defaults.DefaultRepoFactory
- Creates a new object.
- create() -
Method in class org.jplate.tabular.impl.defaults.DefaultTableFactory
- Creates a new object.
- createBranchNode(BranchNodeIfc<BC, LC>) -
Method in class org.jplate.foundation.node.impl.defaults.DefaultNodeFactory
- This will create a branch node whose parent is
parent
.
- createBranchNode() -
Method in class org.jplate.foundation.node.impl.defaults.DefaultNodeFactory
- This will create a branch node who has no parent.
- createBranchNode(BranchNodeIfc<BC, LC>) -
Method in interface org.jplate.foundation.node.NodeFactoryIfc
- This will create a branch node whose parent is
parent
.
- createBranchNode() -
Method in interface org.jplate.foundation.node.NodeFactoryIfc
- This will create a branch node who has no parent.
- createCopy() -
Method in interface org.jplate.foundation.gof.prototype.PrototypeIfc
- Creates a copy of self.
- createCopy() -
Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
- Creates a copy of self.
- CreateException - Exception in org.jplate.foundation.exception
- Thrown when creating something fails.
- CreateException() -
Constructor for exception org.jplate.foundation.exception.CreateException
- Default constructor.
- CreateException(String) -
Constructor for exception org.jplate.foundation.exception.CreateException
- This constructor sets the message.
- CreateException(Throwable) -
Constructor for exception org.jplate.foundation.exception.CreateException
- This constructor sets the root cause.
- CreateException(String, Throwable) -
Constructor for exception org.jplate.foundation.exception.CreateException
- This constructor sets the message and root cause.
- createField() -
Method in class org.jplate.tabular.impl.defaults.DefaultRecord
-
- createField() -
Method in interface org.jplate.tabular.RecordIfc
-
- createInstance() -
Method in interface org.jplate.foundation.gof.prototype.PrototypeIfc
- Creates a new instance of self (non populated).
- createInstance() -
Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
- Creates a new instance of self (non populated).
- createLeafNode(BranchNodeIfc<BC, LC>) -
Method in class org.jplate.foundation.node.impl.defaults.DefaultNodeFactory
- This will create a leaf node whose parent is
parent
.
- createLeafNode(BranchNodeIfc<BC, LC>) -
Method in interface org.jplate.foundation.node.NodeFactoryIfc
- This will create a leaf node whose parent is
parent
.
- createRecord() -
Method in class org.jplate.tabular.impl.defaults.DefaultTable
-
- createRecord() -
Method in interface org.jplate.tabular.TableIfc
-
- createSource(S, int, int) -
Method in class org.jplate.foundation.source.impl.defaults.DefaultSourceFactory
- Create and return a source.
- createSource(S, int, int) -
Method in interface org.jplate.foundation.source.SourceFactoryIfc
- Create and return a source.
- createTable() -
Method in class org.jplate.tabular.impl.defaults.DefaultRepo
-
- createTable() -
Method in interface org.jplate.tabular.RepoIfc
-
- CsvBuilderFactoryIfc<V extends CsvBuilderIfc<?>> - Interface in org.jplate.tabular.csv.parser
- Factory for creating implementations of CsvBuilderIfc's.
- CsvBuilderIfc<V> - Interface in org.jplate.tabular.csv.parser
- Defines a CSV (comma separated values) builder.
- CsvListBuilderIfc - Interface in org.jplate.tabular.csv.parser
- Defines a CSV (comma separated values) builder that builds a list to hold each
row and a list of Strings for each column.
- CsvParserFactoryIfc<V extends CsvParserIfc<?>> - Interface in org.jplate.tabular.csv.parser
- Factory for creating implementations of CsvParserIfc's.
- CsvParserIfc<B extends CsvBuilderIfc<?>> - Interface in org.jplate.tabular.csv.parser
- Defines a parser fot CSV (comman separated values) data.
- CsvTableBuilderIfc - Interface in org.jplate.tabular.csv.parser
- Defines a CSV (comma separated values) builder that builds a TableIfc.
- curChar -
Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
-
- curChar -
Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
-
- curChar -
Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
-
- curChar -
Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
-
- curChar -
Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
-
- curLexState -
Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
-
- curLexState -
Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
-
- curLexState -
Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
-
- curLexState -
Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
-
- curLexState -
Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
-
- currentToken -
Variable in exception org.jplate.kvp.parser.impl.defaults.ParseException
- This is the last token that has been consumed successfully.
- currentToken -
Variable in exception org.jplate.tabular.cdv.parser.impl.defaults.ParseException
- This is the last token that has been consumed successfully.
- currentToken -
Variable in exception org.jplate.tabular.csv.parser.impl.defaults.ParseException
- This is the last token that has been consumed successfully.
- currentToken -
Variable in exception org.jplate.tabular.tdv.parser.impl.defaults.ParseException
- This is the last token that has been consumed successfully.
AttributeIfc
.AttributeFactoryIfc
that creates
DefaultAttribute's.listFactory
to build its internal
list to hold processors in the chain.
FieldIfc
.KvpIfc
as well as the list factory to use to hold the collection
of KvpIfc
's.
KvpIfc
's.
Map
's containing String name/value pairs.RecordIfc
.listFactory
to create a
List
to hold fields that are logically part of
a record.
listFactory
to create a
List
to hold fields that are logically part of
a record.
listFactory
to create a
List
to hold fields that are logically part of
a record.
UnsynchronizedLinkedListFactory
as
the list factory.
listFactory
to
create a List
to hold tables that are logically part of
a repo.
listFactory
to create a
List
to hold tables that are logically part of a repo.
UnsynchronizedLinkedListFactory
as
the list factory.
SourceIfc
.SourceFactoryIfc
that creates DefaultSource
.TableIfc
.listFactory
to
create a List
to hold records that are part of a table.
listFactory
to create a
List
to hold tables that are logically part of a repo.
UnsynchronizedLinkedListFactory
as
the list factory.
TabularBuilderIfc
that uses List
to hold
rows and fields.TagContextIfc
.listFactory
to create a collection to hold
AttributeIfc
's.
DefaultTagContext
's.ListFactoryIfc
that is used by
DefaultTagContext
attributes.
object
created by self.
object
created by self.
object
created by self.
object
created by self.
Map
.
List
.
Map
.
List
.
toCompare
or false if not.
context
.
toString()
functionality by way of allowing arbitrary prependable
text.List
of KVP parsed data contained in
inputStream
.
List
of KVP parsed data contained in
reader
.
List
of KVP parsed data contained in
string
.
List
of KVP parsed data contained in
file
.
List
of CDV parsed data contained in
inputStream
.
List
of CDV parsed data contained in
reader
.
List
of CDV parsed data contained in
string
.
List
of CDV parsed data contained in
file
.
List
of JPlate CSV parsed data contained in
inputStream
.
List
of JPlate CSV parsed data contained in
reader
.
List
of JPlate CSV parsed data contained in
string
.
List
of JPlate CSV parsed data contained in
file
.
List
of RFC 4180 compliant CSV parsed data contained in
inputStream
.
List
of RFC 4180 compliant CSV parsed data contained in
reader
.
List
of RFC 4180 compliant CSV parsed data contained in
string
.
List
of RFC 4180 compliant CSV parsed data contained in
file
.
List
of TDV parsed data contained in
inputStream
.
List
of TDV parsed data contained in
reader
.
List
of TDV parsed data contained in
string
.
List
of TDV parsed data contained in
file
.
inputStream
.
Map
of KVP parsed data contained in
reader
.
Map
of KVP parsed data contained in
string
.
Map
of KVP parsed data contained in
file
.
TableIfc
of CDV parsed data contained in
inputStream
.
TableIfc
of CDV parsed data contained in
reader
.
TableIfc
of CDV parsed data contained in
string
.
TableIfc
of CDV parsed data contained in
file
.
TableIfc
of JPlate CSV parsed data contained in
inputStream
.
TableIfc
of JPlate CSV parsed data contained in
reader
.
TableIfc
of JPlate CSV parsed data contained in
string
.
TableIfc
of JPlate CSV parsed data contained in
file
.
TableIfc
of RFC 4180 compliant CSV parsed data contained in
inputStream
.
TableIfc
of RFC 4180 compliant CSV parsed data contained in
reader
.
TableIfc
of RFC 4180 compliant CSV parsed data contained in
string
.
TableIfc
of RFC 4180 compliant CSV parsed data contained in
file
.
TableIfc
of TDV parsed data contained in
inputStream
.
TableIfc
of TDV parsed data contained in
reader
.
TableIfc
of TDV parsed data contained in
string
.
TableIfc
of TDV parsed data contained in
file
.
SourceIfc.getSource()
.
SourceIfc.getSource()
.
key
was found.
key
was found.
key
was found.
key
was found.
SourceIfc.getSource()
.
SourceIfc.getSource()
.
name
or null
if one does not exist.
name
or
defaultValue
if one does not exist.
value
was found.
value
was found.
value
was found.
value
was found.
index
.
index
.
index
.
index
.
context
in processing.
toCheck
is of class type klass
.
toCheck
is of class type klass
.
toCheck
is referencing something other than null.
toCheck
is referencing something other than null.
List
's.Map
's.List
.Map
.ContextFactoryIfc
as well as
a normal FactoryIfc
(on that simply creates objects with no context
invloved.NodeIfc
's.toCheck
is not empty or null.
toCheck
is not empty or null.
toCheck
is not null.
toCheck
is not null.
NodeIfc
implementations.reader
.
inputStream
.
string
.
file
.
inputStream
.
reader
.
string
.
file
.
kvp
.
kvp
.
toProcess
to be processed.
toProcess
to be processed.
externalizable
from objectInput
.
value1
and value2
are not equal.
value1
and value2
are not equal.
field
.
field
.
index
.
index
.
record
.
record
.
table
.
table
.
Map
's backed by
HashMap
's.List
's backed by
LinkedList
's.TagContextIfc
.T
param and
attributes (name/value pairs as denoted by tge A
param).prepend
to
each line.
prepend
to
each line.
prepend
to
each line.
prepend
to
each line.
prepend
to
each line.
prepend
to
each line.
prepend
to
each line.
whiteSpace
from
str
.
whiteSpace
from
str
.
TrimWhiteSpace.DEFAULT_WHITE_SPACE
from
str
.
HashMap
's.LinkedList
's.VisitorIfc
).externalizable
to objectOutput
.
java.util.List
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |