Jacson
A B C D E F G H I J K L M N O P Q R S T U V W X Z

C

CH_TOKEN - Static variable in class de.spieleck.app.lang.StemmerDE
 
CLIENTREGEXP_NODE - Static variable in class de.spieleck.app.jacson.filter.WebSessionFilter
 
COLUMN_SEPARATOR_DEFAULT - Static variable in class de.spieleck.app.jacson.source.SQLSource
 
COLUMN_SEPARATOR_NODE - Static variable in class de.spieleck.app.jacson.source.SQLSource
 
COUNT_NODE - Static variable in interface de.spieleck.app.jacson.filter.FilterNames
 
COUNT_NODE - Static variable in class de.spieleck.app.jacson.filter.HeadFilter
 
CSVReport - class de.spieleck.app.jacson.report.CSVReport.
Report everything in a crude CSV (comma separated value) format.
CSVReport() - Constructor for class de.spieleck.app.jacson.report.CSVReport
 
CascadableReport - class de.spieleck.app.jacson.report.CascadableReport.
An report which dispatches a message to all contained (possible multiple) reports and one "parent Report".
CascadableReport() - Constructor for class de.spieleck.app.jacson.report.CascadableReport
 
CaseFilter - class de.spieleck.app.jacson.filter.CaseFilter.
Filter that converts chunks to all uppercase or all lowercase.
CaseFilter() - Constructor for class de.spieleck.app.jacson.filter.CaseFilter
 
ChunkSourceBase - class de.spieleck.app.jacson.source.ChunkSourceBase.
Abstract root for easy ChunkSources.
ChunkSourceBase() - Constructor for class de.spieleck.app.jacson.source.ChunkSourceBase
 
Config - class de.spieleck.config.Config.
Manager and Factory for Configurations.
ConfigFileNode - class de.spieleck.config.ConfigFileNode.
A ConfigNode that is responsible for actually holding nodes from a file.
ConfigListener - interface de.spieleck.config.ConfigListener.
Listener to be triggered when config changes.
ConfigNode - interface de.spieleck.config.ConfigNode.
Basic interface to programm against when using the Config tool.
ConfigNodeImpl - class de.spieleck.config.ConfigNodeImpl.
Basic Data container in a Config environment.
ConfigNodeImpl(String, String, ConfigParamMap) - Constructor for class de.spieleck.config.ConfigNodeImpl
Create a ConfigNodeImplementation.
ConfigNodeImpl(String, String, ConfigParamMap, int) - Constructor for class de.spieleck.config.ConfigNodeImpl
Create a ConfigNodeImplementation.
ConfigNodeImpl.ConfigIterator - class de.spieleck.config.ConfigNodeImpl.ConfigIterator.
 
ConfigNodeImpl.ConfigIterator(String) - Constructor for class de.spieleck.config.ConfigNodeImpl.ConfigIterator
 
ConfigParamMap - interface de.spieleck.config.ConfigParamMap.
Modell a container to take parameter values and expand parameter references.
ConfigSafeNode - class de.spieleck.config.ConfigSafeNode.
An implementation of config node, that does not allow the client to proceed upwards in the configuration tree.
ConfigSafeNode(ConfigNode, ConfigNode) - Constructor for class de.spieleck.config.ConfigSafeNode
Wrap a node into a safe one and prescibe a root.
ConfigSafeNode.SafeIterator - class de.spieleck.config.ConfigSafeNode.SafeIterator.
Wrapper class to return only safe ConfigNodes
ConfigSafeNode.SafeIterator(Iterator, ConfigNode) - Constructor for class de.spieleck.config.ConfigSafeNode.SafeIterator
 
ConfigUtil - class de.spieleck.app.jacson.util.ConfigUtil.
Simple wrapper class, to modify ConfigVerify to throw an exception instead of returning a node.
ConfigVerify - class de.spieleck.config.ConfigVerify.
Class to unify at least some detection of unwanted children.
ConfigVerify() - Constructor for class de.spieleck.config.ConfigVerify
 
ConfigVerify.Acceptor - interface de.spieleck.config.ConfigVerify.Acceptor.
Interface to be provided by a node to be verified.
ConstFilter - class de.spieleck.app.jacson.filter.ConstFilter.
This trivial Filter, which either blocks all source input or lets it all through.
ConstFilter() - Constructor for class de.spieleck.app.jacson.filter.ConstFilter
 
ConvertHelp - class de.spieleck.config.ConvertHelp.
Helperclass for type conversions.
CountDifferentHandler - class de.spieleck.app.jacson.eval.rhandler.CountDifferentHandler.
Count different Matches found.
CountDifferentHandler() - Constructor for class de.spieleck.app.jacson.eval.rhandler.CountDifferentHandler
 
CountEvaluator - class de.spieleck.app.jacson.eval.CountEvaluator.
A JacsonEvaluator simply counting everything, whatever it is.
CountEvaluator() - Constructor for class de.spieleck.app.jacson.eval.CountEvaluator
 
cLock - Variable in class de.spieleck.util.TaskQueue
Lock for counting
children() - Method in interface de.spieleck.config.ConfigNode
Enumerate my children.
children - Variable in class de.spieleck.config.ConfigNodeImpl
And cound your children!
children() - Method in class de.spieleck.config.ConfigNodeImpl
 
children() - Method in class de.spieleck.config.ConfigSafeNode
 
children() - Method in class de.spieleck.config.EmptyConfigNode
 
childrenNamed(String) - Method in interface de.spieleck.config.ConfigNode
Enumerate children of me, having a certain name.
childrenNamed(String) - Method in class de.spieleck.config.ConfigNodeImpl
 
childrenNamed(String) - Method in class de.spieleck.config.ConfigSafeNode
 
childrenNamed(String) - Method in class de.spieleck.config.EmptyConfigNode
 
chunkDispatch - Variable in class de.spieleck.app.jacson.JacsonBlock
special JacsonChunkDrain to dispatch chunk to Evaluators.
chunkNo - Variable in class de.spieleck.app.jacson.JacsonState
The chunk Counter
chunkQueue - Variable in class de.spieleck.app.jacson.source.TailSource
The queue of Chunks to be returned
chunks - Variable in class de.spieleck.app.jacson.source.LineChunkSource
 
classCache - Static variable in class de.spieleck.util.FastClassForName
Keep track of all classes aquired for faster second access.
cleanUp() - Method in class de.spieleck.app.jacson.source.MailSource
Cleaning up resources
clear() - Method in class de.spieleck.app.jacson.report.MultiReport
 
clear() - Method in class de.spieleck.app.jacson.report.TestReport
 
clearReports() - Method in class de.spieleck.app.jacson.JacsonBlock
 
close() - Method in class de.spieleck.app.jacson.JacsonReader
Close the stream.
compile(String, int) - Method in class de.spieleck.app.jacson.util.RegExpUtil
 
configName - Variable in class de.spieleck.app.jacson.JacsonReader
The name of the configuration in filesystem
contextClassForName(String, Class) - Static method in class de.spieleck.util.FastClassForName
Try to load a class from the right contextual classloader.
copyChildren(ConfigNode) - Method in class de.spieleck.config.ConfigNodeImpl
 
count - Variable in class de.spieleck.app.jacson.eval.CountEvaluator
Count the chunks coming in
count - Variable in class de.spieleck.app.jacson.filter.HeadFilter
Count of input chunks.
countChildren() - Method in interface de.spieleck.config.ConfigNode
Count the number of children we have.
countChildren() - Method in class de.spieleck.config.ConfigNodeImpl
 
countChildren() - Method in class de.spieleck.config.ConfigSafeNode
 
countChildren() - Method in class de.spieleck.config.EmptyConfigNode
 
countChildrenNamed(String) - Method in interface de.spieleck.config.ConfigNode
Count the number of children we have.
countChildrenNamed(String) - Method in class de.spieleck.config.ConfigNodeImpl
 
countChildrenNamed(String) - Method in class de.spieleck.config.ConfigSafeNode
 
countChildrenNamed(String) - Method in class de.spieleck.config.EmptyConfigNode
 
countReports() - Method in class de.spieleck.app.jacson.report.MultiReport
Count the registered Reports
createParam() - Method in class de.spieleck.app.jacson.ant.JacsonTask
Create an instance of an parameter for configuration.
createReport(ConfigNode, String) - Static method in class de.spieleck.app.jacson.JacsonBlock
Helper clazz to create an report
createSafeNode(ConfigNode) - Method in class de.spieleck.config.ConfigSafeNode
Moved to a factory pattern to avoid unnecessary constructions
createSafeNode(ConfigNode, ConfigNode) - Static method in class de.spieleck.config.ConfigSafeNode
Moved to a factory pattern to avoid unnecessary constructions
createSources(ConfigNode) - Method in class de.spieleck.app.jacson.JacsonGeneric
creates a JacsonSource from configuration
critical - Variable in class de.spieleck.util.ThreadPool
How many tasks are still running?
curChunk - Variable in class de.spieleck.app.jacson.select.ParameterSelect
Current chunk
curChunk - Variable in class de.spieleck.app.jacson.select.RegExpGroupSelect
 
curChunk - Variable in class de.spieleck.app.jacson.select.SubstringSelect
 
curChunk - Variable in class de.spieleck.app.jacson.select.TokenSelect
 
currentChunk - Variable in class de.spieleck.app.jacson.select.WordSelect
 

Spieleck
A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyleft 2002 spieleck.de.