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

A

ABOVE_AT_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Vertically above the attractor, at exactly distance
ABOVE_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Vertically above the attractor, with no comparison operator specified
ABOVE_MAX_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Vertically above the attractor, no further than distance
ABOVE_MIN_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Vertically above the attractor, no closer than distance
ALIGN_BOTTOM - Static variable in interface org.umber.crucible.old.layout.style.AlignStyle
Text should be aligned to the bottom
ALIGN_CENTER - Static variable in interface org.umber.crucible.old.layout.style.AlignStyle
Text should be aligned to the center
ALIGN_ENUM - Static variable in interface org.umber.crucible.old.layout.style.AlignStyle
Enumeration of text alignment
ALIGN_LEFT - Static variable in interface org.umber.crucible.old.layout.style.AlignStyle
Text should be aligned to the left
ALIGN_RIGHT - Static variable in interface org.umber.crucible.old.layout.style.AlignStyle
Text should be aligned to the right
ALIGN_TOP - Static variable in interface org.umber.crucible.old.layout.style.AlignStyle
Text should be aligned to the top
ASCII_ENGINE - Static variable in class org.umber.crucible.old.layout.LayoutFactory
The factory name for the AsciiLayout engine.
AbstractLayoutEngine - class org.umber.crucible.old.layout.AbstractLayoutEngine.
 
AbstractLayoutEngine() - Constructor for class org.umber.crucible.old.layout.AbstractLayoutEngine
 
Alert - class org.umber.catalan.process.queue.Alert.
A message returned from the transform processing.
Alert(AlertPriority, String) - Constructor for class org.umber.catalan.process.queue.Alert
Creates a new instance of Alert with a text message.
Alert(AlertPriority, Exception) - Constructor for class org.umber.catalan.process.queue.Alert
Creates a new instance of Alert with an exception.
Alert(AlertPriority, String, Exception) - Constructor for class org.umber.catalan.process.queue.Alert
Creates a new instance of Alert with a text message and an exception.
AlertPriority - class org.umber.catalan.process.queue.AlertPriority.
An enumeration of Alert severities.
AlertQueue - class org.umber.catalan.process.queue.AlertQueue.
Manager for all alerts generated during a processing run.
AlertQueue() - Constructor for class org.umber.catalan.process.queue.AlertQueue
Creates a new instance of AlertQueue.
AlignStyle - interface org.umber.crucible.old.layout.style.AlignStyle.
The directional orientation of the given area.
AllFilter - class org.umber.catalan.queues.filters.AllFilter.
Filter to select all commands currently in the queue.
AllFilter() - Constructor for class org.umber.catalan.queues.filters.AllFilter
 
AllStyle - interface org.umber.crucible.old.layout.style.AllStyle.
Composite style all known style interfaces.
AntPcdata - class org.umber.core.ant.AntPcdata.
JavaBean to encapsulate a text-only element inside an Ant task.
AntPcdata() - Constructor for class org.umber.core.ant.AntPcdata
 
AreaStyle - interface org.umber.crucible.old.layout.style.AreaStyle.
Composite style for layout area objects.
AsciiFieldManager - class org.umber.core.text.AsciiFieldManager.
A field-level manager for packing and unpacking ASCII data.
AsciiFieldManager(String) - Constructor for class org.umber.core.text.AsciiFieldManager
Creates a new instance of AsciiFieldManager.
AsciiLayout - class org.umber.crucible.old.layout.AsciiLayout.
Ascii art-style layout engine, a starting point for the TextRenderer
AsciiLayout() - Constructor for class org.umber.crucible.old.layout.AsciiLayout
 
AsciiRenderOutput - class org.umber.crucible.render.AsciiRenderOutput.
Render output to a String.
AsciiRenderOutput() - Constructor for class org.umber.crucible.render.AsciiRenderOutput
 
AsciiTemplate - class org.umber.crucible.template.AsciiTemplate.
Simple template implementation for ASCII files.
AsciiTemplate() - Constructor for class org.umber.crucible.template.AsciiTemplate
 
AsciiTemplate(Dimension) - Constructor for class org.umber.crucible.template.AsciiTemplate
 
AsciiTextGrid - class org.umber.crucible.render.AsciiTextGrid.
A text buffer for drawing characters to a two dimensional ASCII grid.
AsciiTextGrid(Dimension) - Constructor for class org.umber.crucible.render.AsciiTextGrid
 
AsciiTextGrid(int, int) - Constructor for class org.umber.crucible.render.AsciiTextGrid
 
AsciiToXml - class org.umber.crucible.docgen.AsciiToXml.
Parses an ASCII text document and converts it into an XML format for easier conversion.
AsciiToXml() - Constructor for class org.umber.crucible.docgen.AsciiToXml
 
AttributeFilter - class org.umber.bellows.query.AttributeFilter.
A query filter to extract Datum objects from a List based on the existence and/or value of a property within that node.
AttributeFilter(String) - Constructor for class org.umber.bellows.query.AttributeFilter
Creates a new instance of AttributeFilter which will collect objects with the given attribute set.
AttributeFilter(String, String) - Constructor for class org.umber.bellows.query.AttributeFilter
Creates a new instance of AttributeFilter which will collect objects with the given attribute set to the given value.
AttributeQueryTransformer - class org.umber.bellows.transform.AttributeQueryTransformer.
Query transformer that adds handling for attributes.
AttributeQueryTransformer(IDatumTransformer) - Constructor for class org.umber.bellows.transform.AttributeQueryTransformer
Creates a new instance of AttributeQueryTransformer.
acceptArea(LayoutArea) - Method in class org.umber.crucible.old.layout.AbstractLayoutEngine
Adds the area to the layout queue.
acceptArea(LayoutArea) - Method in class org.umber.crucible.old.layout.LayoutContext
Adds an area to the list of renderable areas for the current page.
acceptArea(LayoutArea) - Method in interface org.umber.crucible.old.layout.LayoutEngine
Adds the area to the layout queue.
acceptArea(LayoutArea, LayoutContext, List) - Method in class org.umber.crucible.old.layout.SimpleFlowLayout
Accept the entire contents of this area; if this is a group area, accept all child elements.
addAlert(Alert) - Method in class org.umber.catalan.process.queue.AlertQueue
Adds the alert to the queue.
addAllStyle(AllStyle) - Method in class org.umber.crucible.old.layout.style.StyleChain
Adds an AllStyle to the front of the lookup chain.
addArea(LayoutArea) - Method in class org.umber.crucible.old.layout.Page
Appends a new LayoutArea object into the Page.
addAreaStyle(AreaStyle) - Method in class org.umber.crucible.old.layout.style.StyleChain
Adds a AreaStyle to the front of the lookup chain.
addAreas(LayoutArea[]) - Method in class org.umber.crucible.old.layout.Page
Appends an array of LayoutArea objects into the Page.
addChildren(Datum) - Method in class org.umber.bellows.ListDatum
Appends a single child Datum to the end of the children array.
addChildren(Datum, int) - Method in class org.umber.bellows.ListDatum
Appends a single child Datum to the children array at the specified index.
addChildren(LayoutArea) - Method in class org.umber.crucible.old.layout.LayoutArea
Appends a new child LayoutArea object into this area.
addChildren(LayoutArea[]) - Method in class org.umber.crucible.old.layout.LayoutArea
Appends an array of child LayoutArea objects into this area.
addChildren(LayoutArea) - Method in class org.umber.crucible.old.layout.LayoutGroup
Appends a new child LayoutArea object into this area.
addChildren(LayoutArea[]) - Method in class org.umber.crucible.old.layout.LayoutGroup
Appends an array of child LayoutArea objects into this area.
addClassFilter(Class) - Method in class org.umber.catalan.process.queue.NodeSelection
Adds a constraint to select nodes of the given class or interface, or any derived classes.
addClassWorker(String, Class, IWorkProperties) - Method in class org.umber.catalan.process.workers.WorkerRegistry
Adds a newly instantiated IWorker of the given Class to the registry.
addClient(UmberSocketServer.ClientConnection) - Method in class org.umber.core.io.UmberSocketServer
Adds another client socket to the pool.
addColumn(ColumnMetadata) - Method in class org.umber.ballast.metadata.IndexMetadata
 
addConfiguredDtdToBean(BallastAntTask.DtdToBean) - Method in class org.umber.ballast.util.BallastAntTask
Loads the contents of the next <dtd-to-bean> child element.
addConfiguredDtdToFile(BallastAntTask.DtdToFile) - Method in class org.umber.ballast.util.BallastAntTask
Loads the contents of the next <dtd-to-file> child element.
addConfiguredFileset(FileSet) - Method in class org.umber.catalan.util.TransformTask
Loads the files selected by the <fileset> element into the list of input nodes.
addConfiguredFilterset(FilterSet) - Method in class org.umber.crucible.util.UserGuideAntTask
Adds a <filterset> element.
addConfiguredHtml(UserGuideAntTask.Html) - Method in class org.umber.crucible.util.UserGuideAntTask
Loads the PCDATA contents of the next child element.
addConfiguredInput(TransformTask.Input) - Method in class org.umber.catalan.util.TransformTask
Loads the PCDATA contents of the next child element.
addConfiguredJdbcToBean(BallastAntTask.JdbcToBean) - Method in class org.umber.ballast.util.BallastAntTask
Loads the contents of the next <jdbc-to-bean> child element.
addConfiguredPdf(UserGuideAntTask.Pdf) - Method in class org.umber.crucible.util.UserGuideAntTask
Loads the PCDATA contents of the next child element.
addConfiguredText(UserGuideAntTask.Text) - Method in class org.umber.crucible.util.UserGuideAntTask
Loads the PCDATA contents of the next child element.
addConfiguredXml(UserGuideAntTask.Xml) - Method in class org.umber.crucible.util.UserGuideAntTask
Loads the PCDATA contents of the next child element.
addConstraint(String) - Method in class org.umber.catalan.process.queue.NodeSelection
Adds the given selection constraint spec.
addContent(IContent) - Method in class org.umber.crucible.content.ContentSection
 
addContent(IContent[]) - Method in class org.umber.crucible.content.ContentSection
 
addContentFlows(String, ContentFlow[]) - Method in class org.umber.crucible.template.TemplateBase
Adds an array of ContentFlow objects to be associated with the named content section.
addCustomConverter(IMimeConverter) - Method in class org.umber.core.email.MimeManager
Adds a custom MIME type converter.
addCustomWorker(String, String, IWorkProperties) - Method in class org.umber.catalan.process.workers.WorkerRegistry
Adds a IWorker to the registry, derived from a IWorker that already exists in the registry.
addDirective(DirectiveStack.Directive) - Method in class org.umber.catalan.process.workers.xml.DirectiveStack
Adds a formatting Directive to the end of the stack.
addDirective(DirectiveStack.Directive) - Method in class org.umber.catalan.transform.xml.DirectiveStack
Adds a formatting Directive to the end of the stack.
addEntry(PdfName, PdfObject) - Method in class org.umber.crucible.grail.model.objects.PdfDictionary
 
addExclusion(String, String) - Method in class org.umber.catalan.transform.text.Normalizer
Adds an exclusion region, for example quoted data that should not be normalized.
addExternalWorker(String, IWorker, IWorkProperties) - Method in class org.umber.catalan.process.workers.WorkerRegistry
Adds an externally created IWorker to the registry.
addFallback(Datum) - Method in class org.umber.catalan.transform.ProcessorRegistry
Adds a registry map to the front of the registry.
addFile(String, File) - Method in class org.umber.core.io.ZipManager
 
addFlowArea(ILayoutArea) - Method in class org.umber.crucible.layout.Page
 
addFont(String, PdfFont) - Method in class org.umber.crucible.grail.model.PdfFontMap
 
addFontStyle(FontStyle) - Method in class org.umber.crucible.old.layout.style.StyleChain
Adds a FontStyle to the front of the lookup chain.
addImage(String, int, int) - Method in class org.umber.crucible.grail.model.PdfDocument
 
addImage(String, int, int) - Method in interface org.umber.crucible.pdf.IPdfDocument
 
addImage(String, int, int) - Method in class org.umber.crucible.pdf.cached.CachedPdfDocument
 
addImage(String, int, int) - Method in class org.umber.crucible.pdf.cached.CachedPdfPage
 
addIndex(int) - Method in class org.umber.catalan.process.queue.NodeSelection
Adds a constraint to select a single node by its zero-based index.
addLeftover(Object) - Method in class org.umber.catalan.transform.BaseNodeProcessor
Add a node to the list of unprocessed nodes.
addMarkup(FontStyle, int, int) - Method in class org.umber.crucible.old.layout.StyledText
Adds Style markup across a given range.
addOutput(String, Object) - Method in class org.umber.ballast.BallastOutput
 
addOverride(Datum) - Method in class org.umber.catalan.transform.ProcessorRegistry
Adds a registry map to the front of the registry.
addPage(Page) - Method in class org.umber.crucible.old.layout.Book
Appends a new Page object into the Book.
addPcdata(Datum, Object) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Appends PCDATA content to the given Datum node.
addPcdata(Object) - Method in class org.umber.bellows.ListDatum
Appends PCDATA content to the given Datum node.
addPropertySet(IWorkProperties) - Method in class org.umber.catalan.process.properties.ChainedProperties
Adds the given IWorkProperties object to the end of the chain.
addQueue(ICommandQueue) - Method in class org.umber.catalan.forge.Forge
 
addQueue(String, IQueue) - Method in class org.umber.catalan.process.queue.QueueManager
Adds a named queue.
addRange(int, int) - Method in class org.umber.catalan.process.queue.NodeSelection
Adds a constraint for a contiguous span of its zero-based indexes to select.
addRegexpFilter(String) - Method in class org.umber.catalan.process.queue.NodeSelection
Adds a constraint to select nodes that match the given regular expression.
addRelations(Relation) - Method in class org.umber.crucible.old.layout.Constraint
Appends a new Relation object into the Constraint.
addStaticArea(ILayoutArea) - Method in class org.umber.crucible.layout.Page
 
addStaticContent(String, ILayoutArea[]) - Method in class org.umber.crucible.template.TemplateBase
Adds a fully laid out block of static content, which will be stamped on each page in the named content section.
addTemplate(String, String) - Method in class org.umber.ballast.BallastInput
 
addText(String) - Method in class org.umber.catalan.util.TransformTask.Input
Assigns PCDATA element content.
addText(String) - Method in class org.umber.core.ant.AntPcdata
Assigns PCDATA element content.
addText(String) - Method in class org.umber.crucible.old.layout.StyledText
Appends the given text to the current text using the default style.
addText(String, FontStyle) - Method in class org.umber.crucible.old.layout.StyledText
Appends the given text to the current text using the given Style.
addText(String, PdfFont) - Method in class org.umber.crucible.pdf.cached.CachedPdfPage
 
addTextStyle(TextStyle) - Method in class org.umber.crucible.old.layout.style.StyleChain
Adds a TextStyle to the front of the lookup chain.
addToPage(Page, LayoutArea) - Method in class org.umber.crucible.old.layout.AsciiLayout
Attempts to add a single area to the Page.
addWorkersFromDatum(Datum) - Method in class org.umber.catalan.process.workers.XmlWorkerRegistry
Loads workers from any <workers> element inside the XML document.
addWorkersFromPath(String) - Method in class org.umber.catalan.process.workers.XmlWorkerRegistry
Loads workers from any <workers> element inside the XML document at the given path.
allowPropertyName(String) - Method in class org.umber.bellows.javabean.BeanToXmlFilter
Determines if the given JavaBean property name should be allowed into the XML document.
allowPropertyType(Class) - Method in class org.umber.bellows.javabean.BeanToXmlFilter
Determines if the given JavaBean property class should be allowed into the XML document.
applyDestinationNodes(Datum[], Datum[]) - Method in class org.umber.bellows.transform.AttributeQueryTransformer
Applies all transform output nodes to all destination nodes.
applyDestinationNodes(Datum[], Datum[]) - Method in class org.umber.bellows.transform.QueryTransformer
Applies all transform output nodes to all destination nodes.
applyStyle(String, PropertyName.PropertyStyle) - Static method in class org.umber.core.util.PropertyName
Converts the name to the requested naming style.
archiveFile(File) - Method in class org.umber.catalan.queues.DirectoryPollQueue
Archives a completed command file.
asFile() - Method in class org.umber.catalan.process.workers.io.IOAdapter
Converts the wrapped object into an File object.
asInputStream() - Method in class org.umber.catalan.process.workers.io.IOAdapter
Converts the wrapped object into an InputStream object.
asMap() - Method in class org.umber.catalan.process.properties.BaseWorkProperties
Adapts this property set into a Map instance.
asMap(IWorkProperties) - Static method in class org.umber.catalan.process.properties.BaseWorkProperties
Adapts a property set into a Map instance.
asOutputStream() - Method in class org.umber.catalan.process.workers.io.IOAdapter
Converts the wrapped object into an OutputStream object.
asOutputStream(boolean) - Method in class org.umber.catalan.process.workers.io.IOAdapter
Converts the wrapped object into an OutputStream object with appending preference.
asReader() - Method in class org.umber.catalan.process.workers.io.IOAdapter
Converts the wrapped object into a Reader object.
asWriter() - Method in class org.umber.catalan.process.workers.io.IOAdapter
Converts the wrapped object into a Writer object.
asWriter(boolean) - Method in class org.umber.catalan.process.workers.io.IOAdapter
Converts the wrapped object into a Writer object with appending preference.
attributeDecl(String, String, String, String, String) - Method in class org.umber.bellows.loader.SAXLoader
Report an attribute type declaration.

B

BELOW_AT_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Vertically below the attractor, at exactly distance
BELOW_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Vertically below the attractor, at exactly distance
BELOW_MAX_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Vertically below the attractor, no further than distance
BELOW_MIN_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Vertically below the attractor, no closer than distance
BOLD - Static variable in class org.umber.crucible.pdf.PdfFont
 
BallastAntTask - class org.umber.ballast.util.BallastAntTask.
Ant task for invoking the Ballast code generator.
BallastAntTask() - Constructor for class org.umber.ballast.util.BallastAntTask
 
BallastAntTask.DtdToBean - class org.umber.ballast.util.BallastAntTask.DtdToBean.
JavaBean to encapsulate <dtd-to-bean> element inside <ballast> Ant task.
BallastAntTask.DtdToBean() - Constructor for class org.umber.ballast.util.BallastAntTask.DtdToBean
 
BallastAntTask.DtdToFile - class org.umber.ballast.util.BallastAntTask.DtdToFile.
JavaBean to encapsulate <dtd-to-file> element inside <ballast> Ant task.
BallastAntTask.DtdToFile() - Constructor for class org.umber.ballast.util.BallastAntTask.DtdToFile
 
BallastAntTask.JdbcToBean - class org.umber.ballast.util.BallastAntTask.JdbcToBean.
JavaBean to encapsulate <jdbc-to-bean> element inside <ballast> Ant task.
BallastAntTask.JdbcToBean() - Constructor for class org.umber.ballast.util.BallastAntTask.JdbcToBean
 
BallastConfig - class org.umber.ballast.config.BallastConfig.
 
BallastConfig() - Constructor for class org.umber.ballast.config.BallastConfig
 
BallastConfigException - exception org.umber.ballast.config.BallastConfigException.
 
BallastConfigException(String) - Constructor for class org.umber.ballast.config.BallastConfigException
 
BallastConfigException(String, Throwable) - Constructor for class org.umber.ballast.config.BallastConfigException
 
BallastException - exception org.umber.ballast.BallastException.
Base exception class for Ballast API.
BallastException(String) - Constructor for class org.umber.ballast.BallastException
 
BallastException(String, Throwable) - Constructor for class org.umber.ballast.BallastException
 
BallastGeneratorException - exception org.umber.ballast.generator.BallastGeneratorException.
 
BallastGeneratorException(String) - Constructor for class org.umber.ballast.generator.BallastGeneratorException
 
BallastGeneratorException(String, Throwable) - Constructor for class org.umber.ballast.generator.BallastGeneratorException
 
BallastInput - class org.umber.ballast.BallastInput.
 
BallastInput() - Constructor for class org.umber.ballast.BallastInput
 
BallastInput(BallastInput.Template[]) - Constructor for class org.umber.ballast.BallastInput
 
BallastInput.Template - class org.umber.ballast.BallastInput.Template.
Encapsulates a Velocity template.
BallastInput.Template(String, String) - Constructor for class org.umber.ballast.BallastInput.Template
 
BallastOutput - class org.umber.ballast.BallastOutput.
Output of a Ballast generation process.
BallastOutput() - Constructor for class org.umber.ballast.BallastOutput
 
BallastQueryException - exception org.umber.ballast.metadata.BallastQueryException.
Ballast application exception for metadata query operations.
BallastQueryException(String) - Constructor for class org.umber.ballast.metadata.BallastQueryException
 
BallastQueryException(String, Throwable) - Constructor for class org.umber.ballast.metadata.BallastQueryException
 
BaseCommand - class org.umber.catalan.process.commands.BaseCommand.
Default implementation of ICommand.
BaseCommand(String, String) - Constructor for class org.umber.catalan.process.commands.BaseCommand
Creates a new instance of BaseCommand.
BaseCommand(String, String, PropertyInfo[], OptionalPropertyInfo[]) - Constructor for class org.umber.catalan.process.commands.BaseCommand
Creates a new instance of BaseCommand.
BaseCommandWorker - class org.umber.catalan.process.commands.BaseCommandWorker.
BaseWorker extension with support for the ICommand interface.
BaseCommandWorker() - Constructor for class org.umber.catalan.process.commands.BaseCommandWorker
 
BaseEmailManager - class org.umber.core.email.BaseEmailManager.
 
BaseEmailManager() - Constructor for class org.umber.core.email.BaseEmailManager
 
BaseForgeCommand - class org.umber.catalan.commands.BaseForgeCommand.
 
BaseForgeCommand(ICommandQueue, String, String, Map) - Constructor for class org.umber.catalan.commands.BaseForgeCommand
 
BaseJob - class org.umber.catalan.process.workers.BaseJob.
Base implementation of BaseJob API.
BaseJob(IWorkMetadata) - Constructor for class org.umber.catalan.process.workers.BaseJob
Creates a new instance of BaseJob.
BaseLog - class org.umber.core.logging.BaseLog.
 
BaseLog(String) - Constructor for class org.umber.core.logging.BaseLog
 
BaseLog.LogLevel - class org.umber.core.logging.BaseLog.LogLevel.
 
BaseMetadataHolder - class org.umber.catalan.process.workers.BaseMetadataHolder.
Minimal implementation of IWorker interface.
BaseMetadataHolder(String, String) - Constructor for class org.umber.catalan.process.workers.BaseMetadataHolder
Creates a new instance of BaseWorker with no property metadata.
BaseMetadataHolder(String, String, PropertyInfo[], OptionalPropertyInfo[]) - Constructor for class org.umber.catalan.process.workers.BaseMetadataHolder
Creates a new instance of BaseWorker with no property metadata.
BaseMetadataHolder(IWorkMetadata) - Constructor for class org.umber.catalan.process.workers.BaseMetadataHolder
Creates a new instance of BaseWorker with full metadata.
BaseNodeProcessor - class org.umber.catalan.transform.BaseNodeProcessor.
A common base implementation for NodeProcessor.
BaseNodeProcessor() - Constructor for class org.umber.catalan.transform.BaseNodeProcessor
Creates a new instance of BaseNodeProcessor.
BaseQueryCommand - class org.umber.catalan.process.workers.xml.BaseQueryCommand.
Shared class for XML commands that select XML content with a "query" property.
BaseQueryCommand(String, String) - Constructor for class org.umber.catalan.process.workers.xml.BaseQueryCommand
Creates a new instance of BaseQueryCommand.
BaseQueryCommand(String, String, PropertyInfo[], OptionalPropertyInfo[]) - Constructor for class org.umber.catalan.process.workers.xml.BaseQueryCommand
Creates a new instance of BaseQueryCommand.
BaseSchemaGenerator - class org.umber.ballast.schema.BaseSchemaGenerator.
 
BaseSchemaGenerator(BellowsSchema) - Constructor for class org.umber.ballast.schema.BaseSchemaGenerator
Creates a new instance of BaseSchemaGenerator which feeds the schema through one or more Velocity templates.
BaseSqlTypeMapper - class org.umber.ballast.generator.BaseSqlTypeMapper.
Common base implementation for ISqlTypeMapper.
BaseSqlTypeMapper() - Constructor for class org.umber.ballast.generator.BaseSqlTypeMapper
 
BaseTextCommand - class org.umber.catalan.process.workers.text.BaseTextCommand.
Common base class for text commands, for sharing common methods.
BaseTextCommand(String, String) - Constructor for class org.umber.catalan.process.workers.text.BaseTextCommand
Creates a new instance of BaseTextCommand.
BaseTextCommand(String, String, PropertyInfo[], OptionalPropertyInfo[]) - Constructor for class org.umber.catalan.process.workers.text.BaseTextCommand
Creates a new instance of BaseTextCommand.
BaseWorkProperties - class org.umber.catalan.process.properties.BaseWorkProperties.
Base class helper for IWorkProperties implementations.
BaseWorkProperties() - Constructor for class org.umber.catalan.process.properties.BaseWorkProperties
 
BaseWorker - class org.umber.catalan.process.workers.BaseWorker.
Shared implementation of the IWorker interface.
BaseWorker() - Constructor for class org.umber.catalan.process.workers.BaseWorker
Creates a new instance of BaseWorker with default autogenerated metadata.
BaseWorker(IWorkMetadata) - Constructor for class org.umber.catalan.process.workers.BaseWorker
Creates a new instance of BaseWorker.
BaseWorkspace - class org.umber.catalan.process.workspace.BaseWorkspace.
Running data context for an entire processing run.
BaseWorkspace() - Constructor for class org.umber.catalan.process.workspace.BaseWorkspace
Creates a new instance of IWorkspace.
BeanLoader - class org.umber.bellows.loader.BeanLoader.
Creates and loads a JavaBean of the given class, based on the contents of a Datum tree.
BeanLoader() - Constructor for class org.umber.bellows.loader.BeanLoader
 
BeanLoaderException - exception org.umber.bellows.loader.BeanLoaderException.
A checked exception to indicate errors while loading a JavaBean from a Datum tree.
BeanLoaderException() - Constructor for class org.umber.bellows.loader.BeanLoaderException
Creates a new instance of BeanLoaderException without detail message.
BeanLoaderException(String) - Constructor for class org.umber.bellows.loader.BeanLoaderException
Constructs an instance of BeanLoaderException with the specified detail message.
BeanToXml - class org.umber.bellows.javabean.BeanToXml.
Helper class to convert an JavaBean object in a Datum tree.
BeanToXml() - Constructor for class org.umber.bellows.javabean.BeanToXml
 
BeanToXml - class org.umber.catalan.transform.xml.BeanToXml.
A processor which converts each input node into an XML tree.
BeanToXml(Datum) - Constructor for class org.umber.catalan.transform.xml.BeanToXml
Creates a new instance of BeanToXml from the XML spec.
BeanToXml(boolean, PropertyName.PropertyStyle) - Constructor for class org.umber.catalan.transform.xml.BeanToXml
Creates a new instance of BeanToXml with the specified collapse and naming style.
BeanToXmlCommand - class org.umber.catalan.process.workers.javabean.BeanToXmlCommand.
Implementation of "bean-to-xml" command.
BeanToXmlCommand() - Constructor for class org.umber.catalan.process.workers.javabean.BeanToXmlCommand
Creates a new instance of BeanToXmlCommand.
BeanToXmlFilter - class org.umber.bellows.javabean.BeanToXmlFilter.
Filter to allow advanced control over which bean properties are allowed into the generated XML Datum tree.
BeanToXmlFilter() - Constructor for class org.umber.bellows.javabean.BeanToXmlFilter
Creates a new instance of BeanToXmlFilter with default settings.
BeanToXmlFilter(boolean) - Constructor for class org.umber.bellows.javabean.BeanToXmlFilter
Creates a new instance of BeanToXmlFilter to allow Collection properties.
BeanToXmlFilter(boolean, Class[], String[]) - Constructor for class org.umber.bellows.javabean.BeanToXmlFilter
Creates a new instance of BeanToXmlFilter with bean parent class and skipped properties.
BeanUnloader - class org.umber.bellows.loader.BeanUnloader.
Converts an arbitrary JavaBean object into a tree of Datum objects.
BeanUnloader() - Constructor for class org.umber.bellows.loader.BeanUnloader
 
BellowsBourretSchemaLoader - class org.umber.bellows.schema.BellowsBourretSchemaLoader.
Bellows schema loader which wraps the DTD parser written by Ron Bourret.
BellowsBourretSchemaLoader() - Constructor for class org.umber.bellows.schema.BellowsBourretSchemaLoader
 
BellowsBourretSchemaLoader.BourretNode - class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode.
 
BellowsBourretSchemaLoader.BourretNode(ElementType, DTD) - Constructor for class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
BellowsCommand - class org.umber.catalan.commands.BellowsCommand.
Forge command to run data through a Bellows XML transform.
BellowsCommand(ICommandQueue, String, String, Map) - Constructor for class org.umber.catalan.commands.BellowsCommand
 
BellowsException - exception org.umber.bellows.BellowsException.
Base exception class for Bellows API.
BellowsException(String) - Constructor for class org.umber.bellows.BellowsException
 
BellowsException(String, Throwable) - Constructor for class org.umber.bellows.BellowsException
 
BellowsIOException - exception org.umber.bellows.loader.BellowsIOException.
Exception to express I/O errors while reading or writing XML.
BellowsIOException(String) - Constructor for class org.umber.bellows.loader.BellowsIOException
 
BellowsIOException(String, Throwable) - Constructor for class org.umber.bellows.loader.BellowsIOException
 
BellowsParseException - exception org.umber.bellows.loader.BellowsParseException.
Exception to express XML parsing (SAX) errors while reading or writing XML.
BellowsParseException(String) - Constructor for class org.umber.bellows.loader.BellowsParseException
 
BellowsParseException(String, Throwable) - Constructor for class org.umber.bellows.loader.BellowsParseException
 
BellowsSchema - class org.umber.bellows.schema.BellowsSchema.
 
BellowsSchema() - Constructor for class org.umber.bellows.schema.BellowsSchema
 
BellowsSchemaException - exception org.umber.bellows.schema.BellowsSchemaException.
Error from parsing or handling a Bellows validation schema.
BellowsSchemaException(String) - Constructor for class org.umber.bellows.schema.BellowsSchemaException
 
BellowsSchemaException(String, Throwable) - Constructor for class org.umber.bellows.schema.BellowsSchemaException
 
BellowsSchemaException(String, Datum, Datum) - Constructor for class org.umber.bellows.schema.BellowsSchemaException
 
BellowsSchemaException(String, Throwable, Datum, Datum) - Constructor for class org.umber.bellows.schema.BellowsSchemaException
 
BellowsSchemaLoader - class org.umber.bellows.schema.BellowsSchemaLoader.
 
BellowsSchemaLoader() - Constructor for class org.umber.bellows.schema.BellowsSchemaLoader
 
BellowsWutkaSchemaLoader - class org.umber.bellows.schema.BellowsWutkaSchemaLoader.
Bellows schema loader which wraps the DTD parser written by Mark Wutka.
BellowsWutkaSchemaLoader() - Constructor for class org.umber.bellows.schema.BellowsWutkaSchemaLoader
 
BellowsWutkaSchemaLoader.WutkaAttribute - class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaAttribute.
 
BellowsWutkaSchemaLoader.WutkaAttribute(DTDAttribute) - Constructor for class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaAttribute
 
BellowsWutkaSchemaLoader.WutkaNode - class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode.
 
BellowsWutkaSchemaLoader.WutkaNode(DTDElement, DTD) - Constructor for class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
Book - class org.umber.crucible.old.layout.Book.
A collection of Page objects, to be passed on to a Renderer.
Book(ListDatum) - Constructor for class org.umber.crucible.old.layout.Book
Creates a new instance of Book
BorderStyle - interface org.umber.crucible.old.layout.style.BorderStyle.
Hints on how to draw the outline border of an area.
BraceMatchSplitter - class org.umber.core.text.splitters.BraceMatchSplitter.
Text splitter which divides a text document according to matching pairs of open/close brace tokens.
BraceMatchSplitter() - Constructor for class org.umber.core.text.splitters.BraceMatchSplitter
Creates a new instance of BraceMatchSplitter.
BraceMatchSplitter(String, String) - Constructor for class org.umber.core.text.splitters.BraceMatchSplitter
Creates a new instance of BraceMatchSplitter with custom braces.
buildCommand(File) - Method in class org.umber.catalan.queues.DirectoryPollQueue
Converts the file into an IForgeCommand object.
buildCommand(UmberEmail) - Method in class org.umber.catalan.queues.EmailQueue
Converts the email into a command.
buildCommand(Reader) - Method in class org.umber.catalan.queues.ReaderQueue
Loads a IForgeCommand object from the InputStream.
buildCommand(InputStream) - Method in class org.umber.catalan.queues.SocketQueue
Reads a single command from the InputStream.
buildCommand(InputStream) - Method in class org.umber.catalan.queues.StreamQueue
Loads a IForgeCommand object from the InputStream.
buildContentFlows(ContentSection) - Method in class org.umber.crucible.template.TemplateBase
Retrieves all flow streams for this template.
buildFlowLayout(Section, String, Book) - Method in class org.umber.crucible.old.templates.GenericTemplate
Renders a single flow region in the current section, using the data in the Book as an input source.
buildFlowLayout(Section, String, Book) - Method in class org.umber.crucible.old.templates.RenderTemplate
Renders a single flow region in the current section, using the data in the Book as an input source.
buildProcessor(String) - Method in class org.umber.bellows.query.FilterBuilder
Creates a INodeProcessor capable of filtering Datum query nodes.
buildProcessor(String) - Method in class org.umber.bellows.query.RegexpFilterBuilder
Creates a INodeProcessor capable of filtering Datum query nodes.
buildSchema(String) - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader
 
buildSchema(String) - Method in class org.umber.bellows.schema.BellowsSchemaLoader
Loads the XML schema definition into a Bellows schema.
buildSchema(String) - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader
 
buildStaticContent(ContentSection) - Method in class org.umber.crucible.template.TemplateBase
Creates the static content to put on each page.
buildStaticLayout(Section, String, Book) - Method in class org.umber.crucible.old.templates.GenericTemplate
Renders a single static region in the current section, using the data in the Book as an input source.
buildStaticLayout(Section, String, Book) - Method in class org.umber.crucible.old.templates.RenderTemplate
Renders a single static region in the current section, using the data in the Book as an input source.

C

CASE_DELIM_STYLE - Static variable in class org.umber.core.util.PropertyName
Property formatting style for case-delimited names, e.g., MyProperty
COMMONS_LOGGER - Static variable in class org.umber.core.logging.LogFactory
 
CORE_PARSER - Static variable in class org.umber.bellows.query.QueryNodeFactory
IQueryNode implementation for core query parsing.
CRIMSON_READER - Static variable in class org.umber.bellows.loader.SAXLoader
The fully qualified class for the Apache Crimson SAX2 XML Reader
CachedImage - class org.umber.crucible.pdf.cached.CachedImage.
 
CachedImage(String, int, int) - Constructor for class org.umber.crucible.pdf.cached.CachedImage
 
CachedPdfDocument - class org.umber.crucible.pdf.cached.CachedPdfDocument.
Intermediate Document implementation which caches all IPdfDocument operations.
CachedPdfDocument() - Constructor for class org.umber.crucible.pdf.cached.CachedPdfDocument
 
CachedPdfPage - class org.umber.crucible.pdf.cached.CachedPdfPage.
 
CachedPdfPage() - Constructor for class org.umber.crucible.pdf.cached.CachedPdfPage
 
CachedPdfPage(int, int) - Constructor for class org.umber.crucible.pdf.cached.CachedPdfPage
 
CachedText - class org.umber.crucible.pdf.cached.CachedText.
 
CachedText(String, PdfFont) - Constructor for class org.umber.crucible.pdf.cached.CachedText
 
CaseFilter - class org.umber.core.text.filters.CaseFilter.
Text filter to alter the upper/lower capitalization style of a text document.
CaseFilter(CaseFilter.CaseStyle) - Constructor for class org.umber.core.text.filters.CaseFilter
Creates a new instance of CaseFilter.
CaseFilter.CaseStyle - class org.umber.core.text.filters.CaseFilter.CaseStyle.
Enumeration for upper/lower case capitalization styles.
CaseFilter.CaseStyle() - Constructor for class org.umber.core.text.filters.CaseFilter.CaseStyle
 
CatalanCommandException - exception org.umber.catalan.commands.CatalanCommandException.
Fatal error while running a Catalan command.
CatalanCommandException(String) - Constructor for class org.umber.catalan.commands.CatalanCommandException
 
CatalanCommandException(String, Throwable) - Constructor for class org.umber.catalan.commands.CatalanCommandException
 
CatalanException - exception org.umber.catalan.CatalanException.
Base exception class for Catalan API.
CatalanException(String) - Constructor for class org.umber.catalan.CatalanException
 
CatalanException(String, Throwable) - Constructor for class org.umber.catalan.CatalanException
 
CatalanLogFormatter - class org.umber.catalan.util.CatalanLogFormatter.
Custom Java 1.4 logging formatter.
CatalanLogFormatter() - Constructor for class org.umber.catalan.util.CatalanLogFormatter
 
CatalanPersistException - exception org.umber.catalan.persisters.CatalanPersistException.
 
CatalanPersistException(String) - Constructor for class org.umber.catalan.persisters.CatalanPersistException
 
CatalanPersistException(String, Throwable) - Constructor for class org.umber.catalan.persisters.CatalanPersistException
 
CatalanQueueException - exception org.umber.catalan.queues.CatalanQueueException.
Exception thrown while initializing or operating with a Catalan Queue implementation.
CatalanQueueException(String) - Constructor for class org.umber.catalan.queues.CatalanQueueException
 
CatalanQueueException(String, Throwable) - Constructor for class org.umber.catalan.queues.CatalanQueueException
 
ChainedProperties - class org.umber.catalan.process.properties.ChainedProperties.
A IWorkProperties that merges more than one IWorkProperties object into a chain of configurations.
ChainedProperties() - Constructor for class org.umber.catalan.process.properties.ChainedProperties
Creates a new instance of ChainedProperties.
ChangeCaseCommand - class org.umber.catalan.process.workers.text.ChangeCaseCommand.
Implementation of "change-case" command.
ChangeCaseCommand() - Constructor for class org.umber.catalan.process.workers.text.ChangeCaseCommand
Creates a new instance of ChangeCaseCommand.
ClassHelper - class org.umber.core.util.ClassHelper.
Helper methods for dealing with Java classes.
ClassHelper() - Constructor for class org.umber.core.util.ClassHelper
 
ColumnMetadata - class org.umber.ballast.metadata.ColumnMetadata.
Simple JavaBean for JDBC column metadata.
ColumnMetadata() - Constructor for class org.umber.ballast.metadata.ColumnMetadata
 
CommandArgs - class org.umber.core.util.CommandArgs.
Utility class for managing command line arguments.
CommandArgs(String[]) - Constructor for class org.umber.core.util.CommandArgs
Creates a new instance of CommandArgs.
CommandArgs(String[], CommandArgs.ArgSpec[]) - Constructor for class org.umber.core.util.CommandArgs
Creates a new instance of CommandArgs with the given argument specs.
CommandArgs.ArgSpec - class org.umber.core.util.CommandArgs.ArgSpec.
 
CommandArgs.ArgSpec(String, boolean) - Constructor for class org.umber.core.util.CommandArgs.ArgSpec
 
CommandArgs.ArgSpec(String, boolean, String) - Constructor for class org.umber.core.util.CommandArgs.ArgSpec
 
CommandContext - class org.umber.catalan.process.commands.CommandContext.
Encapsulates the set of parameters which should be passed to the ICommand.run() method.
CommandContext(IWorkProperties, IWorkspace) - Constructor for class org.umber.catalan.process.commands.CommandContext
Creates a new instance of CommandContext.
CommandContext(IWorkProperties, IWorkspace, List) - Constructor for class org.umber.catalan.process.commands.CommandContext
Creates a new instance of CommandContext with an active nodes set.
CommandOp - class org.umber.crucible.old.templates.generic.CommandOp.
Common base class for all template ops that represent processing commands.
CommandOp(Datum, StyleMap) - Constructor for class org.umber.crucible.old.templates.generic.CommandOp
Creates a new instance of CommandOp.
CommandOp(Datum, StyleMap, StyleChain) - Constructor for class org.umber.crucible.old.templates.generic.CommandOp
Creates a new instance of CommandOp with an optional StyleChain fallback.
CommandResult - class org.umber.catalan.commands.CommandResult.
The success or failure of a Catalan processing command.
CommandResult(IForgeCommand, boolean, String, Object) - Constructor for class org.umber.catalan.commands.CommandResult
 
CommonProperties - class org.umber.catalan.process.properties.CommonProperties.
IWorkProperties wrapper to add accessors for universally used properties.
CommonProperties(IWorkProperties) - Constructor for class org.umber.catalan.process.properties.CommonProperties
Creates a new instance of CommonProperties.
CommonsLog - class org.umber.core.logging.CommonsLog.
 
CommonsLog(String) - Constructor for class org.umber.core.logging.CommonsLog
 
CompositeCommand - class org.umber.catalan.commands.CompositeCommand.
Forge command to run the same data set through multiple parallel commands.
CompositeCommand(ICommandQueue, String, String, Map) - Constructor for class org.umber.catalan.commands.CompositeCommand
 
ConcatenateCommand - class org.umber.catalan.process.workers.text.ConcatenateCommand.
Implementation of "concat" command.
ConcatenateCommand() - Constructor for class org.umber.catalan.process.workers.text.ConcatenateCommand
Creates a new instance of ConcatenateCommand.
Concatenator - class org.umber.catalan.transform.text.Concatenator.
A processor which converts all input nodes into String formats and concatenates them into a single output String node.
Concatenator(Datum) - Constructor for class org.umber.catalan.transform.text.Concatenator
Creates a new instance of Concatenator from the XML spec.
Concatenator(int, String) - Constructor for class org.umber.catalan.transform.text.Concatenator
Creates a new instance of Concatenator with a maximum node count and a separator.
Concatenator - class org.umber.core.text.joiners.Concatenator.
Text merger which concatenates all fragments into a single document.
Concatenator() - Constructor for class org.umber.core.text.joiners.Concatenator
Creates a new instance of Concatenator.
Concatenator(String) - Constructor for class org.umber.core.text.joiners.Concatenator
Creates a new instance of Concatenator with a delimiter.
ConfigFactory - class org.umber.ballast.config.ConfigFactory.
 
Constraint - class org.umber.crucible.old.layout.Constraint.
Geometrical constraints for a single LayoutArea object.
Constraint() - Constructor for class org.umber.crucible.old.layout.Constraint
Creates a new instance of Constraint.
Constraint(Dimension) - Constructor for class org.umber.crucible.old.layout.Constraint
Creates a new instance of Constraint.
Constraint(Dimension, boolean) - Constructor for class org.umber.crucible.old.layout.Constraint
Creates a new instance of Constraint.
Constraint(Dimension, Dimension, Dimension, boolean) - Constructor for class org.umber.crucible.old.layout.Constraint
Creates a new instance of Constraint.
ContentFlow - class org.umber.crucible.template.ContentFlow.
A single subset of content to be rendered across one or more regions on a Page.
ContentFlow(IContentFilter, Rectangle[]) - Constructor for class org.umber.crucible.template.ContentFlow
Creates a new instance of ContentFlow.
ContentOp - class org.umber.crucible.old.templates.generic.ContentOp.
Common base class for all template ops that produce renderable content.
ContentOp(Datum, StyleMap) - Constructor for class org.umber.crucible.old.templates.generic.ContentOp
Creates a new instance of ContentOp.
ContentOp(Datum, StyleMap, StyleChain) - Constructor for class org.umber.crucible.old.templates.generic.ContentOp
Creates a new instance of ContentOp with an optional StyleChain fallback.
ContentSection - class org.umber.crucible.content.ContentSection.
A block of data content within a document.
ContentSection(String) - Constructor for class org.umber.crucible.content.ContentSection
 
ContentTree - class org.umber.crucible.content.ContentTree.
Top-level data container.
ContentTree() - Constructor for class org.umber.crucible.content.ContentTree
 
ContentType - class org.umber.crucible.content.ContentType.
Default implementation of IContentType.
ContentType(String) - Constructor for class org.umber.crucible.content.ContentType
 
ContentType(String, String) - Constructor for class org.umber.crucible.content.ContentType
 
ContentType(String, String, int) - Constructor for class org.umber.crucible.content.ContentType
 
ControlWorker - class org.umber.catalan.process.workers.control.ControlWorker.
IWorker implementation which provides flow control and maintenance functions.
ControlWorker() - Constructor for class org.umber.catalan.process.workers.control.ControlWorker
 
Coord - class org.umber.crucible.layout.Coord.
A single point inside a coordinate space.
Coord(int, int) - Constructor for class org.umber.crucible.layout.Coord
 
CopyProcessor - class org.umber.catalan.transform.xform.CopyProcessor.
A Datum-only NodeProcessor for duplicating existing XML content to other parts of the same XML tree.
CopyProcessor(Datum) - Constructor for class org.umber.catalan.transform.xform.CopyProcessor
Creates a new instance of CopyProcessor from the XML spec.
CopyProcessor(String, String, String, int) - Constructor for class org.umber.catalan.transform.xform.CopyProcessor
Creates a new instance of CopyProcessor.
CopyTransformer - class org.umber.bellows.transform.CopyTransformer.
QueryTransformer to copy each source node to all destination nodes.
CopyTransformer() - Constructor for class org.umber.bellows.transform.CopyTransformer
Creates a new instance of CopyTransformer.
CrucibleCommand - class org.umber.catalan.commands.CrucibleCommand.
Forge command to run data through the Crucible document engine.
CrucibleCommand(ICommandQueue, String, String, Map) - Constructor for class org.umber.catalan.commands.CrucibleCommand
 
CrucibleContentException - exception org.umber.crucible.content.CrucibleContentException.
Base exception class for Crucible Content API.
CrucibleContentException(String) - Constructor for class org.umber.crucible.content.CrucibleContentException
 
CrucibleContentException(String, Throwable) - Constructor for class org.umber.crucible.content.CrucibleContentException
 
CrucibleException - exception org.umber.crucible.CrucibleException.
Base exception class for Umber Crucible API.
CrucibleException(String) - Constructor for class org.umber.crucible.CrucibleException
 
CrucibleException(String, Throwable) - Constructor for class org.umber.crucible.CrucibleException
 
CrucibleLayoutException - exception org.umber.crucible.layout.CrucibleLayoutException.
Base exception class for Umber Crucible LayoutTree API.
CrucibleLayoutException(String) - Constructor for class org.umber.crucible.layout.CrucibleLayoutException
 
CrucibleLayoutException(String, Throwable) - Constructor for class org.umber.crucible.layout.CrucibleLayoutException
 
CruciblePdfException - exception org.umber.crucible.pdf.CruciblePdfException.
Base exception class for Umber Crucible PDF API.
CruciblePdfException(String) - Constructor for class org.umber.crucible.pdf.CruciblePdfException
 
CruciblePdfException(String, Throwable) - Constructor for class org.umber.crucible.pdf.CruciblePdfException
 
CruciblePdfReadException - exception org.umber.crucible.pdf.CruciblePdfReadException.
Umber Crucible exception for PDF parsing exceptions.
CruciblePdfReadException(String) - Constructor for class org.umber.crucible.pdf.CruciblePdfReadException
 
CruciblePdfReadException(String, Throwable) - Constructor for class org.umber.crucible.pdf.CruciblePdfReadException
 
CruciblePdfRenderer - class org.umber.crucible.ext.CruciblePdfRenderer.
Pdf rendering wrapper for builtin Crucible PDF library.
CruciblePdfRenderer() - Constructor for class org.umber.crucible.ext.CruciblePdfRenderer
 
CruciblePdfWriteException - exception org.umber.crucible.pdf.CruciblePdfWriteException.
Umber Crucible exception for PDF creation exceptions.
CruciblePdfWriteException(String) - Constructor for class org.umber.crucible.pdf.CruciblePdfWriteException
 
CruciblePdfWriteException(String, Throwable) - Constructor for class org.umber.crucible.pdf.CruciblePdfWriteException
 
CrucibleRenderException - exception org.umber.crucible.render.CrucibleRenderException.
Base exception class for Umber Crucible Render API.
CrucibleRenderException(String) - Constructor for class org.umber.crucible.render.CrucibleRenderException
 
CrucibleRenderException(String, Throwable) - Constructor for class org.umber.crucible.render.CrucibleRenderException
 
calculateFinalExtents(LayoutArea, LayoutContext) - Method in class org.umber.crucible.old.layout.SimpleFlowLayout
Creates an extent for placing the area in its final position in the layout.
calculatePartitionLength(String) - Method in class org.umber.catalan.process.workers.partition.Partition
Finds the length of this partition.
canBreakAt(int) - Method in class org.umber.crucible.old.layout.LayoutArea
Determines if this area can be broken at the given height, measured from the top of the area.
canQuit() - Method in class org.umber.catalan.queues.DirectoryPollQueue
Determines if the queue can safely disconnect without losing its current status.
canQuit() - Method in class org.umber.catalan.queues.EmailQueue
Determines if the queue can safely shut down without losing its current status.
canQuit() - Method in interface org.umber.catalan.queues.ICommandQueue
Determines if the queue can safely shut down without losing its current status.
canQuit() - Method in class org.umber.catalan.queues.ReaderQueue
Determines if the queue can safely disconnect without losing its current status.
canQuit() - Method in class org.umber.catalan.queues.SingleFileQueue
Determines if the queue can safely shut down without losing its current status.
canQuit() - Method in class org.umber.catalan.queues.SocketQueue
Determines if the queue can safely shut down without losing its current status.
canQuit() - Method in class org.umber.catalan.queues.StreamQueue
Determines if the queue can safely disconnect without losing its current status.
charWidth(char) - Method in class org.umber.crucible.old.layout.style.FontStyleMetrics
Estimates the width of the given character in this style.
characters(char[], int, int) - Method in class org.umber.bellows.loader.SAXLoader
SAX callback for processing XML PCDATA character data.
checkDependencies() - Static method in class org.umber.core.email.EmailFactory
Ensures that all JavaMail dependencies are available on the CLASSPATH.
checkDependencies(String[][]) - Static method in class org.umber.core.util.ClassHelper
Determines if all library dependencies are available on the CLASSPATH.
classExists(String) - Static method in class org.umber.core.util.ClassHelper
Determines if the fully qualified class is available on the CLASSPATH.
clear() - Method in class org.umber.crucible.old.layout.StyledText
Removes all text and markup.
clearContentFlows() - Method in class org.umber.crucible.template.TemplateBase
Removes all content flows set by addContentFlows().
clearPages() - Method in class org.umber.crucible.old.layout.Book
Removes all current pages.
clearQueue() - Method in class org.umber.crucible.old.layout.AbstractLayoutEngine
Empties out the layout queue.
clearQueue() - Method in interface org.umber.crucible.old.layout.LayoutEngine
Empties out the layout queue.
clearSelection() - Method in class org.umber.catalan.process.queue.NodeSelection
Removes all current selection constraints.
clearStaticContent() - Method in class org.umber.crucible.template.TemplateBase
Removes all static content set by addStaticContent().
close() - Method in class org.umber.bellows.loader.DatumReader
 
close() - Method in class org.umber.core.email.BaseEmailManager
 
close() - Method in interface org.umber.core.email.IEmailManager
 
close() - Method in class org.umber.core.email.JavaMailEmailManager
 
comment(char[], int, int) - Method in class org.umber.bellows.loader.SAXLoader
Report an XML comment anywhere in the document.
compareTo(Object) - Method in class org.umber.crucible.layout.Coord
 
compareTo(Object) - Method in class org.umber.crucible.layout.LayoutAreaBase
Sort areas according to Rectangle position.
compareTo(Object) - Method in class org.umber.crucible.layout.Rectangle
 
connect() - Method in class org.umber.catalan.queues.DatabaseQueue
Establishes a connection to the queue.
connect() - Method in class org.umber.catalan.queues.DirectoryPollQueue
Establishes a connection to the queue.
connect() - Method in class org.umber.catalan.queues.EmailQueue
Establishes a connection to the queue.
connect() - Method in interface org.umber.catalan.queues.ICommandQueue
Establishes a connection to the queue.
connect() - Method in class org.umber.catalan.queues.ReaderQueue
Establishes a connection to the queue.
connect() - Method in class org.umber.catalan.queues.SingleFileQueue
Establishes a connection to the queue.
connect() - Method in class org.umber.catalan.queues.SocketQueue
Establishes a connection to the queue.
connect() - Method in class org.umber.catalan.queues.StreamQueue
Establishes a connection to the queue.
connect(Service) - Method in class org.umber.core.email.JavaMailProperties
Connects to the JavaMail Service using the properties set in this object.
constructorExists(Class, Object[]) - Static method in class org.umber.core.util.ClassHelper
Searches the given class for a matching argument list; is flexible with primitives and their object counterparts.
convertBean(Object, PropertyName.PropertyStyle, boolean) - Method in class org.umber.bellows.javabean.BeanToXml
Converts an arbitrary JavaBean object into a Bellows XML tree.
convertBean(Object, PropertyName.PropertyStyle, boolean, BeanToXmlFilter) - Method in class org.umber.bellows.javabean.BeanToXml
Converts an arbitrary JavaBean object into a Bellows XML tree.
convertBean(Object, PropertyName.PropertyStyle, boolean) - Method in class org.umber.catalan.process.workers.javabean.BeanToXmlCommand
Converts an arbitrary JavaBean object into a Bellows XML tree.
convertClassToElementName(Class, PropertyName.PropertyStyle) - Static method in class org.umber.bellows.javabean.BeanToXml
Convert class object into an XML element name.
convertIncoming(String, Object) - Method in class org.umber.bellows.util.XmlMimeConverter
 
convertIncoming(String, Object) - Method in interface org.umber.core.email.IMimeConverter
Converts a MIME object from an incoming email into a Java object the application can use directly.
convertIncoming(String, Object) - Method in class org.umber.core.email.MimeManager
Convert an incoming email object into a more usable object for UmberEmail.getContents().
convertOutgoing(Object) - Method in class org.umber.bellows.util.XmlMimeConverter
 
convertOutgoing(Object) - Method in interface org.umber.core.email.IMimeConverter
Converts an arbitrary Java application object into an outgoing text document.
convertOutgoing(Object) - Method in class org.umber.core.email.MimeManager
Converts an outgoing email object into a suitable outgoing format.
convertToArray(List) - Method in class org.umber.catalan.process.workers.text.BaseTextCommand
Loads String versions of all given nodes into a String array.
convertToJavaMail(UmberEmail, Session) - Method in class org.umber.core.email.JavaMailEmailManager
Converts an UmberEmail instance into a JavaMail MimeMessage.
convertToUmberEmail(Message, boolean) - Method in class org.umber.core.email.JavaMailEmailManager
 
convertToXml(String) - Method in class org.umber.catalan.process.workers.text.TextToXmlCommand
Converts the given text into a Bellows XML tree.
convertToXml(String) - Method in class org.umber.crucible.docgen.AsciiToXml
Converts the given text into a Bellows XML tree.
convertXml(Datum, String) - Method in class org.umber.bellows.javabean.XmlToBean
Loads an XML tree into a JavaBean object from a fully qualified class String.
convertXml(Datum, Class) - Method in class org.umber.bellows.javabean.XmlToBean
Loads an XML tree into a JavaBean object from a Java Class.
convertXml(String, Datum) - Method in class org.umber.catalan.process.workers.javabean.XmlToBeanCommand
Loads an XML tree into a JavaBean object from a fully qualified class String.
convertXml(Class, Datum) - Method in class org.umber.catalan.process.workers.javabean.XmlToBeanCommand
Loads an XML tree into a JavaBean object from a Java Class.
copyNodes(String, String, int, NodeSelection) - Method in class org.umber.catalan.process.queue.QueueManager
Copies nodes from one IQueue to another.
copyTypes(TypesafeDatum) - Method in class org.umber.bellows.validate.TypesafeDatum
Copies the property types from the supplied Datum into this Datum.
createBorder(int, Color) - Static method in class org.umber.crucible.old.layout.LayoutShape
Creates a border shape area.
createConnection() - Method in class org.umber.ballast.config.JdbcConfig
Creates a JDBC connection from the current state of config properties.
createDocument() - Static method in class org.umber.crucible.pdf.PdfFactory
Creates a Crucible wrapper around a PDF document.
createGnuJpdfDocument() - Static method in class org.umber.crucible.pdf.PdfFactory
Creates a Crucible wrapper around a GNU jPDF document.
createHeader(String, int) - Static method in class org.umber.crucible.content.TextContent
 
createHtml(Datum) - Method in class org.umber.crucible.docgen.XmlToHtml
 
createITextDocument() - Static method in class org.umber.crucible.pdf.PdfFactory
Creates a Crucible wrapper around an iText document.
createNewPage(Book) - Method in class org.umber.crucible.old.templates.GenericTemplate
Creates a new Page object, initialized with width, height, and margins appropriate to this template and Book.
createNewPage(Book) - Method in class org.umber.crucible.old.templates.RenderTemplate
Creates a new Page object, initialized with width, height, and margins appropriate to this template and Book.
createNode(String) - Method in class org.umber.bellows.query.QueryNodeFactory
Creates a QueryNode with the default node-parsing implementation.
createNode(String, String) - Method in class org.umber.bellows.query.QueryNodeFactory
Creates an IQueryNode with the requested node-parsing implementation.
createNodeProcessor(String) - Method in class org.umber.bellows.query.DefaultQueryNode
 
createNodeProcessor(String) - Method in class org.umber.bellows.query.QueryNodeBase
Creates a filter object based on the text of the given filter.
createNodeProcessor(String) - Method in class org.umber.bellows.query.RegexpQueryNode
 
createNodeProps(ISchemaNode, Map, BallastInput.Template) - Method in class org.umber.ballast.schema.SchemaJavaGenerator
 
createOp(Datum, StyleMap) - Static method in class org.umber.crucible.old.templates.generic.GenericOp
Factory method for creating new ops.
createOp(Datum, StyleMap, StyleChain) - Static method in class org.umber.crucible.old.templates.generic.GenericOp
Factory method for creating new ops initialized with an optional StyleChain fallback.
createPadding(int, int) - Static method in class org.umber.crucible.old.layout.LayoutPadding
Creates a new instance of LayoutPadding with the given preferred size.
createPadding(int, int, int, int) - Static method in class org.umber.crucible.old.layout.LayoutPadding
Creates a new instance of LayoutPadding with the given preferred size.
createPdf(Datum, boolean) - Method in class org.umber.crucible.docgen.XmlToPdf
 
createPdf(Datum, Datum, boolean) - Method in class org.umber.crucible.docgen.XmlToPdf
 
createPdfBoxDocument() - Static method in class org.umber.crucible.pdf.PdfFactory
Creates a Crucible wrapper around a PdfBox document.
createProcessor(Datum) - Method in class org.umber.catalan.transform.ProcessorRegistry
Instantiates a processor from the settings in the given Transform XML operation.
createRunner() - Static method in class org.umber.core.velocity.VelocityFactory
Instantiates a VelocityRunner object if Velocity is available on the classpath.
createRunner() - Static method in class org.umber.crucible.jasper.JasperFactory
 
createText(String) - Static method in class org.umber.crucible.content.TextContent
 
createTitle(String) - Static method in class org.umber.crucible.content.TextContent
 
createTypeMapper() - Method in class org.umber.ballast.config.BallastConfig
 
currentNode() - Method in class org.umber.bellows.query.QueryPath
Returns the current node.

D

DEBUG - Static variable in class org.umber.core.logging.BaseLog
 
DEFAULT_NAMESPACE - Static variable in class org.umber.bellows.Datum
Default namespace to use when none is specified.
DEFAULT_PAGE_SIZE - Static variable in class org.umber.crucible.template.AsciiTemplate
 
DEFAULT_PARSER - Static variable in class org.umber.bellows.query.QueryNodeFactory
Default class for instantiating IQueryNode objects
DEFAULT_SEPARATOR - Static variable in class org.umber.bellows.query.QueryPath
 
DEFAULT_STYLE - Static variable in class org.umber.core.util.PropertyName
Default property formatting style
DEFAULT_STYLE - Static variable in class org.umber.crucible.old.layout.style.DefaultStyle
Sole public instance of DefaultStyle
DOCUMENT_INFO_PROPERTY - Static variable in class org.umber.bellows.loader.SAXLoader
The name of the root property which contains all document-level info
DatabaseQueue - class org.umber.catalan.queues.DatabaseQueue.
Command queue which pulls commands from a database.
DatabaseQueue(String, String, String, String) - Constructor for class org.umber.catalan.queues.DatabaseQueue
 
Datum - class org.umber.bellows.Datum.
A single unit of generic data.
Datum() - Constructor for class org.umber.bellows.Datum
Creates a new instance of Datum
Datum(String) - Constructor for class org.umber.bellows.Datum
Creates a new instance of Datum with the given type name.
Datum(String, String) - Constructor for class org.umber.bellows.Datum
Creates a new instance of Datum with the given type and id names.
Datum(Datum) - Constructor for class org.umber.bellows.Datum
Creates a new instance of Datum by copying the properties from the copyDatum into the new Datum.
DatumBrowser - class org.umber.bellows.DatumBrowser.
Deprecated.  
DatumBrowser(ListDatum) - Constructor for class org.umber.bellows.DatumBrowser
Deprecated. Creates a new instance of DatumBrowser.
DatumQuery - class org.umber.bellows.DatumQuery.
A single XPath-like query which expresses a path through a tree of Datum objects.
DatumQuery(Datum, String) - Constructor for class org.umber.bellows.DatumQuery
Creates a new instance of DatumQuery.
DatumQuery(Datum, String, String, String) - Constructor for class org.umber.bellows.DatumQuery
Creates a new instance of DatumQuery with custom node separator and QueryNode parser class.
DatumReader - class org.umber.bellows.loader.DatumReader.
Reader for converting an XML stream into a Datum object tree.
DatumReader(Reader) - Constructor for class org.umber.bellows.loader.DatumReader
Creates a new instance of DatumReader.
DatumReader(Reader, String) - Constructor for class org.umber.bellows.loader.DatumReader
Creates a new instance of DatumReader which uses the custom XML parser class.
DatumReader(Reader, String, String) - Constructor for class org.umber.bellows.loader.DatumReader
Creates a new instance of DatumReader which uses the custom XML parser class and the base URI to resolve relative URIs in the XML document.
DatumStyleMap - class org.umber.crucible.old.layout.style.DatumStyleMap.
StyleMap wrapper around a <style-map> Datum tree.
DatumStyleMap(Datum) - Constructor for class org.umber.crucible.old.layout.style.DatumStyleMap
Creates a new instance of DatumStyleMap.
DatumStyleWrapper - class org.umber.crucible.old.layout.style.DatumStyleWrapper.
Convenience wrapper that exports all known style interfaces from a single Datum object.
DatumStyleWrapper() - Constructor for class org.umber.crucible.old.layout.style.DatumStyleWrapper
Creates a new instance of DatumStyleWrapper with all default values.
DatumStyleWrapper(Datum) - Constructor for class org.umber.crucible.old.layout.style.DatumStyleWrapper
Creates a new instance of DatumStyleWrapper with given datum.
DatumStyleWrapper(Datum, boolean) - Constructor for class org.umber.crucible.old.layout.style.DatumStyleWrapper
Creates a new instance of DatumStyleWrapper with given datum, StyleMap, and inheritance flag.
DatumToObject - class org.umber.catalan.transform.xml.DatumToObject.
A text processor which converts Datum content into a List of java objects.
DatumToObject(Datum) - Constructor for class org.umber.catalan.transform.xml.DatumToObject
Creates a new instance of DatumToObject from the XML spec.
DatumToObject(ListDatum[]) - Constructor for class org.umber.catalan.transform.xml.DatumToObject
Creates a new instance of DatumToObject.
DatumTransformException - exception org.umber.bellows.DatumTransformException.
Exception for expressing errors during IDatumTransform operations.
DatumTransformException(String) - Constructor for class org.umber.bellows.DatumTransformException
Creates a new instance of DatumTransformException.
DatumTransformException(String, Throwable) - Constructor for class org.umber.bellows.DatumTransformException
Creates a new instance of DatumTransformException that wraps another exception.
DatumWriter - class org.umber.bellows.loader.DatumWriter.
Writer for converting a Datum tree into an XML document.
DatumWriter(Writer) - Constructor for class org.umber.bellows.loader.DatumWriter
Creates a new instance of DatumWriter with default format preferences.
DatumWriter(Writer, XmlFormat) - Constructor for class org.umber.bellows.loader.DatumWriter
Creates a new instance of DatumWriter with the given format preferences.
DebugEmailManager - class org.umber.core.email.DebugEmailManager.
 
DebugEmailManager() - Constructor for class org.umber.core.email.DebugEmailManager
 
DebugProcessor - class org.umber.catalan.transform.io.DebugProcessor.
Debug logging processor which sends each node to the debug output, but does not alter anything.
DebugProcessor(Datum) - Constructor for class org.umber.catalan.transform.io.DebugProcessor
Creates a new instance of DebugProcessor from the XML spec.
DebugProcessor(String, String, String) - Constructor for class org.umber.catalan.transform.io.DebugProcessor
Creates a new instance of DebugProcessor that logs all nodes to the requested logging channel.
DebugProcessor(String, String) - Constructor for class org.umber.catalan.transform.io.DebugProcessor
Creates a new instance of DebugProcessor that logs the message to the requested logging channel.
DefaultContent - class org.umber.crucible.content.DefaultContent.
Low level content wrapper for arbitrary java.lang.Object objects.
DefaultContent(Object) - Constructor for class org.umber.crucible.content.DefaultContent
 
DefaultContent(Object, boolean) - Constructor for class org.umber.crucible.content.DefaultContent
 
DefaultLayoutArea - class org.umber.crucible.layout.DefaultLayoutArea.
Layout area that wraps any IContent object with no formatting.
DefaultLayoutArea(IContent) - Constructor for class org.umber.crucible.layout.DefaultLayoutArea
 
DefaultNamedQueue - class org.umber.catalan.process.queue.DefaultNamedQueue.
A IQueue that holds named properties; an INamedQueue should wrap a Map collection.
DefaultNamedQueue() - Constructor for class org.umber.catalan.process.queue.DefaultNamedQueue
Creates a new empty instance of DefaultNamedQueue.
DefaultNamedQueue(Map, Map, boolean) - Constructor for class org.umber.catalan.process.queue.DefaultNamedQueue
Creates a new instance of DefaultNamedQueue initialized with the given parameters.
DefaultQueryNode - class org.umber.bellows.query.DefaultQueryNode.
The default QueryNode parsing implementation.
DefaultQueryNode(String) - Constructor for class org.umber.bellows.query.DefaultQueryNode
Creates a new instance of DefaultQueryNode.
DefaultQueue - class org.umber.catalan.process.queue.DefaultQueue.
A collection of processing nodes.
DefaultQueue() - Constructor for class org.umber.catalan.process.queue.DefaultQueue
Creates a new instance of a writable DefaultQueue with no properties.
DefaultQueue(IQueue) - Constructor for class org.umber.catalan.process.queue.DefaultQueue
Creates a new instance as a copy of the given queue.
DefaultQueue(List) - Constructor for class org.umber.catalan.process.queue.DefaultQueue
Creates a new instance of a writable DefaultQueue with the queue nodes.
DefaultQueue(List, IWorkProperties, boolean) - Constructor for class org.umber.catalan.process.queue.DefaultQueue
Creates a new instance of DefaultQueue with a work property set.
DefaultRenderHelper - class org.umber.crucible.render.DefaultRenderHelper.
Default implementation of IRenderHelper.
DefaultRenderHelper() - Constructor for class org.umber.crucible.render.DefaultRenderHelper
 
DefaultStyle - class org.umber.crucible.old.layout.style.DefaultStyle.
An implementation of the FontStyle, TextStyle, and AreaStyle interfaces with all hardcoded defaults.
DefaultTableQuery - class org.umber.ballast.metadata.DefaultTableQuery.
Table query class with sensible defaults.
DefaultTableQuery() - Constructor for class org.umber.ballast.metadata.DefaultTableQuery
 
DefaultTableQuery(String) - Constructor for class org.umber.ballast.metadata.DefaultTableQuery
 
DefaultTableQuery(String, String) - Constructor for class org.umber.ballast.metadata.DefaultTableQuery
 
DefaultTableQuery(String, String, String, String[]) - Constructor for class org.umber.ballast.metadata.DefaultTableQuery
 
DefaultTemplate - class org.umber.crucible.template.DefaultTemplate.
 
DefaultTemplate(Dimension, Dimension) - Constructor for class org.umber.crucible.template.DefaultTemplate
 
DefaultWorkerInfo - class org.umber.catalan.process.workers.DefaultWorkerInfo.
Default implementation of IWorkerInfo.
DefaultWorkerInfo(String, String) - Constructor for class org.umber.catalan.process.workers.DefaultWorkerInfo
Creates a new instance of DefaultWorkerInfo with no property metadata.
DefaultWorkerInfo(String, String, PropertyInfo[], OptionalPropertyInfo[]) - Constructor for class org.umber.catalan.process.workers.DefaultWorkerInfo
Creates a new instance of DefaultWorkerInfo with property metadata.
DefaultWorkerRegistry - class org.umber.catalan.process.workers.DefaultWorkerRegistry.
WorkerRegistry that pre-loads all core Catalan IWorker implementations.
DefaultWorkerRegistry() - Constructor for class org.umber.catalan.process.workers.DefaultWorkerRegistry
Creates a new instance of DefaultWorkerRegistry from default-worker-registry.xml.
DeleteProcessor - class org.umber.catalan.transform.xform.DeleteProcessor.
A Datum-only NodeProcessor for deleting existing XML content to other parts of the same XML tree.
DeleteProcessor(Datum) - Constructor for class org.umber.catalan.transform.xform.DeleteProcessor
Creates a new instance of DeleteProcessor from the XML spec.
DeleteProcessor(String, String) - Constructor for class org.umber.catalan.transform.xform.DeleteProcessor
Creates a new instance of DeleteProcessor.
DeleteTransformer - class org.umber.bellows.transform.DeleteTransformer.
Transformer to delete source nodes from the tree.
DeleteTransformer() - Constructor for class org.umber.bellows.transform.DeleteTransformer
Creates a new instance of CopyTransformer.
Dimension - class org.umber.crucible.layout.Dimension.
The size of a rectangular shape.
Dimension(int, int) - Constructor for class org.umber.crucible.layout.Dimension
 
DirectiveStack - class org.umber.catalan.process.workers.xml.DirectiveStack.
Format specification for placing Java Objects into a Datum tree.
DirectiveStack() - Constructor for class org.umber.catalan.process.workers.xml.DirectiveStack
Creates a new instance of DirectiveStack.
DirectiveStack(int, Object) - Constructor for class org.umber.catalan.process.workers.xml.DirectiveStack
Creates a new instance of DirectiveStack with optional maximum iterations and an input node to trigger a premature bailout.
DirectiveStack - class org.umber.catalan.transform.xml.DirectiveStack.
Format specification for placing Java Objects into a Datum tree.
DirectiveStack() - Constructor for class org.umber.catalan.transform.xml.DirectiveStack
Creates a new instance of DirectiveStack.
DirectiveStack(int, Object) - Constructor for class org.umber.catalan.transform.xml.DirectiveStack
Creates a new instance of DirectiveStack with optional maximum iterations and an input node to trigger a premature bailout.
DirectiveStack.Attribute - class org.umber.catalan.process.workers.xml.DirectiveStack.Attribute.
A Directive to create a new attribute (Datum property) inside the current element.
DirectiveStack.Attribute(String, Object) - Constructor for class org.umber.catalan.process.workers.xml.DirectiveStack.Attribute
Creates a new instance of AttributeName.
DirectiveStack.Attribute - class org.umber.catalan.transform.xml.DirectiveStack.Attribute.
A Directive to create a new attribute (Datum property) inside the current element.
DirectiveStack.Attribute(String, Object) - Constructor for class org.umber.catalan.transform.xml.DirectiveStack.Attribute
Creates a new instance of AttributeName.
DirectiveStack.Directive - class org.umber.catalan.process.workers.xml.DirectiveStack.Directive.
A single operation to perform on a node while creating a Bellows Datum tree from a list of nodes.
DirectiveStack.Directive(Object) - Constructor for class org.umber.catalan.process.workers.xml.DirectiveStack.Directive
Creates a new instance of Directive.
DirectiveStack.Directive - class org.umber.catalan.transform.xml.DirectiveStack.Directive.
A single operation to perform on a node while creating a Bellows Datum tree from a list of nodes.
DirectiveStack.Directive(Object) - Constructor for class org.umber.catalan.transform.xml.DirectiveStack.Directive
Creates a new instance of Directive.
DirectiveStack.EndElement - class org.umber.catalan.process.workers.xml.DirectiveStack.EndElement.
A Directive to close the current element.
DirectiveStack.EndElement() - Constructor for class org.umber.catalan.process.workers.xml.DirectiveStack.EndElement
Creates a new instance of EndElement.
DirectiveStack.EndElement - class org.umber.catalan.transform.xml.DirectiveStack.EndElement.
A Directive to close the current element.
DirectiveStack.EndElement() - Constructor for class org.umber.catalan.transform.xml.DirectiveStack.EndElement
Creates a new instance of EndElement.
DirectiveStack.Pcdata - class org.umber.catalan.process.workers.xml.DirectiveStack.Pcdata.
A Directive to insert PCDATA content into the current element.
DirectiveStack.Pcdata() - Constructor for class org.umber.catalan.process.workers.xml.DirectiveStack.Pcdata
Creates a new instance of Pcdata.
DirectiveStack.Pcdata(String) - Constructor for class org.umber.catalan.process.workers.xml.DirectiveStack.Pcdata
Creates a new instance of Pcdata.
DirectiveStack.Pcdata - class org.umber.catalan.transform.xml.DirectiveStack.Pcdata.
A Directive to insert PCDATA content into the current element.
DirectiveStack.Pcdata() - Constructor for class org.umber.catalan.transform.xml.DirectiveStack.Pcdata
Creates a new instance of Pcdata.
DirectiveStack.Pcdata(String) - Constructor for class org.umber.catalan.transform.xml.DirectiveStack.Pcdata
Creates a new instance of Pcdata.
DirectiveStack.Repeat - class org.umber.catalan.process.workers.xml.DirectiveStack.Repeat.
A Directive to repeat an embedded stack of directives until a certain condition is met.
DirectiveStack.Repeat(DirectiveStack) - Constructor for class org.umber.catalan.process.workers.xml.DirectiveStack.Repeat
Creates a new instance of Repeat.
DirectiveStack.Repeat - class org.umber.catalan.transform.xml.DirectiveStack.Repeat.
A Directive to repeat an embedded stack of directives until a certain condition is met.
DirectiveStack.Repeat(DirectiveStack) - Constructor for class org.umber.catalan.transform.xml.DirectiveStack.Repeat
Creates a new instance of Repeat.
DirectiveStack.StartElement - class org.umber.catalan.process.workers.xml.DirectiveStack.StartElement.
A Directive to start a new Datum element.
DirectiveStack.StartElement() - Constructor for class org.umber.catalan.process.workers.xml.DirectiveStack.StartElement
Creates a new instance of StartElement.
DirectiveStack.StartElement(String) - Constructor for class org.umber.catalan.process.workers.xml.DirectiveStack.StartElement
Creates a new instance of StartElement.
DirectiveStack.StartElement - class org.umber.catalan.transform.xml.DirectiveStack.StartElement.
A Directive to start a new Datum element.
DirectiveStack.StartElement() - Constructor for class org.umber.catalan.transform.xml.DirectiveStack.StartElement
Creates a new instance of StartElement.
DirectiveStack.StartElement(String) - Constructor for class org.umber.catalan.transform.xml.DirectiveStack.StartElement
Creates a new instance of StartElement.
DirectoryPollQueue - class org.umber.catalan.queues.DirectoryPollQueue.
Queue which loads commands as files in the file system.
DirectoryPollQueue(File, File) - Constructor for class org.umber.catalan.queues.DirectoryPollQueue
Creates a new instance of DirectoryPollQueue.
DispatchWorker - class org.umber.catalan.process.workers.dispatch.DispatchWorker.
IWorker implementation which dispatches nodes to various combinations of workers depending on regular expression matches or the Java Class of target nodes.
DispatchWorker() - Constructor for class org.umber.catalan.process.workers.dispatch.DispatchWorker
Creates a new instance of DispatchWorker.
DocumentInfo - class org.umber.bellows.loader.DocumentInfo.
Data holder for document-level XML data.
DocumentInfo() - Constructor for class org.umber.bellows.loader.DocumentInfo
Creates a new instance of DocumentInfo.
debug(Object) - Method in class org.umber.core.logging.BaseLog
 
debug(Object, Throwable) - Method in class org.umber.core.logging.BaseLog
 
debug(Object) - Method in class org.umber.core.logging.CommonsLog
 
debug(Object, Throwable) - Method in class org.umber.core.logging.CommonsLog
 
debug(Object) - Method in interface org.umber.core.logging.Log
Logs a message at DEBUG level.
debug(Object, Throwable) - Method in interface org.umber.core.logging.Log
Logs a message at DEBUG level.
debug(Object) - Method in class org.umber.core.logging.NullLog
 
debug(Object, Throwable) - Method in class org.umber.core.logging.NullLog
 
debugPrint() - Method in class org.umber.crucible.old.layout.Page
Creates a debug string which represents this Page object
declareProperty(String, Class, String) - Method in class org.umber.bellows.validate.TypesafeDatum
Declares a typing info for a property.
delete() - Method in class org.umber.catalan.process.workers.io.IOAdapter
Deletes the backing file of the wrapped object, if possible.
deleteNodes(String, NodeSelection) - Method in class org.umber.catalan.process.queue.QueueManager
Deletes the selected nodes in the given queue.
deleteQueue(String) - Method in class org.umber.catalan.process.queue.QueueManager
Removes the queue with the given name.
deleteSourceNodes(Datum[]) - Method in class org.umber.bellows.transform.AttributeQueryTransformer
Deletes all source nodes.
deleteSourceNodes(Datum[]) - Method in class org.umber.bellows.transform.QueryTransformer
Deletes all source nodes.
disconnect() - Method in class org.umber.catalan.queues.DatabaseQueue
Closes down the queue.
disconnect() - Method in class org.umber.catalan.queues.DirectoryPollQueue
Closes down the queue.
disconnect() - Method in class org.umber.catalan.queues.EmailQueue
Closes down the queue.
disconnect() - Method in interface org.umber.catalan.queues.ICommandQueue
Closes down the queue.
disconnect() - Method in class org.umber.catalan.queues.ReaderQueue
Closes down the queue.
disconnect() - Method in class org.umber.catalan.queues.SingleFileQueue
Closes down the queue.
disconnect() - Method in class org.umber.catalan.queues.SocketQueue
Closes down the queue.
disconnect() - Method in class org.umber.catalan.queues.StreamQueue
Closes down the queue.
doWork() - Method in class org.umber.catalan.process.commands.BaseCommandWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.BaseWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.control.ControlWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.dispatch.DispatchWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.log.LogWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.partition.PartitionWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.pdf.PdfWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.queue.QueueNodeWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.queue.QueueSortWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.queue.QueueWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.sql.SqlWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.velocity.VelocityWorker
Core executor for descendents of BaseWorker.
doWork() - Method in class org.umber.catalan.process.workers.xml.XmlBuilderWorker
Core executor for descendents of BaseWorker.
drawText(Coord, String) - Method in class org.umber.crucible.render.AsciiTextGrid
 
drawText(Coord, String, int) - Method in class org.umber.crucible.render.AsciiTextGrid
 
dump(String) - Method in class org.umber.ballast.util.MetadataBrowser
 
dump(BallastConfig) - Method in class org.umber.ballast.util.MetadataBrowser
 
dumpDatum(Datum) - Static method in class org.umber.bellows.loader.DatumWriter
Writes an XML version of the Datum to stdout.

E

EMPTY_CHILDREN - Static variable in class org.umber.bellows.Datum
Empty child array shared by all Datum objects.
EQUAL_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Require equal to distance
ERROR - Static variable in class org.umber.catalan.process.queue.AlertPriority
An ERROR Alert, signalling that the transform may continue, but results will probably be flawed or inconsistent.
ERROR - Static variable in class org.umber.core.logging.BaseLog
 
ElementFilter - class org.umber.bellows.query.ElementFilter.
A query filter to extract Datum objects from a List based on the Datum type name (i.e., the element tag name).
ElementFilter(String[], boolean) - Constructor for class org.umber.bellows.query.ElementFilter
Creates a new instance of ElementFilter which will collect objects according to their type names.
EmailFactory - class org.umber.core.email.EmailFactory.
Instantiator for email implementations.
EmailQueue - class org.umber.catalan.queues.EmailQueue.
Command queue which pulls commands from emails in a mailbox.
EmailQueue(Map) - Constructor for class org.umber.catalan.queues.EmailQueue
 
EmailQueue(String) - Constructor for class org.umber.catalan.queues.EmailQueue
 
EmptyProperties - class org.umber.catalan.process.properties.EmptyProperties.
IWorkProperties implementation with no properties set.
EmptyProperties() - Constructor for class org.umber.catalan.process.properties.EmptyProperties
 
ErrorFilter - class org.umber.bellows.query.ErrorFilter.
A query filter for non-parseable query nodes.
ErrorFilter(String) - Constructor for class org.umber.bellows.query.ErrorFilter
 
ExportCommand - class org.umber.catalan.process.workers.io.ExportCommand.
Implementation of the "export" command.
ExportCommand() - Constructor for class org.umber.catalan.process.workers.io.ExportCommand
Creates a new instance of ExportCommand.
ExportJavaCommand - class org.umber.catalan.process.workers.io.ExportJavaCommand.
Implementation of "export-java" command.
ExportJavaCommand() - Constructor for class org.umber.catalan.process.workers.io.ExportJavaCommand
Creates a new instance of ExportJavaCommand.
ExportJavaProcessor - class org.umber.catalan.transform.io.ExportJavaProcessor.
Catalan processor which exports the contents of one or more java classes to the proper file and package path.
ExportJavaProcessor(Datum) - Constructor for class org.umber.catalan.transform.io.ExportJavaProcessor
Creates a new instance of ExportJavaProcessor from the XML spec.
ExportProcessor - class org.umber.catalan.transform.io.ExportProcessor.
A processor which exports data from data nodes into files and URLs.
ExportProcessor(Datum) - Constructor for class org.umber.catalan.transform.io.ExportProcessor
Creates a new instance of ExportProcessor from the XML spec.
ExportProcessor(File, boolean, boolean) - Constructor for class org.umber.catalan.transform.io.ExportProcessor
Creates a new instance of ExportProcessor.
ExtentStyle - interface org.umber.crucible.old.layout.style.ExtentStyle.
The requested geometrical size of an area.
ExtractCommand - class org.umber.catalan.process.workers.text.ExtractCommand.
Implementation of "extract" command.
ExtractCommand() - Constructor for class org.umber.catalan.process.workers.text.ExtractCommand
Creates a new instance of ExtractCommand.
elementDecl(String, String) - Method in class org.umber.bellows.loader.SAXLoader
Report an element type declaration.
emptyCache() - Method in class org.umber.bellows.DatumBrowser
Deprecated. Empties the query cache.
emptyCache() - Method in class org.umber.bellows.query.QueryCache
Empties the query cache.
emptyLogCache() - Static method in class org.umber.core.logging.LogFactory
Discards all cached ILog instances.
end(List) - Method in class org.umber.bellows.query.QueryProcessor
Ends the current traversal.
end(List) - Method in class org.umber.bellows.query.VerticalFilter
Ends the current traversal.
end(List) - Method in interface org.umber.bellows.traverse.INodeProcessor
Ends the current traversal.
end(List) - Method in class org.umber.catalan.transform.BaseNodeProcessor
Ends the current traversal.
end(List) - Method in class org.umber.catalan.transform.GroupProcessor
Ends the current traversal.
end(List) - Method in class org.umber.catalan.transform.external.VelocityProcessor
Ends the current traversal.
end(List) - Method in class org.umber.catalan.transform.io.ExportProcessor
Ends the current traversal.
end(List) - Method in class org.umber.catalan.transform.text.Concatenator
Ends the current traversal.
end(List) - Method in class org.umber.catalan.transform.text.FromAsciiConverter
Ends the current traversal.
end(List) - Method in class org.umber.catalan.transform.text.ToAsciiConverter
Ends the current traversal.
end(List) - Method in class org.umber.catalan.transform.xml.ObjectToDatum
Ends the current traversal.
end(int) - Method in interface org.umber.core.regexp.IRegularExpression
Retrieves the ending offset of the matched group text, relative to the start of the full matched text (i.e., group zero).
end(int) - Method in class org.umber.core.regexp.RegularExpressionJava14
Retrieves the ending offset of the matched group text, relative to the start of the full matched text (i.e., group zero).
end(int) - Method in class org.umber.core.regexp.RegularExpressionORO
Retrieves the ending offset of the matched group text, relative to the start of the full matched text (i.e., group zero).
endBook(Book) - Method in class org.umber.crucible.old.renderers.PdfRenderer
Performs any cleanup that the Renderer must do at the end of the rendering process
endBook(Book) - Method in class org.umber.crucible.old.renderers.Renderer
Performs any cleanup that the Renderer must do at the end of the rendering process.
endBook(Book) - Method in class org.umber.crucible.old.renderers.TextRenderer
Performs any cleanup that the Renderer must do at the end of the rendering process.
endCDATA() - Method in class org.umber.bellows.loader.SAXLoader
Report the end of a CDATA section.
endDTD() - Method in class org.umber.bellows.loader.SAXLoader
Report the end of DTD declarations.
endDocument() - Method in class org.umber.bellows.loader.SAXLoader
Receive SAX notification of the end of the document.
endDocument() - Method in class org.umber.crucible.render.AsciiRenderOutput
 
endDocument() - Method in interface org.umber.crucible.render.IRenderOutput
 
endDocument() - Method in class org.umber.crucible.render.RenderOutputBase
 
endElement(String, String, String) - Method in class org.umber.bellows.loader.SAXLoader
SAX callback for ending an XML element.
endEntity(String) - Method in class org.umber.bellows.loader.SAXLoader
Report the end of an entity.
endPage(Page) - Method in class org.umber.crucible.old.renderers.PdfRenderer
Performs any cleanup that the Renderer must do after every Page.
endPage(Page) - Method in class org.umber.crucible.old.renderers.Renderer
Performs any cleanup that the Renderer must do after every Page.
endPage() - Method in class org.umber.crucible.render.AsciiRenderOutput
 
endPage() - Method in interface org.umber.crucible.render.IRenderOutput
 
endPage() - Method in class org.umber.crucible.render.RenderOutputBase
 
endPrefixMapping(String) - Method in class org.umber.bellows.loader.SAXLoader
Ends the scope of a prefix-URI Namespace mapping.
equals(Object) - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
equals(Object) - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
equals(Object) - Method in class org.umber.crucible.layout.Coord
 
equals(Object) - Method in class org.umber.crucible.layout.Dimension
 
equals(Object) - Method in class org.umber.crucible.layout.Rectangle
 
error(SAXParseException) - Method in class org.umber.bellows.loader.SAXLoader
SAX callback for reporting serious, but non-fatal parsing problems.
error(Object) - Method in class org.umber.core.logging.BaseLog
 
error(Object, Throwable) - Method in class org.umber.core.logging.BaseLog
 
error(Object) - Method in class org.umber.core.logging.CommonsLog
 
error(Object, Throwable) - Method in class org.umber.core.logging.CommonsLog
 
error(Object) - Method in interface org.umber.core.logging.Log
Logs a message at ERROR level.
error(Object, Throwable) - Method in interface org.umber.core.logging.Log
Logs a message at ERROR level.
error(Object) - Method in class org.umber.core.logging.NullLog
 
error(Object, Throwable) - Method in class org.umber.core.logging.NullLog
 
execute() - Method in class org.umber.ballast.util.BallastAntTask
Runs the Transformer with the supplied parameters.
execute() - Method in class org.umber.catalan.util.TransformTask
Runs the Transformer with the supplied parameters.
execute() - Method in class org.umber.crucible.util.UserGuideAntTask
Runs the Transformer with the supplied parameters.
externalEntityDecl(String, String, String) - Method in class org.umber.bellows.loader.SAXLoader
Report a parsed external entity declaration.
extractPcdata(boolean) - Method in class org.umber.bellows.Datum
Recursively extracts PCDATA content from the given Datum node.
extractPcdata(Datum, boolean) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Recursively extracts PCDATA content from the given Datum node.
extractPcdatas(List) - Method in class org.umber.core.ant.UmberAntTask
 
extractText(String, String, boolean) - Method in class org.umber.bellows.Datum
Recursively extracts the string values of the given property within the given namespace, in the supplied Datum and any child Datum objects, if present.
extractText(Datum, String, String, boolean) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Recursively extracts the string values of the given property within the given namespace, in the supplied Datum and any child Datum objects, if present.
extractText(Object) - Method in class org.umber.catalan.process.workers.text.BaseTextCommand
Extracts the text content from arbitrary node formats.
extractText(AntPcdata) - Method in class org.umber.core.ant.UmberAntTask
 
extractValue(int, String) - Method in class org.umber.core.text.AsciiFieldManager
Parses the asciiData input data and pulls out the data corresponding to the given field index, then converts that data to the correct Java data type.

F

FATAL - Static variable in class org.umber.catalan.process.queue.AlertPriority
A FATAL Alert, signalling that the transform should stop immediately.
FATAL - Static variable in class org.umber.core.logging.BaseLog
 
FIXED_CHAR_MULT - Static variable in class org.umber.crucible.old.layout.style.FontStyleMetrics
Default multiplier for converting font point size into character width.
FONT_STYLE_BOLD - Static variable in interface org.umber.crucible.old.layout.style.FontStyle
Enumeration value for specifying bold font style
FONT_STYLE_ITALIC - Static variable in interface org.umber.crucible.old.layout.style.FontStyle
Enumeration value for specifying italic font style
FONT_STYLE_PLAIN - Static variable in interface org.umber.crucible.old.layout.style.FontStyle
Enumeration value for specifying plain font style
Field - class org.umber.catalan.process.workers.sql.Field.
A single field in an SQL table.
Field() - Constructor for class org.umber.catalan.process.workers.sql.Field
Creates a new instance of Field.
Field(boolean, TypeMap[]) - Constructor for class org.umber.catalan.process.workers.sql.Field
Creates a new instance of Field with the specified primitive types policy.
FileHelper - class org.umber.core.testutil.FileHelper.
 
FileHelper() - Constructor for class org.umber.core.testutil.FileHelper
 
FilePersister - class org.umber.catalan.persisters.FilePersister.
Writes processor output to one or more files.
FilePersister(File) - Constructor for class org.umber.catalan.persisters.FilePersister
 
FilterBuilder - class org.umber.bellows.query.FilterBuilder.
A QueryNode helper class to instantiate NodeProcessors from filter text strings.
FontStyle - interface org.umber.crucible.old.layout.style.FontStyle.
The font style for a span of text.
FontStyleMetrics - class org.umber.crucible.old.layout.style.FontStyleMetrics.
Wrapper class to calculate font metrics based on a FontStyle object.
FontStyleMetrics(FontStyle) - Constructor for class org.umber.crucible.old.layout.style.FontStyleMetrics
Creates a new instance of FontStyleMetrics from the FontStyle.
FontStyleMetrics(String, int, int) - Constructor for class org.umber.crucible.old.layout.style.FontStyleMetrics
Creates a new instance of FontStyleMetrics with the explicit font parameters and a calculated font height.
FontStyleMetrics(String, int, int, int) - Constructor for class org.umber.crucible.old.layout.style.FontStyleMetrics
Creates a new instance of FontStyleMetrics with the explicit font parameters.
ForEachOp - class org.umber.crucible.old.templates.generic.ForEachOp.
A template op wrapper for <for-each>.
ForEachOp(Datum, StyleMap) - Constructor for class org.umber.crucible.old.templates.generic.ForEachOp
Creates a new instance of ForEachOp.
ForEachOp(Datum, StyleMap, StyleChain) - Constructor for class org.umber.crucible.old.templates.generic.ForEachOp
Creates a new instance of ForEachOp with an optional StyleChain fallback.
Forge - class org.umber.catalan.forge.Forge.
Central processing hub for all Catalan jobs.
Forge() - Constructor for class org.umber.catalan.forge.Forge
 
ForkCommand - class org.umber.catalan.commands.ForkCommand.
Forge command to run the same data set through multiple parallel commands.
ForkCommand(ICommandQueue, String, String, Map) - Constructor for class org.umber.catalan.commands.ForkCommand
 
FromAsciiCommand - class org.umber.catalan.process.workers.text.FromAsciiCommand.
Implementation of "from-ascii" command.
FromAsciiCommand() - Constructor for class org.umber.catalan.process.workers.text.FromAsciiCommand
Creates a new instance of FromAsciiCommand.
FromAsciiConverter - class org.umber.catalan.transform.text.FromAsciiConverter.
A packed ASCII field processor which explodes a packed ASCII data node into a collection of Java objects.
FromAsciiConverter(Datum) - Constructor for class org.umber.catalan.transform.text.FromAsciiConverter
Creates a new instance of FromAsciiConverter from the XML spec.
FromAsciiConverter(String) - Constructor for class org.umber.catalan.transform.text.FromAsciiConverter
Creates a new instance of FromAsciiConverter.
FuzzyRectangle - class org.umber.crucible.layout.FuzzyRectangle.
Rectangle with additional minimum and maximum size constraints.
FuzzyRectangle(Coord, Dimension) - Constructor for class org.umber.crucible.layout.FuzzyRectangle
 
FuzzyRectangle(Coord, Dimension, Dimension, Dimension) - Constructor for class org.umber.crucible.layout.FuzzyRectangle
 
fatal(Object) - Method in class org.umber.core.logging.BaseLog
 
fatal(Object, Throwable) - Method in class org.umber.core.logging.BaseLog
 
fatal(Object) - Method in class org.umber.core.logging.CommonsLog
 
fatal(Object, Throwable) - Method in class org.umber.core.logging.CommonsLog
 
fatal(Object) - Method in interface org.umber.core.logging.Log
Logs a message at FATAL level.
fatal(Object, Throwable) - Method in interface org.umber.core.logging.Log
Logs a message at FATAL level.
fatal(Object) - Method in class org.umber.core.logging.NullLog
 
fatal(Object, Throwable) - Method in class org.umber.core.logging.NullLog
 
fatalError(SAXParseException) - Method in class org.umber.bellows.loader.SAXLoader
SAX callback for reporting fatal parsing problems.
fileFromResource(String) - Method in class org.umber.core.testutil.FileHelper
 
filter(IContent[]) - Method in interface org.umber.crucible.content.IContentFilter
Filters the input content and produces an output array of content objects.
filter(IContent[]) - Method in class org.umber.crucible.content.VisibleContentFilter
Filters the input content and produces an output array of content objects that are visible.
filterText(String) - Method in class org.umber.core.text.filters.CaseFilter
Sends input document through a modifying filter.
filterText(String) - Method in interface org.umber.core.text.filters.ITextFilter
Sends input document through a modifying filter.
filterText(String) - Method in class org.umber.core.text.filters.MultiLineCommentStripper
Sends input document through a modifying filter.
filterText(String) - Method in class org.umber.core.text.filters.Normalizer
Sends input document through a modifying filter.
filterText(String) - Method in class org.umber.core.text.filters.SingleLineCommentStripper
Sends input document through a modifying filter.
filterText(String) - Method in class org.umber.core.text.filters.TextReplacer
Sends input document through a modifying filter.
filterText(String) - Method in class org.umber.core.text.filters.TextResolver
Sends input document through a modifying filter.
findAllNodes() - Method in class org.umber.bellows.schema.BellowsSchema
 
findChildIndex(Datum) - Method in class org.umber.bellows.ListDatum
Finds the array index of the given child Datum inside the parent.
findColor(String) - Method in class org.umber.crucible.old.layout.style.DatumStyleMap
Returns a Color object corresponding to the given name.
findColor(String) - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns a Color object corresponding to the given name.
findColor(String) - Method in interface org.umber.crucible.old.layout.style.StyleMap
Returns a Color object corresponding to the given name.
findIndexes(String) - Method in class org.umber.catalan.process.workers.partition.PartitionIndexer
Calculates partition indexes according to the supplied scanners.
findKeys(String, String) - Method in class org.umber.bellows.Datum
Retrieves an array of key names in this Datum object within the given namespace which match the regular expression in keyFilter.
findKeys(Datum, String, String) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Retrieves an array of key names in this Datum object within the given namespace which match the regular expression in keyFilter.
findNextFile() - Method in class org.umber.catalan.queues.DirectoryPollQueue
Finds the next available command file in the input directory.
findPageBreaks(ILayoutArea[], Rectangle) - Method in class org.umber.crucible.render.DefaultRenderHelper
 
findPageBreaks(ILayoutArea[], Rectangle) - Method in interface org.umber.crucible.render.IRenderHelper
 
findRelation(Class) - Method in class org.umber.crucible.old.layout.Constraint
Searches this Constraint for a Relation object of the given class.
findRelation(Class, int) - Method in class org.umber.crucible.old.layout.Constraint
Searches this Constraint for a Relation object of the given class.
firstNode() - Method in class org.umber.bellows.query.QueryPath
Returns the first node in the path and moves the currentNode pointer to the first node.
fitsInRegion(LayoutArea) - Method in class org.umber.crucible.old.layout.AbstractLayoutEngine
Checks to see if the given area will fit anywhere in the current layout region.
fitsInRegion(LayoutArea, Rectangle, List) - Method in class org.umber.crucible.old.layout.AsciiLayout
Checks to see if the area will fit in the given region.
fitsInRegion(LayoutArea) - Method in interface org.umber.crucible.old.layout.LayoutEngine
Checks to see if the given area will fit anywhere in the current layout region.
fitsInRegion(LayoutArea, Rectangle, List) - Method in interface org.umber.crucible.old.layout.LayoutEngine
Checks to see if the area will fit in the given region.
fitsInRegion(LayoutArea, Rectangle, List) - Method in class org.umber.crucible.old.layout.SimpleFlowLayout
Checks to see if the area will fit in the given region.
fitsOnPage(Page, LayoutArea) - Method in class org.umber.crucible.old.layout.AsciiLayout
Checks to see if the area will fit on the given Page.
flush() - Method in class org.umber.crucible.old.layout.LayoutContext
Removes all renderable areas from the queue.
format(LogRecord) - Method in class org.umber.catalan.util.CatalanLogFormatter
Format the given log record and return the formatted string.
format(LogRecord) - Method in class org.umber.core.util.UmberLogFormatter
Format the given log record and return the formatted string.
formatContent(IContent) - Method in class org.umber.crucible.template.AsciiTemplate
 
formatContent(IContent) - Method in class org.umber.crucible.template.DefaultTemplate
 
formatContent(IContent) - Method in class org.umber.crucible.template.TemplateBase
Converts the content object into a layout area.
forward() - Method in class org.umber.bellows.query.QueryPath
Moves the current node forward by one and returns the new current node.
foundGnuJpdf() - Static method in class org.umber.crucible.pdf.PdfFactory
Determines if the GNU jPDF library is available on the CLASSPATH.
foundIText() - Static method in class org.umber.crucible.pdf.PdfFactory
Determines if the iText library is available on the CLASSPATH.
foundJasper() - Static method in class org.umber.crucible.jasper.JasperFactory
 
foundPdfBox() - Static method in class org.umber.crucible.pdf.PdfFactory
Determines if the PdfBox library is available on the CLASSPATH.
fromHtml(String) - Static method in class org.umber.bellows.loader.HtmlReader
Convenience method to convert an HTML string directly into a Datum tree.
fromSqlType(String) - Method in class org.umber.ballast.generator.BaseSqlTypeMapper
Converts an SQL type name into some other type name.
fromSqlType(String) - Method in interface org.umber.ballast.generator.ISqlTypeMapper
Converts an SQL type name into some other type name.
fromXml(String) - Static method in class org.umber.bellows.loader.DatumReader
Convenience method to convert an XML string directly into a Datum tree.

G

GREATER_THAN_EQUAL_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Require greater than or equal to distance
GREATER_THAN_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Require greater than distance
GenericGenerator - class org.umber.catalan.GenericGenerator.
Content generator for creating PDFs, HTML, and ASCII text files from arbitrary XML data formats, using a layout-template XML file to filter and position the data in the output medium.
GenericGenerator() - Constructor for class org.umber.catalan.GenericGenerator
 
GenericOp - class org.umber.crucible.old.templates.generic.GenericOp.
Base class for all template ops.
GenericOp(Datum, StyleMap) - Constructor for class org.umber.crucible.old.templates.generic.GenericOp
Creates a new instance of GenericOp.
GenericOp(Datum, StyleMap, StyleChain) - Constructor for class org.umber.crucible.old.templates.generic.GenericOp
Creates a new instance of GenericOp with an optional StyleChain argument.
GenericParser - class org.umber.core.parse.GenericParser.
Foundation for character-based parsing class.
GenericParser() - Constructor for class org.umber.core.parse.GenericParser
Creates a new instance of GenericParser.
GenericRegionMap - class org.umber.crucible.old.templates.generic.GenericRegionMap.
A RegionMap that is backed by a Generic XML <region-map> element.
GenericRegionMap(ListDatum) - Constructor for class org.umber.crucible.old.templates.generic.GenericRegionMap
Creates a new instance of GenericRegionMap.
GenericTemplate - class org.umber.crucible.old.templates.GenericTemplate.
A configurable template driven by an XML layout template which can transform arbitrary XML inputs into layouts.
GenericTemplate() - Constructor for class org.umber.crucible.old.templates.GenericTemplate
 
GnuJpdfDocument - class org.umber.crucible.pdf.gnujpdf.GnuJpdfDocument.
 
GnuJpdfDocument() - Constructor for class org.umber.crucible.pdf.gnujpdf.GnuJpdfDocument
 
GnuJpdfPdfRenderer - class org.umber.crucible.ext.GnuJpdfPdfRenderer.
Pdf rendering wrapper for Gnu JPdf.
GnuJpdfPdfRenderer() - Constructor for class org.umber.crucible.ext.GnuJpdfPdfRenderer
 
GrailWriter - class org.umber.crucible.grail.GrailWriter.
Top level writer for PDF documents.
GrailWriter() - Constructor for class org.umber.crucible.grail.GrailWriter
 
GroupOp - class org.umber.crucible.old.templates.generic.GroupOp.
A vertical or horizontal container of other ops, depending on whether the op was a <row> or <column> element.
GroupOp(Datum, StyleMap) - Constructor for class org.umber.crucible.old.templates.generic.GroupOp
Creates a new instance of a vertically oriented GroupOp.
GroupOp(Datum, StyleMap, StyleChain) - Constructor for class org.umber.crucible.old.templates.generic.GroupOp
Creates a new instance of a vertically oriented GroupOp with an optional StyleChain fallback.
GroupOp(Datum, StyleMap, int) - Constructor for class org.umber.crucible.old.templates.generic.GroupOp
Creates a new instance of a GroupOp.
GroupOp(Datum, StyleMap, StyleChain, int) - Constructor for class org.umber.crucible.old.templates.generic.GroupOp
Creates a new instance of a GroupOp with an optional StyleChain fallback.
GroupProcessor - class org.umber.catalan.transform.GroupProcessor.
Composite INodeProcessor which can combine multiple processors into a single easily referenced one.
GroupProcessor(Datum, ProcessorRegistry) - Constructor for class org.umber.catalan.transform.GroupProcessor
Creates a new instance of GroupProcessor from the XML spec.
GroupProcessor(INodeProcessor[], Integer, Integer, String, Class) - Constructor for class org.umber.catalan.transform.GroupProcessor
Creates a new instance of GroupProcessor to operate on a given range of input elements.
generate(BallastInput) - Method in interface org.umber.ballast.generator.IGenerator
 
generate(TableMetadata, File) - Method in class org.umber.ballast.generator.hibernate.HibernateGenerator
Generates one or more output files for Hibernate bindings to the given SQL table.
generate(TableMetadata) - Method in class org.umber.ballast.generator.hibernate.HibernateGenerator
Generates one or more output files for Hibernate bindings to the given SQL table.
generate(BallastInput) - Method in class org.umber.ballast.schema.BaseSchemaGenerator
Processes templates from input and stores results in output.
generatePdf(String, Map, OutputStream) - Method in class org.umber.crucible.jasper.JasperRunner
Generates a PDF file from a Jasper XML report.
getAbortOnFail() - Method in class org.umber.catalan.process.workers.queue.QueueProperties
Retrieves the value of the "abort-on-fail" property.
getAcceptedAreas() - Method in class org.umber.crucible.old.layout.LayoutContext
Returns an array of areas ready to be rendered onto a Page.
getActiveNodes() - Method in class org.umber.catalan.process.commands.CommandContext
Retrieves the active nodes the command should operate on.
getActiveNodes() - Method in class org.umber.catalan.process.workers.BaseWorker
Retrieves the nodes currently active for processing.
getActiveQueue() - Method in class org.umber.catalan.process.workers.BaseWorker
Retrieves the primary target queue for this IWorker.
getAlertCount() - Method in class org.umber.catalan.process.queue.AlertQueue
Calculates how many distinct Alert objects exist in the queue.
getAlertCount(AlertPriority) - Method in class org.umber.catalan.process.queue.AlertQueue
Calculates how many distinct Alert objects exist in the queue with the given priority.
getAlertQueue() - Method in class org.umber.catalan.process.workspace.BaseWorkspace
Retrieves the AlertQueue for this IWorkspace.
getAlertQueue() - Method in interface org.umber.catalan.process.workspace.IWorkspace
Retrieves the AlertQueue for this IWorkspace.
getAlerts() - Method in class org.umber.catalan.process.queue.AlertQueue
Retrieves all Alert objects in the queue.
getAlerts(AlertPriority) - Method in class org.umber.catalan.process.queue.AlertQueue
Retrieves all Alert objects in the queue of the given priority.
getAllArgValues(String) - Method in class org.umber.core.util.CommandArgs
Retrieves all values of the named argument, or null if the argument does not exist.
getAllClients() - Method in class org.umber.core.io.UmberSocketServer
Retrieves an array of all current client connections.
getAllData(String) - Method in class org.umber.TestXmlLoader
Retrieves the entire XML test case with the given id.
getAllPages() - Method in class org.umber.crucible.pdf.cached.CachedPdfDocument
 
getAppend() - Method in class org.umber.catalan.process.workers.io.IoProperties
Retrieves the value of the "append" property.
getAreaStyle(String) - Method in class org.umber.crucible.old.layout.style.DatumStyleMap
Returns the named area style from this map.
getAreaStyle(String) - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the named area style from this map.
getAreaStyle(String) - Method in interface org.umber.crucible.old.layout.style.StyleMap
Returns the named area style from this map.
getAreaStyles() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns an array of all AreaStyle objects in this chain.
getAreas(int) - Method in class org.umber.crucible.old.layout.Page
Indexed getter for property areas, the layout areas associated with this Page.
getAreas() - Method in class org.umber.crucible.old.layout.Page
Getter for property areas, the layout areas associated with this Page.
getArgMap() - Method in class org.umber.core.util.CommandArgs
Retrieves a Map of named arguments, i.e., matched pairs of arguments consisting of an argument name prefixed by "-" or "--" and the following value of that argument.
getArgNames() - Method in class org.umber.core.util.CommandArgs
Retrieves all argument names, in alphabetical order.
getArgValue(String) - Method in class org.umber.core.util.CommandArgs
Retrieves the value of the named argument, or null if the argument does not exist.
getArray() - Method in class org.umber.crucible.grail.model.objects.PdfArray
 
getAscent() - Method in class org.umber.crucible.old.layout.style.FontStyleMetrics
Returns the ascent for this font.
getAttribute() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "attribute" property.
getAttributeValue() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "attribute-value" property.
getAttributes() - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
getAttributes() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
getAttributes() - Method in interface org.umber.bellows.schema.ISchemaNode
 
getAttributes() - Method in class org.umber.bellows.schema.PcdataNode
 
getBackgroundColor() - Method in interface org.umber.crucible.old.layout.style.AreaStyle
Returns the background color of this area.
getBackgroundColor() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the background color of this area.
getBackgroundColor() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the background color of this area.
getBackgroundColor() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the background color of this area.
getBaseDir() - Method in class org.umber.catalan.process.workers.io.IoProperties
Retrieves the value of the "base-dir" property.
getBaseFont() - Method in class org.umber.crucible.grail.model.objects.PdfFont
 
getBeanPropertyName() - Method in class org.umber.core.util.PropertyName
Returns the property name in JavaBean property format, e.g., "propertyName".
getBeforeNode() - Method in class org.umber.catalan.process.workers.queue.QueueProperties
Retrieves the value of the "before-node" property.
getBook() - Method in class org.umber.crucible.old.layout.Page
Getter for property book, the owning Book for this Page.
getBooleanProperty(String, String, boolean, boolean) - Method in class org.umber.bellows.Datum
Evaluates the property within the given namespace and converts it to a boolean value, using some simple heuristics.
getBooleanProperty(String, boolean) - Method in class org.umber.bellows.Datum
Evaluates the property and converts it to a boolean value, using some simple heuristics.
getBooleanProperty(Datum, String, String, boolean, boolean) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Evaluates the property within the given namespace and converts it to a boolean value, using some simple heuristics.
getBooleanProperty(Datum, String, boolean) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Evaluates the property and converts it to a boolean value, using some simple heuristics.
getBorderColor() - Method in interface org.umber.crucible.old.layout.style.BorderStyle
Returns the color of the border enclosing this area.
getBorderColor() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the color of the border enclosing this area.
getBorderColor() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the color of the border enclosing this area.
getBorderColor() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the color of the border enclosing this area.
getBorderWidth() - Method in interface org.umber.crucible.old.layout.style.BorderStyle
Returns the width of the border enclosing this area.
getBorderWidth() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the width of the border enclosing this area.
getBorderWidth() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the width of the border enclosing this area.
getBorderWidth() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the width of the border enclosing this area.
getBytes() - Method in class org.umber.crucible.grail.model.objects.PdfStream
 
getCardinality() - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
getCardinality() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
getCardinality() - Method in interface org.umber.bellows.schema.ISchemaNode
 
getCardinality() - Method in class org.umber.bellows.schema.PcdataNode
 
getCaseDelimitedName() - Method in class org.umber.core.util.PropertyName
Returns the property name in case-delimited format, e.g., "PropertyName".
getCaseStyle() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "style" property.
getCatalog() - Method in class org.umber.ballast.metadata.DefaultTableQuery
 
getCatalog() - Method in interface org.umber.ballast.metadata.ITableQuery
 
getCatalog() - Method in class org.umber.ballast.metadata.TableMetadata
 
getCatalog() - Method in class org.umber.crucible.grail.model.PdfDocument
 
getCatalogProperty() - Method in class org.umber.ballast.metadata.TableMetadata
 
getCc() - Method in class org.umber.core.email.UmberEmail
 
getCell(int, int) - Method in class org.umber.bellows.TableDatum
Retrieves the contents of the given cell.
getChain() - Method in class org.umber.crucible.old.templates.generic.GenericOp
Returns the StyleChain for this op.
getCheckCondition() - Method in class org.umber.catalan.process.workers.sql.Field
Retrieves the CHECK condition for this field.
getCheckCondition() - Method in class org.umber.catalan.process.workers.sql.SqlTable
Retrieves the table-level CHECK condition.
getCheckCondition() - Method in class org.umber.catalan.transform.text.SqlTable.Field
Retrieves the CHECK condition for this field.
getCheckCondition() - Method in class org.umber.catalan.transform.text.SqlTable
Retrieves the table-level CHECK condition.
getChildCommands() - Method in class org.umber.catalan.commands.CompositeCommand
 
getChildren() - Method in class org.umber.bellows.Datum
Getter for property children.
getChildren() - Method in class org.umber.bellows.ListDatum
Getter for property children.
getChildren(int) - Method in class org.umber.bellows.ListDatum
Indexed getter for property children.
getChildren() - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
getChildren() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
getChildren() - Method in interface org.umber.bellows.schema.ISchemaNode
 
getChildren() - Method in class org.umber.bellows.schema.PcdataNode
 
getChildren() - Method in class org.umber.bellows.schema.SchemaCardinality
 
getChildren(int) - Method in class org.umber.crucible.old.layout.LayoutArea
Indexed getter for property children, the child layout areas.
getChildren() - Method in class org.umber.crucible.old.layout.LayoutArea
Getter for property children, the child layout areas.
getChildren(int) - Method in class org.umber.crucible.old.layout.LayoutGroup
Indexed getter for property children, the child layout areas.
getChildren() - Method in class org.umber.crucible.old.layout.LayoutGroup
Getter for property children, the child layout areas.
getClientCount() - Method in class org.umber.catalan.queues.SocketQueue
Retrieves the number of open socket connections.
getClientCount() - Method in class org.umber.core.io.UmberSocketServer
Retrieves the number of clients currently connected to the server.
getClipRegion() - Method in class org.umber.crucible.render.RenderOutputBase
 
getCollapse() - Method in class org.umber.catalan.process.workers.javabean.JavaBeanProperties
Retrieves the value of the "collapse" property.
getCollapse() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "collapse" property.
getColumnFlowSelect() - Method in class org.umber.crucible.old.templates.generic.TableOp
Returns the 'select' property for the <column-flow> op, or an empty string if 'select' is not specified.
getColumnHeaderSelect() - Method in class org.umber.crucible.old.templates.generic.TableOp
Returns the 'select' property for the <column-headers> op, or an empty string if 'select' is not specified.
getColumns() - Method in class org.umber.ballast.metadata.IndexMetadata
 
getColumns() - Method in class org.umber.ballast.metadata.TableMetadata
 
getCommand() - Method in class org.umber.catalan.commands.CommandResult
 
getCommand() - Method in class org.umber.catalan.process.properties.CommonProperties
Retrieves the value of the "command" property.
getCommandParams() - Method in class org.umber.catalan.commands.BaseForgeCommand
 
getCommandParams() - Method in interface org.umber.catalan.commands.IForgeCommand
 
getCommands() - Method in class org.umber.catalan.process.commands.BaseCommandWorker
Retrieves all command objects for this worker.
getCommands() - Method in class org.umber.catalan.process.workers.html.HtmlWorker
Retrieves all command objects for this worker.
getCommands() - Method in class org.umber.catalan.process.workers.io.IoWorker
Retrieves all command objects for this worker.
getCommands() - Method in class org.umber.catalan.process.workers.javabean.JavaBeanWorker
Retrieves all command objects for this worker.
getCommands() - Method in class org.umber.catalan.process.workers.text.TextWorker
Retrieves all command objects for this worker.
getCommands() - Method in class org.umber.catalan.process.workers.xml.XmlWorker
Retrieves all command objects for this worker.
getCommands(ICommandFilter) - Method in interface org.umber.catalan.queues.IBulkCommandQueue
Retrieves all commands that match the given filter.
getConfig() - Method in class org.umber.ballast.util.BallastAntTask.JdbcToBean
 
getConfig() - Method in class org.umber.core.email.JavaMailEmailManager
 
getContent() - Method in class org.umber.ballast.BallastInput.Template
 
getContent() - Method in class org.umber.catalan.process.workers.queue.QueueProperties
Retrieves the value of the "content" property.
getContent() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "content" property.
getContent() - Method in class org.umber.core.email.UmberEmail
 
getContent() - Method in interface org.umber.crucible.layout.ILayoutArea
 
getContent() - Method in class org.umber.crucible.layout.LayoutAreaBase
 
getContentType() - Method in class org.umber.crucible.content.DefaultContent
 
getContentType() - Method in interface org.umber.crucible.content.IContent
 
getContentType() - Method in class org.umber.crucible.content.TableContent
 
getContentType() - Method in class org.umber.crucible.content.TextContent
 
getContents(IContentFilter) - Method in class org.umber.crucible.content.ContentSection
 
getContents() - Method in class org.umber.crucible.content.ContentSection
 
getContents() - Method in class org.umber.crucible.grail.model.objects.PdfPage
 
getConvertType() - Method in class org.umber.catalan.process.workers.queue.QueueProperties
Retrieves the value of the "convert-type" property.
getCount(int) - Method in class org.umber.catalan.process.properties.CommonProperties
Retrieves the value of the "count" property.
getCount() - Method in class org.umber.crucible.grail.model.objects.PdfPages
 
getCurrentArea() - Method in class org.umber.crucible.old.layout.LayoutContext
Returns the LayoutArea object most recently pulled off the stack.
getCurrentPage() - Method in class org.umber.crucible.old.layout.Book
Gets the current page object in this Book.
getCurrentPage() - Method in class org.umber.crucible.old.templates.RenderTemplate
Retrieves the current page index
getCurrentPageNumber() - Method in class org.umber.crucible.old.layout.Book
Gets the current page number in this Book.
getCurrentRegion() - Method in class org.umber.crucible.old.layout.LayoutContext
Retrieves the cached current rendering region.
getCustomConverters() - Method in class org.umber.core.email.MimeManager
Retrieves an array of all custom converters.
getData(String, int) - Method in class org.umber.TestXmlLoader
Retrieves the child node of the test XML with the given id and the given index.
getData() - Method in class org.umber.catalan.commands.CommandResult
 
getData() - Method in class org.umber.crucible.content.DefaultContent
 
getData() - Method in interface org.umber.crucible.content.IContent
 
getData() - Method in class org.umber.crucible.content.TableContent
 
getData() - Method in class org.umber.crucible.content.TextContent
 
getData() - Method in class org.umber.crucible.old.layout.Book
Gets the Book's raw input data
getDataQueues() - Method in interface org.umber.catalan.process.workspace.IWorkspace
Retrieves the QueueManager responsible for all queues.
getDataQueues() - Method in class org.umber.catalan.process.workspace.XmlWorkspace
Retrieves the QueueManager responsible for all queues.
getDatabaseUrl() - Method in class org.umber.ballast.config.JdbcConfig
 
getDateFormat() - Method in class org.umber.catalan.process.workers.queue.QueueProperties
Retrieves the value of the "date-format" property.
getDateStamp() - Method in class org.umber.core.logging.BaseLog
 
getDatum() - Method in class org.umber.crucible.old.templates.generic.GenericOp
Returns the op itself.
getDatumProperty(String) - Method in class org.umber.crucible.old.templates.generic.GenericOp
Returns a property value from the encapsulated Datum op.
getDdl() - Method in class org.umber.catalan.process.workers.sql.SqlTable
Retrieves the original SQL DDL for the table.
getDdl() - Method in class org.umber.catalan.transform.text.SqlTable
Retrieves the original SQL DDL for the table.
getDefault() - Method in class org.umber.catalan.process.workers.OptionalPropertyInfo
Retrieves the default value of this property.
getDefaultAreaStyle() - Method in class org.umber.crucible.old.layout.style.DatumStyleMap
Returns the default area style from this map.
getDefaultAreaStyle() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the default area style from this map.
getDefaultAreaStyle() - Method in interface org.umber.crucible.old.layout.style.StyleMap
Returns the default area style from this map.
getDefaultFont() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the default FontStyle of this text.
getDefaultFont() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the default FontStyle of this text.
getDefaultFont() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the default FontStyle of this text.
getDefaultFont() - Method in interface org.umber.crucible.old.layout.style.TextStyle
Returns the default FontStyle of this text.
getDefaultFont() - Method in class org.umber.crucible.pdf.cached.CachedPdfDocument
 
getDefaultFontStyle() - Method in class org.umber.crucible.old.layout.style.DatumStyleMap
Returns the default font style from this map.
getDefaultFontStyle() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the default font style from this map.
getDefaultFontStyle() - Method in interface org.umber.crucible.old.layout.style.StyleMap
Returns the default font style from this map.
getDefaultPageHeight() - Method in class org.umber.crucible.old.templates.GenericTemplate
Retrieves the default Page height for this template.
getDefaultPageHeight() - Method in class org.umber.crucible.old.templates.RenderTemplate
Retrieves the default Page height for this template.
getDefaultPageSize() - Method in class org.umber.crucible.template.TemplateBase
 
getDefaultPageWidth() - Method in class org.umber.crucible.old.templates.GenericTemplate
Retrieves the default Page width for this template.
getDefaultPageWidth() - Method in class org.umber.crucible.old.templates.RenderTemplate
Retrieves the default Page width for this template.
getDefaultParser() - Static method in class org.umber.core.regexp.RegularExpressionFactory
Instantiates the default regular expression parser.
getDefaultProperties() - Method in class org.umber.catalan.process.workers.BaseJob
Retrieves the default properties for this IWorker.
getDefaultProperties() - Method in class org.umber.catalan.process.workers.BaseWorker
Retrieves the default properties for this IWorker.
getDefaultProperties() - Method in interface org.umber.catalan.process.workers.IWorker
Retrieves the default properties for this IWorker.
getDefaultProperties() - Method in class org.umber.catalan.process.workers.XmlJob
Retrieves the default properties for this IWorker.
getDefaultQueue() - Method in class org.umber.catalan.process.queue.QueueManager
Retrieves the default IQueue.
getDefaultTextStyle() - Method in class org.umber.crucible.old.layout.style.DatumStyleMap
Returns the default text style from this map.
getDefaultTextStyle() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the default text style from this map.
getDefaultTextStyle() - Method in interface org.umber.crucible.old.layout.style.StyleMap
Returns the default text style from this map.
getDefaultValue() - Method in class org.umber.ballast.schema.SchemaJavaGenerator.WrappedAttribute
 
getDefaultValue() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaAttribute
 
getDefaultValue() - Method in interface org.umber.bellows.schema.ISchemaAttribute
 
getDefaultValue() - Method in class org.umber.catalan.process.workers.sql.Field
Retrieves the default value for this field.
getDefaultValue() - Method in class org.umber.catalan.transform.text.SqlTable.Field
Retrieves the default value for this field.
getDelimiters() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "delimiters" property for the tokenize command.
getDescent() - Method in class org.umber.crucible.old.layout.style.FontStyleMetrics
Returns the descent for this font.
getDescription() - Method in class org.umber.catalan.process.workers.DefaultWorkerInfo
Retrieves a user-friendly description of this worker or command.
getDescription() - Method in interface org.umber.catalan.process.workers.IWorkMetadata
Retrieves a description of this worker or command.
getDescription() - Method in class org.umber.catalan.process.workers.PropertyInfo
Retrieves the user-friendly description for this property.
getDescription() - Method in class org.umber.catalan.process.workers.WorkMetadata
Retrieves a description of the associated object.
getDescription() - Method in class org.umber.core.util.CommandArgs.ArgSpec
 
getDescription() - Method in class org.umber.crucible.content.ContentType
 
getDescription() - Method in interface org.umber.crucible.content.IContentType
 
getDescription() - Method in interface org.umber.crucible.old.layout.style.AreaStyle
Returns an optional text description of this area.
getDescription() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns an optional text description of this area.
getDescription() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns an optional text description of this area.
getDescription() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns an optional text description of this area.
getDestQueue() - Method in class org.umber.catalan.process.workers.queue.QueueProperties
Retrieves the value of the "dest-queue" property.
getDestination() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "dest" property.
getDestinationNodes(Datum, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.BaseQueryCommand
Retrieves the XML elements declared in the "dest" property.
getDestinationNodes(Datum) - Method in class org.umber.catalan.transform.xform.CopyProcessor
Finds the Datum nodes to perform the transformation on.
getDestinationNodes(Datum) - Method in class org.umber.catalan.transform.xform.MoveProcessor
Finds the Datum nodes to perform the transformation on.
getDictionary() - Method in class org.umber.crucible.grail.model.objects.PdfDictionary
 
getDictionary() - Method in class org.umber.crucible.grail.model.objects.PdfStream
 
getDigits() - Method in class org.umber.ballast.metadata.ColumnMetadata
 
getDistance() - Method in class org.umber.crucible.old.layout.Relation
Getter for property distance, a scalar measure to use with comparisons.
getDocumentName() - Method in class org.umber.bellows.loader.TextReader
Retrieves the element name of the top level root element.
getDriverClass() - Method in class org.umber.ballast.config.JdbcConfig
 
getDtd() - Method in class org.umber.ballast.util.BallastAntTask.DtdToBean
 
getDtd() - Method in class org.umber.ballast.util.BallastAntTask.DtdToFile
 
getDtdLoader() - Static method in class org.umber.bellows.schema.BellowsSchemaLoader
Searches for implementation of a schema loader which supports XML DTD definitions.
getElement() - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
getElement() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
getEmail(Map) - Static method in class org.umber.core.email.EmailFactory
Instantiates an email manager.
getEmail(String) - Static method in class org.umber.core.email.EmailFactory
Instantiates an email manager from the properties file at the given path on the CLASSPATH.
getEmailCount() - Method in class org.umber.core.email.DebugEmailManager
 
getEmailCount() - Method in interface org.umber.core.email.IEmailManager
 
getEmailCount() - Method in class org.umber.core.email.JavaMailEmailManager
 
getEmailManager() - Method in class org.umber.catalan.queues.EmailQueue
Retrieves the email manager used by the queue.
getEmailProperties() - Method in class org.umber.core.email.BaseEmailManager
 
getEmailProperties() - Method in interface org.umber.core.email.IEmailManager
 
getEmails() - Method in class org.umber.core.email.JavaMailEmailManager
 
getEncodeXml() - Method in class org.umber.catalan.process.workers.io.IoProperties
Retrieves the value of the "encode-xml" property.
getEncoding() - Method in class org.umber.bellows.loader.DocumentInfo
Retrieves the XML encoding used in the source XML document.
getEncrypt() - Method in class org.umber.crucible.grail.model.PdfTrailer
 
getEnd() - Method in class org.umber.catalan.process.workers.partition.Partition
Retrieves the ending pattern for this parition.
getEnd() - Method in class org.umber.crucible.old.layout.Markup
Getter for property end, the index of the last text character in the style span.
getEnd() - Method in class org.umber.crucible.old.layout.StyledText.Span
Getter for property end, the index of the last text character in the style span.
getEndIndex(int) - Method in class org.umber.catalan.process.properties.CommonProperties
Retrieves the value of the "end-index" property.
getEndIndex() - Method in class org.umber.catalan.process.workers.partition.PartitionRange
Retrieves the ending index of this partition.
getEndToken() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "end-token" property.
getEntry(PdfName) - Method in class org.umber.crucible.grail.model.objects.PdfDictionary
 
getEnumProperty(String, String, String[], int, boolean) - Method in class org.umber.bellows.Datum
Evaluates the value of the property within the given namespace in terms of an array of enumeration values.
getEnumProperty(String, String[], int) - Method in class org.umber.bellows.Datum
Evaluates the value of the property in terms of an array of enumeration values.
getEnumProperty(Datum, String, String, String[], int, boolean) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Evaluates the value of the property within the given namespace in terms of an array of enumeration values.
getEnumProperty(Datum, String, String[], int) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Evaluates the value of the property in terms of an array of enumeration values.
getError() - Method in class org.umber.bellows.schema.BellowsSchemaException
 
getErrorNodes() - Method in class org.umber.bellows.validate.ValidationResult
Retrieves the array of Datum nodes in the data tree that caused validation errors.
getException() - Method in class org.umber.catalan.process.queue.Alert
Retrieves the optional thrown exception which triggered the alert.
getExpand() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "expand" property.
getExtents() - Method in class org.umber.crucible.old.layout.LayoutArea
Getter for property extents, the actual extents for this area.
getFieldArraySize(int) - Method in class org.umber.core.text.AsciiFieldManager
Retrieves the number of array elements of the given field.
getFieldCount() - Method in class org.umber.core.text.AsciiFieldManager
Calculates the number of discrete fields in the format spec.
getFieldLength(int) - Method in class org.umber.core.text.AsciiFieldManager
Retrieves the length of the given field in its ASCII version.
getFieldSpec() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "field-spec" property.
getFieldType(int) - Method in class org.umber.core.text.AsciiFieldManager
Retrieves the Java type that corresponds to the given field number.
getFields() - Method in class org.umber.catalan.process.workers.sql.SqlTable
Retrieves all fields in this table
getFields() - Method in class org.umber.catalan.process.workers.velocity.VelocityProperties
Retrieves the value of the "fields" property.
getFields() - Method in class org.umber.catalan.transform.text.SqlTable
Retrieves all fields in this table
getFile() - Method in class org.umber.crucible.old.templates.generic.ImageOp
Retrieves the file path for the image that this op should render.
getFilter() - Method in class org.umber.crucible.template.ContentFlow
Retrieves the content filter.
getFilterText() - Method in class org.umber.bellows.query.ErrorFilter
 
getFilterText() - Method in interface org.umber.bellows.query.IQueryNode
Retrieves the text of each filter for this node, if any.
getFilterText() - Method in class org.umber.bellows.query.InvalidQueryNode
 
getFilterText() - Method in class org.umber.bellows.query.QueryNodeBase
Retrieves the text of each filter for this node, if any.
getFilters() - Method in interface org.umber.bellows.query.IQueryNode
Retrieves all query filters for this node, if any.
getFilters() - Method in class org.umber.bellows.query.InvalidQueryNode
 
getFilters() - Method in class org.umber.bellows.query.QueryNodeBase
Retrieves the query filter for this node, if any.
getFirstLineIndent() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the first line indent property of this text.
getFirstLineIndent() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the first line indent property of this text.
getFirstLineIndent() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the first line indent property of this text.
getFirstLineIndent() - Method in interface org.umber.crucible.old.layout.style.TextStyle
Returns the first line indent property of this text.
getFlowAreas() - Method in class org.umber.crucible.layout.Page
 
getFlowTemplate(String) - Method in class org.umber.crucible.old.templates.Section
Returns a Datum object that embodies the flow template for the named region.
getFont(String) - Method in class org.umber.crucible.grail.model.PdfFontMap
 
getFont() - Method in class org.umber.crucible.grail.model.objects.PdfResource
 
getFont() - Method in class org.umber.crucible.pdf.cached.CachedText
 
getFontColor() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the color of this run of text.
getFontColor() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the color of this run of text.
getFontColor() - Method in interface org.umber.crucible.old.layout.style.FontStyle
Returns the color of this run of text.
getFontColor() - Method in class org.umber.crucible.old.layout.style.FontStyleMetrics
Returns the color of this run of text.
getFontColor() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the color of this run of text.
getFontHeight() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Estimates the height of the font in point size.
getFontHeight() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Estimates the height of the font in point size.
getFontHeight() - Method in interface org.umber.crucible.old.layout.style.FontStyle
Estimates the height of the font in point size.
getFontHeight() - Method in class org.umber.crucible.old.layout.style.FontStyleMetrics
Estimates the height of the font in point size.
getFontHeight() - Method in class org.umber.crucible.old.layout.style.StyleChain
Estimates the height of the font in point size.
getFontName() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the font name property of the style.
getFontName() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the font name property of the style.
getFontName() - Method in interface org.umber.crucible.old.layout.style.FontStyle
Returns the font name property of the style.
getFontName() - Method in class org.umber.crucible.old.layout.style.FontStyleMetrics
Getter for property name, the name of the font.
getFontName() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the font name property of the style.
getFontNames() - Method in class org.umber.crucible.grail.model.PdfFontMap
 
getFontSize() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the font size property of the style.
getFontSize() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the font size property of the style.
getFontSize() - Method in interface org.umber.crucible.old.layout.style.FontStyle
Returns the font size property of the style.
getFontSize() - Method in class org.umber.crucible.old.layout.style.FontStyleMetrics
Getter for property size, the point size of the font.
getFontSize() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the font size property of the style.
getFontStyle() - Method in class org.umber.crucible.old.layout.StyledText
Returns the font style of this object
getFontStyle(String) - Method in class org.umber.crucible.old.layout.style.DatumStyleMap
Returns the named font style from this map.
getFontStyle() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the font style property of the style.
getFontStyle() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the font style property of the style.
getFontStyle(String) - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the named font style from this map.
getFontStyle() - Method in interface org.umber.crucible.old.layout.style.FontStyle
Returns the font style property of the style.
getFontStyle() - Method in class org.umber.crucible.old.layout.style.FontStyleMetrics
Getter for property style: plain, bold, or italic.
getFontStyle() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the font style property of the style.
getFontStyle(String) - Method in interface org.umber.crucible.old.layout.style.StyleMap
Returns the named font style from this map.
getFontStyles() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns an array of all FontStyle objects in this chain.
getForeignKeys() - Method in class org.umber.ballast.metadata.TableMetadata
 
getForeignKeys() - Method in class org.umber.catalan.process.workers.sql.SqlTable
Retrieves an array of all foreign key fields in this table.
getForeignKeys() - Method in class org.umber.catalan.transform.text.SqlTable
Retrieves an array of all foreign key fields in this table.
getFormat() - Method in class org.umber.bellows.loader.DatumWriter
Retrieves the current XML format preferences.
getFormat() - Method in class org.umber.catalan.process.workers.io.IoProperties
Retrieves the value of the "format" property.
getFreeSpace() - Method in class org.umber.crucible.old.layout.AbstractLayoutEngine
Returns the free space in the current layout region.
getFreeSpace() - Method in interface org.umber.crucible.old.layout.LayoutEngine
Returns the free space in the current layout region.
getFrom() - Method in class org.umber.core.email.UmberEmail
 
getGroupCount() - Method in interface org.umber.core.regexp.IRegularExpression
Calculates the number of groups found in the current pattern.
getGroupCount() - Method in class org.umber.core.regexp.RegularExpressionJava14
Calculates the number of groups found in the current pattern.
getGroupCount() - Method in class org.umber.core.regexp.RegularExpressionORO
Calculates the number of groups found in the current pattern.
getHAlign() - Method in interface org.umber.crucible.old.layout.style.AlignStyle
Returns the horizontal alignment property of the style.
getHAlign() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the horizontal alignment property of the style.
getHAlign() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the horizontal alignment property of the style.
getHAlign() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the horizontal alignment property of the style.
getHeader() - Method in class org.umber.crucible.grail.model.PdfHeader
 
getHeaders(int) - Method in class org.umber.bellows.TableDatum
Indexed getter for property headers.
getHeaders() - Method in class org.umber.bellows.TableDatum
Getter for property headers.
getHeaders() - Method in class org.umber.core.email.UmberEmail
 
getHeight() - Method in class org.umber.crucible.layout.Dimension
 
getHeight() - Method in class org.umber.crucible.layout.Rectangle
 
getHeight() - Method in class org.umber.crucible.old.layout.LayoutArea
Getter for property height, the final calculated height to render this area.
getHeight() - Method in class org.umber.crucible.old.layout.Page
Getter for property height, the height of the Page in font points.
getHeight() - Method in class org.umber.crucible.render.AsciiTextGrid
 
getHibernate() - Method in class org.umber.ballast.config.BallastConfig
 
getHint() - Method in class org.umber.crucible.old.layout.LayoutArea
Getter for property hint, an optional field for descriptive info.
getId() - Method in class org.umber.bellows.Datum
Getter for property id, the instance-specific identifier for this Datum object.
getId() - Method in class org.umber.bellows.validate.TypesafeDatum
Getter for property id, the instance-specific identifier for this Datum object.
getImagePath() - Method in class org.umber.crucible.pdf.cached.CachedImage
 
getImages() - Method in class org.umber.crucible.pdf.cached.CachedPdfPage
 
getImplClassName() - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
getImplClassName() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
getImplClassName() - Method in interface org.umber.bellows.schema.ISchemaNode
 
getImplClassName() - Method in class org.umber.bellows.schema.PcdataNode
 
getInbox() - Method in class org.umber.core.email.JavaMailEmailManager
 
getIncludeDelimiters() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "include-delimiters" property.
getIndent() - Method in class org.umber.bellows.loader.XmlFormat
Returns the number of spaces to indent each level of XML.
getIndent() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the left indent spacing of this area.
getIndent() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the left indent spacing of this area.
getIndent() - Method in interface org.umber.crucible.old.layout.style.InsetStyle
Returns the left indent spacing of this area.
getIndent() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the left indent spacing of this area.
getIndexes() - Method in class org.umber.ballast.metadata.TableMetadata
 
getInfo() - Method in class org.umber.crucible.grail.model.PdfTrailer
 
getInput() - Method in class org.umber.catalan.queues.ReaderQueue
Retrieves the input stream.
getInput() - Method in class org.umber.catalan.queues.StreamQueue
Retrieves the input stream.
getInput() - Method in class org.umber.core.io.UmberSocketServer.ClientConnection
Retrieves the InputStream for the client socket.
getInputDir() - Method in class org.umber.catalan.queues.DirectoryPollQueue
Retrieves the input directory.
getInputStream() - Method in class org.umber.catalan.transform.io.IOAdapter
Converts the wrapped object into an InputStream object.
getInsets() - Method in class org.umber.crucible.old.layout.Page
Getter for property insets, the unwritable margins for this Page.
getInsets() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns an Insets object set to the values of all four InsetStyle properties, indent, rightIndent, spaceBefore, and spaceAfter.
getInsets() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns an Insets object set to the values of all four InsetStyle properties, indent, rightIndent, spaceBefore, and spaceAfter.
getInsets() - Method in interface org.umber.crucible.old.layout.style.InsetStyle
Returns an Insets object set to the values of all four InsetStyle properties, indent, rightIndent, spaceBefore, and spaceAfter.
getInsets() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns an Insets object set to the values of all four InsetStyle properties, indent, rightIndent, spaceBefore, and spaceAfter.
getInstance() - Static method in class org.umber.bellows.query.FilterBuilder
Returns the default instance of FilterBuilder.
getInstance() - Static method in class org.umber.bellows.query.QueryNodeFactory
Retrieves the singleton instance of the QueryNodeFactory.
getInstance() - Static method in class org.umber.bellows.query.RegexpFilterBuilder
Returns the default instance of RegexpFilterBuilder.
getInstance() - Static method in class org.umber.catalan.commands.XmlCommandFactory
Returns a singleton instance of XmlCommandFactory.
getIntegerProperty(String, String, int, boolean) - Method in class org.umber.bellows.Datum
Evaluates the property within the given namespace and converts it to an integer value.
getIntegerProperty(String, int) - Method in class org.umber.bellows.Datum
Evaluates the property and converts it to an integer value.
getIntegerProperty(Datum, String, String, int, boolean) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Evaluates the property within the given namespace and converts it to an integer value.
getIntegerProperty(Datum, String, int) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Evaluates the property and converts it to an integer value.
getIntersects() - Method in class org.umber.crucible.old.layout.StyledText.Span
Getter for property intersects, all Markup objects that overlap this Span.
getIterator() - Method in class org.umber.core.parse.GenericParser
Retrieves the internal CharacterIterator for lower level parsing.
getJavaClass() - Method in class org.umber.catalan.process.workers.sql.TypeMap
Retrieves the Java Class object that corresponds to this Java type.
getJavaPackage() - Method in class org.umber.ballast.config.HibernateConfig
 
getJavaPkTemplate() - Method in class org.umber.ballast.config.HibernateConfig
 
getJavaPkTemplateContents() - Method in class org.umber.ballast.config.HibernateConfig
 
getJavaPkg() - Method in class org.umber.ballast.util.BallastAntTask.DtdToBean
 
getJavaTemplate() - Method in class org.umber.ballast.config.HibernateConfig
 
getJavaTemplateContents() - Method in class org.umber.ballast.config.HibernateConfig
 
getJavaType() - Method in class org.umber.catalan.process.workers.sql.Field
Retrieves the Java data type for this field.
getJavaType() - Method in class org.umber.catalan.process.workers.sql.TypeMap
Retrieves the Java type.
getJavaType() - Method in class org.umber.catalan.transform.text.SqlTable.Field
Retrieves the Java data type for this field.
getJdbc() - Method in class org.umber.ballast.config.BallastConfig
 
getKeepOriginal() - Method in class org.umber.catalan.process.workers.io.IoProperties
Retrieves the value of the "keep-original" property.
getKeepOriginal() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "keep-original" property.
getKeyNames() - Method in class org.umber.bellows.Datum
Retrieves a Set of all property keys in the default namespace of this Datum.
getKeyNames(String) - Method in class org.umber.bellows.Datum
Retrieves a Set of all property keys in the given namespace in this Datum.
getKeyNames() - Method in class org.umber.bellows.validate.TypesafeDatum
Retrieves a Set of all property keys in the default namespace of this Datum.
getKeyNames(String) - Method in class org.umber.bellows.validate.TypesafeDatum
Retrieves a Set of all property keys in the given namespace in this Datum.
getKeys() - Method in class org.umber.crucible.grail.model.objects.PdfDictionary
 
getKids() - Method in class org.umber.crucible.grail.model.objects.PdfPages
 
getLargest() - Method in class org.umber.crucible.old.layout.Constraint
Getter for property largest, the maximum size an area can be.
getLayout() - Method in class org.umber.crucible.old.templates.RenderTemplate
Retrieves the current LayoutEngine
getLeading() - Method in class org.umber.crucible.old.layout.style.FontStyleMetrics
Returns the leading for this font.
getLeftovers() - Method in class org.umber.catalan.transform.BaseNodeProcessor
Retrieves the current list of unprocessed input nodes.
getLegalTypes() - Method in class org.umber.catalan.process.workers.PropertyInfo
Retrieves the legal types that this property is allowed to support.
getLegalValues() - Method in class org.umber.ballast.schema.SchemaJavaGenerator.WrappedAttribute
 
getLegalValues() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaAttribute
 
getLegalValues() - Method in interface org.umber.bellows.schema.ISchemaAttribute
 
getLevel() - Method in class org.umber.core.logging.BaseLog.LogLevel
 
getLevel() - Method in class org.umber.crucible.content.ContentType
 
getLevel() - Method in interface org.umber.crucible.content.IContentType
 
getLineName() - Method in class org.umber.bellows.loader.TextReader
Retrieves the element name of the line element.
getLocalProperty(String) - Method in class org.umber.bellows.Datum
Retrieves a property for the given key value.
getLocalProperty(String, String) - Method in class org.umber.bellows.Datum
Retrieves a property for the given key value.
getLocalProperty(String) - Method in class org.umber.bellows.validate.TypesafeDatum
Retrieves a property for the given key value.
getLocalProperty(String, String) - Method in class org.umber.bellows.validate.TypesafeDatum
Retrieves a property for the given key value.
getLog(Class) - Static method in class org.umber.core.logging.LogFactory
Retrieves a logger object for the given Java class.
getLog(String) - Static method in class org.umber.core.logging.LogFactory
Retrieves a logger object for the given name.
getLogClass() - Static method in class org.umber.core.logging.LogFactory
Loads explicitly set ILog class, or falls back on dynamic search for logging libraries in the order: Log4J, Sun Logging, or stdout.
getLogName() - Method in class org.umber.core.logging.BaseLog
 
getLowerHyphenatedName() - Method in class org.umber.core.util.PropertyName
Returns the property name in hyphenated format, e.g., "property-name".
getLowerUnderscoredName() - Method in class org.umber.core.util.PropertyName
Returns the property name in underscored format, e.g., "property_name".
getMakeCopy() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "make-copy" property.
getMap() - Method in class org.umber.catalan.process.queue.DefaultNamedQueue
Retrieves the key/value Map of all named nodes in the INamedQueue.
getMap() - Method in interface org.umber.catalan.process.queue.INamedQueue
Retrieves the key/value Map of all named nodes in the INamedQueue.
getMargin() - Method in class org.umber.crucible.template.TemplateBase
 
getMarkup() - Method in class org.umber.crucible.old.layout.StyledText
Getter for property markup.
getMatch() - Method in class org.umber.crucible.old.templates.generic.IfOp
Returns the 'match' property of the op, or "" if 'match' is not specified.
getMaxSize() - Method in class org.umber.crucible.layout.FuzzyRectangle
 
getMaximum() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the maximum geometrical extents of this area.
getMaximum() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the maximum geometrical extents of this area.
getMaximum() - Method in interface org.umber.crucible.old.layout.style.ExtentStyle
Returns the maximum geometrical extents of this area.
getMaximum() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the maximum geometrical extents of this area.
getMediaBox() - Method in class org.umber.crucible.grail.model.objects.PdfPageNode
 
getMessage() - Method in class org.umber.catalan.process.queue.Alert
Retrieves the optional text content of the alert.
getMessages() - Method in class org.umber.bellows.validate.ValidationResult
Retrieves the array of warning and error messages generated by the validation process.
getMetadata() - Method in class org.umber.catalan.process.workers.BaseMetadataHolder
Retrieves metadata associated with this object.
getMetadata() - Method in interface org.umber.catalan.process.workers.IMetadataHolder
Retrieves metadata associated with this object.
getMetadata() - Method in class org.umber.catalan.process.workers.XmlJob
Retrieves descriptive metadata associated with this job implementation.
getMimeManager() - Method in class org.umber.core.email.BaseEmailManager
 
getMimeManager() - Method in interface org.umber.core.email.IEmailManager
 
getMimeType(Object) - Method in class org.umber.bellows.util.XmlMimeConverter
 
getMimeType(Object) - Method in interface org.umber.core.email.IMimeConverter
Retrieves the MIME type for this Java object.
getMimeType(Object) - Method in class org.umber.core.email.MimeManager
Looks up the MIME type that corresponds to the content object.
getMinSize() - Method in class org.umber.crucible.layout.FuzzyRectangle
 
getMinimum() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the minimum geometrical extents of this area.
getMinimum() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the minimum geometrical extents of this area.
getMinimum() - Method in interface org.umber.crucible.old.layout.style.ExtentStyle
Returns the minimum geometrical extents of this area.
getMinimum() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the minimum geometrical extents of this area.
getName() - Method in class org.umber.ballast.BallastInput.Template
 
getName() - Method in class org.umber.ballast.metadata.ColumnMetadata
 
getName() - Method in class org.umber.ballast.metadata.IndexMetadata
 
getName() - Method in class org.umber.ballast.metadata.TableMetadata
 
getName() - Method in class org.umber.ballast.schema.SchemaJavaGenerator.WrappedAttribute
 
getName() - Method in interface org.umber.bellows.query.IQueryNode
Retrieves the unadorned name of the node, without filter info.
getName() - Method in class org.umber.bellows.query.InvalidQueryNode
 
getName() - Method in class org.umber.bellows.query.QueryNodeBase
Retrieves the unadorned name of the node, without filter info.
getName() - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
getName() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaAttribute
 
getName() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
getName() - Method in interface org.umber.bellows.schema.ISchemaAttribute
 
getName() - Method in interface org.umber.bellows.schema.ISchemaNode
 
getName() - Method in class org.umber.bellows.schema.PcdataNode
 
getName() - Method in class org.umber.catalan.commands.BaseForgeCommand
 
getName() - Method in interface org.umber.catalan.commands.IForgeCommand
 
getName() - Method in class org.umber.catalan.process.queue.AlertPriority
Retrieves the text name of the priority.
getName() - Method in class org.umber.catalan.process.workers.DefaultWorkerInfo
Retrieves the official name of this worker or command.
getName() - Method in interface org.umber.catalan.process.workers.IWorkMetadata
Retrieves the name of this worker or command.
getName() - Method in class org.umber.catalan.process.workers.PropertyInfo
Retrieves the name of the command.
getName() - Method in class org.umber.catalan.process.workers.WorkMetadata
Retrieves the name of the associated object.
getName() - Method in class org.umber.catalan.process.workers.sql.Field
Retrieves the name of this field.
getName() - Method in class org.umber.catalan.process.workers.sql.SqlTable
Retrieves the name of the table.
getName() - Method in class org.umber.catalan.process.workers.xml.DirectiveStack.Attribute
Retrieves the name property of this Attribute directive.
getName() - Method in class org.umber.catalan.transform.text.SqlTable.Field
Retrieves the name of this field.
getName() - Method in class org.umber.catalan.transform.text.SqlTable
Retrieves the name of the table.
getName() - Method in class org.umber.catalan.transform.xml.DirectiveStack.Attribute
Retrieves the name property of this Attribute directive.
getName() - Method in class org.umber.core.logging.BaseLog.LogLevel
 
getName() - Method in class org.umber.core.util.CommandArgs.ArgSpec
 
getName() - Method in class org.umber.crucible.content.ContentSection
 
getName() - Method in class org.umber.crucible.content.ContentType
 
getName() - Method in interface org.umber.crucible.content.IContentType
 
getName() - Method in class org.umber.crucible.grail.model.PdfOperator
 
getName() - Method in class org.umber.crucible.grail.model.objects.PdfFont
 
getName() - Method in class org.umber.crucible.grail.model.objects.PdfName
 
getName() - Method in class org.umber.crucible.pdf.PdfFont
 
getNameProp() - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
Helper for Velocity templates
getNameProp() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
Helper for Velocity templates
getNameProperty() - Method in class org.umber.ballast.metadata.ColumnMetadata
 
getNameProperty() - Method in class org.umber.ballast.metadata.IndexMetadata
 
getNameProperty() - Method in class org.umber.ballast.metadata.TableMetadata
 
getNameProperty() - Method in class org.umber.catalan.process.workers.sql.Field
Retrieves the name of this field as a PropertyName object.
getNameProperty() - Method in class org.umber.catalan.process.workers.sql.SqlTable
Retrieves the name of the table as a PropertyName object.
getNameProperty() - Method in class org.umber.catalan.transform.text.SqlTable.Field
Retrieves the name of this field as a PropertyName object.
getNameProperty() - Method in class org.umber.catalan.transform.text.SqlTable
Retrieves the name of the table as a PropertyName object.
getNames() - Method in class org.umber.bellows.query.ElementFilter
Returns the array of node names to filter against.
getNamespace() - Method in class org.umber.bellows.Datum
Getter for property namespace, the name of the namespace for the Datum as a whole.
getNamespaces() - Method in class org.umber.bellows.Datum
Returns an array of all namespaces currently in use in this Datum.
getNamespaces() - Method in class org.umber.bellows.validate.TypesafeDatum
Returns an array of all namespaces currently in use in this Datum.
getNativeParser() - Static method in class org.umber.core.regexp.RegularExpressionFactory
Instantiates the Java 1.4 regular expression parser, if available.
getNewName() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "new-name" property.
getNewText() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "newtext" property.
getNextClient() - Method in class org.umber.core.io.UmberSocketServer
Retrieves the next client connection in the pool.
getNextCommand() - Method in class org.umber.catalan.queues.DirectoryPollQueue
Retrieves the next command in the queue, or null if queue is empty.
getNextCommand() - Method in class org.umber.catalan.queues.EmailQueue
Retrieves the next command in the queue, or null if queue is empty.
getNextCommand() - Method in interface org.umber.catalan.queues.ICommandQueue
Retrieves the next command in the queue, or null if queue is empty.
getNextCommand() - Method in class org.umber.catalan.queues.ReaderQueue
Retrieves the next command in the queue, or null if queue is empty.
getNextCommand() - Method in class org.umber.catalan.queues.SingleFileQueue
Retrieves the next command in the queue, or null if queue is empty.
getNextCommand() - Method in class org.umber.catalan.queues.SocketQueue
Retrieves the next command in the queue, or null if queue is empty.
getNextCommand() - Method in class org.umber.catalan.queues.StreamQueue
Retrieves the next command in the queue, or null if queue is empty.
getNextDirective(Object) - Method in class org.umber.catalan.process.workers.xml.DirectiveStack
Retrieves the next Directive in the stack.
getNextDirective(Object) - Method in class org.umber.catalan.transform.xml.DirectiveStack
Retrieves the next Directive in the stack.
getNode() - Method in class org.umber.bellows.schema.SchemaCardinality
 
getNodeSelection() - Method in class org.umber.catalan.process.workers.queue.QueueProperties
Retrieves the value of the "nodes" property.
getNodes() - Method in class org.umber.bellows.traverse.Traversal
Retrieves the current batch of traversable nodes.
getNodes() - Method in class org.umber.catalan.process.queue.DefaultNamedQueue
Retrieves the current node processing list.
getNodes() - Method in class org.umber.catalan.process.queue.DefaultQueue
Retrieves the current node processing list.
getNodes() - Method in interface org.umber.catalan.process.queue.IQueue
Retrieves the current node processing list.
getNodes() - Method in class org.umber.catalan.transform.BaseNodeProcessor
Retrieves the current node processing list.
getNonKeys() - Method in class org.umber.ballast.metadata.TableMetadata
 
getNormalizeExclusions() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "exclusions" property for the normalize command.
getNormalizeResolver() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "resolver" property.
getNormalizeTokens() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "tokens" property for the normalize command.
getNotations() - Method in class org.umber.bellows.loader.DocumentInfo
Retrieves the NOTATION declarations for this document.
getNullLog() - Static method in class org.umber.core.logging.NullLog
Retrieves a singleton instance of NullLog.
getOROParser() - Static method in class org.umber.core.regexp.RegularExpressionFactory
Instantiates the Jakarta ORO regular expression parser, if available.
getOldText() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "oldtext" property.
getOp() - Method in class org.umber.crucible.old.templates.generic.GenericOp
Returns the encapsulated Datum op.
getOpType() - Method in class org.umber.crucible.old.templates.generic.GenericOp
Returns the element name of this op.
getOptionalProperties() - Method in class org.umber.catalan.process.workers.DefaultWorkerInfo
Retrieves metadata for all optional properties for this worker.
getOptionalProperties() - Method in interface org.umber.catalan.process.workers.IWorkMetadata
Retrieves metadata for all optional properties for this worker or command.
getOptionalProperties() - Method in class org.umber.catalan.process.workers.WorkMetadata
Retrieves metadata for all optional properties for th for the associated object.
getOrientation() - Method in class org.umber.crucible.old.layout.LayoutGroup
Getter for property orientation, flow orientation of the children in this group
getOrigin() - Method in class org.umber.crucible.layout.Rectangle
 
getOutDir() - Method in class org.umber.ballast.util.BallastAntTask.DtdToBean
 
getOutDir() - Method in class org.umber.ballast.util.BallastAntTask.DtdToFile
 
getOutFile() - Method in class org.umber.ballast.util.BallastAntTask.DtdToFile
 
getOuterRegion() - Method in class org.umber.crucible.old.layout.LayoutContext
Retrieves the the top-level layout region.
getOutput(String) - Method in class org.umber.ballast.BallastOutput
 
getOutput() - Method in interface org.umber.catalan.forge.IForgeOutput
 
getOutput() - Method in class org.umber.catalan.process.workers.io.IoProperties
Retrieves the value of the "output" property.
getOutput() - Method in class org.umber.catalan.queues.ReaderQueue
Retrieves the output stream.
getOutput() - Method in class org.umber.catalan.queues.StreamQueue
Retrieves the output stream.
getOutput() - Method in class org.umber.core.io.UmberSocketServer.ClientConnection
Retrieves the OutputStream for the client socket.
getOutputDir() - Method in class org.umber.ballast.config.BallastConfig
 
getOutputDir() - Method in class org.umber.catalan.queues.DirectoryPollQueue
Retrieves the output directory.
getOutputNames() - Method in class org.umber.ballast.BallastOutput
 
getOutputStream() - Method in class org.umber.catalan.transform.io.IOAdapter
Converts the wrapped object into an OutputStream object.
getOutputType() - Method in interface org.umber.catalan.forge.IForgeOutput
 
getPadding() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "padding" property.
getPage(int) - Method in class org.umber.crucible.old.layout.Book
Gets a single processed page.
getPageBreak() - Method in class org.umber.bellows.loader.TextReader
Retrieves the page break separator text
getPageName() - Method in class org.umber.bellows.loader.TextReader
Retrieves the element name of the page element.
getPageSize() - Method in class org.umber.crucible.layout.Page
 
getPageSize() - Method in class org.umber.crucible.pdf.cached.CachedPdfPage
 
getPageSize() - Method in class org.umber.crucible.render.RenderOutputBase
 
getPages() - Method in class org.umber.crucible.grail.model.objects.PdfCatalog
 
getPages() - Method in class org.umber.crucible.old.layout.Book
Gets the array of processed pages.
getParameter(char) - Method in class org.umber.crucible.old.templates.generic.GenericOp
Returns the value of a numbered parameter; used for parameterized queries.
getParams() - Method in class org.umber.core.util.CommandArgs
Retrieves all unnamed arguments.
getParent() - Method in class org.umber.bellows.Datum
Getter for property parent.
getParent() - Method in class org.umber.bellows.validate.TypesafeDatum
Getter for property parent.
getParent() - Method in class org.umber.crucible.grail.model.objects.PdfPageNode
 
getPartitions() - Method in class org.umber.catalan.process.workers.partition.PartitionProperties
Retrieves the value of the "partitions" property.
getPassword() - Method in class org.umber.ballast.config.JdbcConfig
 
getPaths() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "paths" property.
getPcdata() - Method in class org.umber.bellows.util.VelocityDatumAdapter
Retrieves all the PCDATA content of the wrapped Datum node and its children.
getPcdata(boolean) - Method in class org.umber.bellows.util.VelocityDatumAdapter
Retrieves all the PCDATA content of the wrapped Datum node and its children with the specified whitespace behavior.
getPiAfterRoot() - Method in class org.umber.bellows.loader.DocumentInfo
Retrieves all XML processing instructions that occur after the end of the root XML element.
getPiBeforeRoot() - Method in class org.umber.bellows.loader.DocumentInfo
Retrieves all XML processing instructions that occur before the start of the root XML element.
getPort() - Method in class org.umber.core.io.UmberSocketServer
Retrieves the port for this queue.
getPosition() - Method in class org.umber.catalan.process.workers.queue.QueueProperties
Retrieves the value of the "pos" property.
getPosition(int) - Method in class org.umber.catalan.process.workers.queue.QueueProperties
Retrieves the value of the "pos" property, as a real queue index.
getPosition() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "position" property.
getPosition() - Method in class org.umber.core.parse.GenericParser
Retrieves the current parsing position in the text.
getPosition() - Method in interface org.umber.crucible.layout.ILayoutArea
 
getPosition() - Method in class org.umber.crucible.layout.LayoutAreaBase
 
getPreferred() - Method in class org.umber.crucible.old.layout.Constraint
Getter for property preferred, the optimal size an area can be.
getPreferred() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the preferred geometrical extents of this area.
getPreferred() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the preferred geometrical extents of this area.
getPreferred() - Method in interface org.umber.crucible.old.layout.style.ExtentStyle
Returns the preferred geometrical extents of this area.
getPreferred() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the preferred geometrical extents of this area.
getPrev() - Method in class org.umber.crucible.grail.model.PdfTrailer
 
getPrimaryKeys() - Method in class org.umber.ballast.metadata.TableMetadata
 
getPrimaryKeys() - Method in class org.umber.catalan.process.workers.sql.SqlTable
Retrieves an array of all primary key fields in this table.
getPrimaryKeys() - Method in class org.umber.catalan.transform.text.SqlTable
Retrieves an array of all primary key fields in this table.
getPriority() - Method in class org.umber.catalan.process.queue.Alert
Retrieves the priority of the alert.
getProcSet() - Method in class org.umber.crucible.grail.model.objects.PdfResource
 
getProcessorIds() - Method in class org.umber.catalan.transform.Transformer
Deprecated. Retrieves an array of unique identifiers for all INodeProcessors in this Transformer.
getProperties() - Method in class org.umber.catalan.process.queue.DefaultNamedQueue
Retrieves the container for all properties currently set in the workspace.
getProperties() - Method in class org.umber.catalan.process.queue.DefaultQueue
Retrieves the container for all properties currently set in the workspace.
getProperties() - Method in interface org.umber.catalan.process.workers.IPropertyHolder
Retrieves all properties currently set in this container.
getProperties() - Method in class org.umber.catalan.process.workspace.XmlWorkspace
Retrieves the container for all properties currently set in the workspace.
getProperties() - Method in class org.umber.core.email.BaseEmailManager
 
getPropertiesFile() - Method in class org.umber.ballast.config.JdbcConfig
 
getProperty(String) - Method in class org.umber.bellows.Datum
Retrieves a property for the given key value.
getProperty(String, String) - Method in class org.umber.bellows.Datum
Retrieves a property for the given key value.
getProperty(String) - Method in class org.umber.bellows.util.VelocityDatumAdapter
Retrieves a Datum property value from the root node as a PropertyName object.
getProperty(String) - Method in class org.umber.bellows.validate.TypesafeDatum
Retrieves a property for the given key value.
getProperty(String, String) - Method in class org.umber.bellows.validate.TypesafeDatum
Retrieves a property for the given key value.
getProperty(String) - Method in class org.umber.catalan.process.properties.ChainedProperties
Retrieves the value of a named config property from the chained IWorkProperties instances.
getProperty(String) - Method in class org.umber.catalan.process.properties.EmptyProperties
Retrieves the value of a named config property.
getProperty(String) - Method in interface org.umber.catalan.process.properties.IWorkProperties
Retrieves the value of a named property.
getProperty(String) - Method in class org.umber.catalan.process.properties.MapProperties
Retrieves the value of a named config property from the embedded Map.
getProperty(String) - Method in class org.umber.catalan.process.properties.XmlProperties
Retrieves the value of a named config property.
getProperty(String) - Method in class org.umber.crucible.old.layout.Book
Returns the value of a generic property.
getProperty() - Method in class org.umber.crucible.old.templates.generic.TextOp
Returns the 'property' property of the op, or null if 'property' is not specified.
getPropertyAsBoolean(String, boolean) - Method in class org.umber.catalan.process.properties.BaseWorkProperties
Retrieves the named property as a boolean; if the property exists but cannot be converted into a boolean, returns the default.
getPropertyAsBoolean(String, boolean) - Method in interface org.umber.catalan.process.properties.IWorkProperties
Retrieves the named property as a boolean; if the property exists but cannot be converted into a boolean, returns the default.
getPropertyAsDatum(String, Datum) - Method in class org.umber.catalan.process.properties.BaseWorkProperties
Retrieves the named property as a Datum; if the property cannot be converted into a Datum, returns the default.
getPropertyAsDatum(String, Datum) - Method in interface org.umber.catalan.process.properties.IWorkProperties
Retrieves the named property as a Datum; if the property cannot be converted into a Datum, returns the default.
getPropertyAsMap(String, Map) - Method in class org.umber.catalan.process.properties.BaseWorkProperties
Retrieves the named property as a Map; if the property cannot be converted into a Map, returns the default.
getPropertyAsMap(String, Map) - Method in interface org.umber.catalan.process.properties.IWorkProperties
Retrieves the named property as a Map; if the property cannot be converted into a Map, returns the default.
getPropertyAsNumber(String, Number) - Method in class org.umber.catalan.process.properties.BaseWorkProperties
Retrieves the named property as an Number; if the property exists but cannot be converted into an Number, returns the default.
getPropertyAsNumber(String, Number) - Method in interface org.umber.catalan.process.properties.IWorkProperties
Retrieves the named property as an Number; if the property exists but cannot be converted into an Number, returns the default.
getPropertyAsString(String, String) - Method in class org.umber.catalan.process.properties.BaseWorkProperties
Retrieves the named property as a String; if the property is not already a String, calls toString() on it before returning it.
getPropertyAsString(String, String) - Method in interface org.umber.catalan.process.properties.IWorkProperties
Retrieves the named property as a String; if the property is not already a String, calls toString() on it before returning it.
getPropertyName() - Method in class org.umber.catalan.process.workers.queue.QueueProperties
Retrieves the value of the "property-name" property.
getPropertyName() - Method in class org.umber.core.util.PropertyName
Returns the original property name.
getPropertyNames() - Method in class org.umber.catalan.process.properties.ChainedProperties
Retrieves the names of all properties currently set on this holder.
getPropertyNames() - Method in class org.umber.catalan.process.properties.EmptyProperties
Retrieves the names of all properties currently set on this holder.
getPropertyNames() - Method in interface org.umber.catalan.process.properties.IWorkProperties
Retrieves the names of all properties currently set on this holder.
getPropertyNames() - Method in class org.umber.catalan.process.properties.MapProperties
Retrieves the names of all properties currently set on this holder.
getPropertyNames() - Method in class org.umber.catalan.process.properties.XmlProperties
Retrieves the names of all properties currently set on this holder.
getPropertySets() - Method in class org.umber.catalan.process.properties.ChainedProperties
Retrieves an array of all chained IWorkProperties instances.
getPropertySpace(String) - Method in class org.umber.bellows.Datum
Returns an entire namespace Map.
getPropertyType(String, String) - Method in class org.umber.bellows.validate.TypesafeDatum
Retrieves the Java class set for the given property.
getQueries() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "queries" property.
getQuery() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "query" property.
getQuery() - Method in class org.umber.catalan.transform.xform.XFormProcessor
Retrieves the Bellows query path to select nodes to process.
getQueryNodes(Datum, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.BaseQueryCommand
Retrieves the XML elements declared in the "query" property.
getQueryNodes(Datum) - Method in class org.umber.catalan.transform.xform.XFormProcessor
Finds the Datum nodes to perform the transformation on.
getQueue() - Method in class org.umber.catalan.commands.BaseForgeCommand
 
getQueue() - Method in interface org.umber.catalan.commands.IForgeCommand
 
getQueue(String) - Method in class org.umber.catalan.process.queue.QueueManager
Retrieves the named IQueue object, or null if queue does not exist.
getQueue() - Method in class org.umber.catalan.process.workers.queue.QueueProperties
Retrieves the value of the "queue" property.
getQueueFile() - Method in class org.umber.catalan.queues.SingleFileQueue
Retrieves the current file that backs this queue.
getQueueNames() - Method in class org.umber.catalan.process.queue.QueueManager
Retrieves the names of all queues.
getQueueSize() - Method in class org.umber.crucible.old.layout.AbstractLayoutEngine
Returns the number of areas currently in the layout queue.
getQueueSize() - Method in interface org.umber.crucible.old.layout.LayoutEngine
Returns the number of areas currently in the layout queue.
getQueues() - Method in class org.umber.catalan.process.queue.QueueManager
Retrieves all IQueue objects.
getRawArgs() - Method in class org.umber.core.util.CommandArgs
Retrieves the full original array of command-line arguments.
getReader() - Method in class org.umber.catalan.transform.io.IOAdapter
Converts the wrapped object into a Reader object.
getReceiveHost() - Method in class org.umber.core.email.JavaMailProperties
Retrieves the POP3/IMAP host, falling back on default.
getReceivePassword() - Method in class org.umber.core.email.JavaMailProperties
Retrieves the POP3/IMAP password, falling back on default.
getReceivePort() - Method in class org.umber.core.email.JavaMailProperties
Retrieves the POP3/IMAP port, falling back on default.
getReceiveUser() - Method in class org.umber.core.email.JavaMailProperties
Retrieves the POP3/IMAP user name, falling back on default.
getRegion(String) - Method in class org.umber.crucible.old.templates.Section
Returns a Rectangle that defines the bounding area for the named region.
getRegionExtents(String) - Method in interface org.umber.crucible.old.templates.RegionMap
Returns the geometrical extents of the named region.
getRegionExtents(String) - Method in class org.umber.crucible.old.templates.generic.GenericRegionMap
Returns the geometrical extents of the named region.
getRegionMap() - Method in class org.umber.crucible.old.templates.Section
Getter for property regionMap.
getRegionNames() - Method in interface org.umber.crucible.old.templates.RegionMap
Returns an array of all valid region names in this map.
getRegionNames() - Method in class org.umber.crucible.old.templates.Section
Returns an array of all region names in this section which have flow and/or static content.
getRegionNames() - Method in class org.umber.crucible.old.templates.generic.GenericRegionMap
Returns an array of all valid region names in this map.
getRegions() - Method in class org.umber.crucible.template.ContentFlow
Retrieves the rendering regions.
getRelations(int) - Method in class org.umber.crucible.old.layout.Constraint
Indexed getter for property relations.
getRelations() - Method in class org.umber.crucible.old.layout.Constraint
Getter for property relations.
getRemarks() - Method in class org.umber.ballast.metadata.TableMetadata
 
getRenderableExtents() - Method in class org.umber.crucible.old.layout.LayoutArea
Retrieves a Rectangle of the valid rendering extents for this area, the normal extents minus the insets.
getRequiredProperties() - Method in class org.umber.catalan.process.workers.DefaultWorkerInfo
Retrieves metadata for all required properties for this worker.
getRequiredProperties() - Method in interface org.umber.catalan.process.workers.IWorkMetadata
Retrieves metadata for all required properties for this worker or command.
getRequiredProperties() - Method in class org.umber.catalan.process.workers.WorkMetadata
Retrieves metadata for all required properties for the associated object If no required properties exist, returns an empty array.
getResolverMap() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "lookup" property.
getResources() - Method in class org.umber.crucible.grail.model.objects.PdfPage
 
getResources() - Method in class org.umber.crucible.grail.model.objects.PdfPageNode
 
getResultMessage() - Method in class org.umber.catalan.commands.CommandResult
 
getResultStatus() - Method in interface org.umber.catalan.forge.IForgeOutput
 
getRightIndent() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the right indent spacing of this area.
getRightIndent() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the right indent spacing of this area.
getRightIndent() - Method in interface org.umber.crucible.old.layout.style.InsetStyle
Returns the right indent spacing of this area.
getRightIndent() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the right indent spacing of this area.
getRoot() - Method in class org.umber.bellows.query.QueryCache
Retrieves the root in use for all cached queries.
getRoot() - Method in class org.umber.bellows.schema.BellowsSchema
 
getRoot() - Method in class org.umber.bellows.schema.BellowsSchemaException
 
getRoot() - Method in class org.umber.bellows.util.VelocityDatumAdapter
Retrieves the root of the wrapped Datum tree.
getRowFlowSelect() - Method in class org.umber.crucible.old.templates.generic.TableOp
Returns the 'select' property for the <row-flow> op, or an empty string if 'select' is not specified.
getRowHeaderSelect() - Method in class org.umber.crucible.old.templates.generic.TableOp
Returns the 'select' property for the <row-headers> op, or an empty string if 'select' is not specified.
getRuntimeProperties() - Method in class org.umber.catalan.process.workers.BaseWorker
Retrieves this IWorker's default and runtime properties.
getRuntimeProps() - Method in class org.umber.catalan.process.commands.CommandContext
Retrieves the runtime properties that the command should use.
getSafePcdata() - Method in class org.umber.bellows.util.VelocityDatumAdapter
Retrieves a Java String-safe version of the PCDATA content in the wrapped Datum node.
getSchema() - Method in class org.umber.ballast.metadata.TableMetadata
 
getSchemaPattern() - Method in class org.umber.ballast.metadata.DefaultTableQuery
 
getSchemaPattern() - Method in interface org.umber.ballast.metadata.ITableQuery
 
getSchemaProperty() - Method in class org.umber.ballast.metadata.TableMetadata
 
getSections() - Method in class org.umber.crucible.content.ContentTree
 
getSections() - Method in class org.umber.crucible.old.templates.GenericTemplate
Returns an array of all Section objects associated with this template.
getSections() - Method in class org.umber.crucible.old.templates.RenderTemplate
Returns an array of all Section objects associated with this template.
getSelect() - Method in class org.umber.crucible.old.templates.generic.ForEachOp
Returns the 'select' property of the op, or "" if 'select' is not specified.
getSelect() - Method in class org.umber.crucible.old.templates.generic.TextOp
Returns the 'select' property of the op, or "" if 'select' is not specified.
getSendHost() - Method in class org.umber.core.email.JavaMailProperties
Retrieves the SMTP host, falling back on default.
getSendPassword() - Method in class org.umber.core.email.JavaMailProperties
Retrieves the SMTP password, falling back on default.
getSendPort() - Method in class org.umber.core.email.JavaMailProperties
Retrieves the SMTP port, falling back on default.
getSendUser() - Method in class org.umber.core.email.JavaMailProperties
Retrieves the SMTP user name, falling back on default.
getSeparator() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "separator" property.
getSeparator() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "separator" property.
getSession() - Method in class org.umber.core.email.JavaMailEmailManager
 
getSize() - Method in class org.umber.ballast.metadata.ColumnMetadata
 
getSize() - Method in class org.umber.crucible.grail.model.PdfTrailer
 
getSize() - Method in class org.umber.crucible.layout.Rectangle
 
getSize() - Method in class org.umber.crucible.pdf.PdfFont
 
getSkipPropNames() - Method in class org.umber.bellows.javabean.BeanToXmlFilter
Retrieves an array of property names to exclude from XML.
getSkipTypes() - Method in class org.umber.bellows.javabean.BeanToXmlFilter
Retrieves an array of property types to exclude from XML.
getSmallest() - Method in class org.umber.crucible.old.layout.Constraint
Getter for property smallest, the minimum size an area can be.
getSocket() - Method in class org.umber.core.io.UmberSocketServer.ClientConnection
Retrieves the client socket.
getSpaceAfter() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the bottom indent spacing of this area.
getSpaceAfter() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the bottom indent spacing of this area.
getSpaceAfter() - Method in interface org.umber.crucible.old.layout.style.InsetStyle
Returns the bottom indent spacing of this area.
getSpaceAfter() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the bottom indent spacing of this area.
getSpaceBefore() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the top indent spacing of this area.
getSpaceBefore() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the top indent spacing of this area.
getSpaceBefore() - Method in interface org.umber.crucible.old.layout.style.InsetStyle
Returns the top indent spacing of this area.
getSpaceBefore() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the top indent spacing of this area.
getSpans() - Method in class org.umber.crucible.old.layout.StyledText
Returns an array of text spans that delimit all changes in text style, i.e., a list of discrete markup regions.
getSqlType() - Method in class org.umber.catalan.process.workers.sql.Field
Retrieves the SQL data type for this field.
getSqlType() - Method in class org.umber.catalan.process.workers.sql.TypeMap
Retrieves the SQL type.
getSqlType() - Method in class org.umber.catalan.transform.text.SqlTable.Field
Retrieves the SQL data type for this field.
getStack() - Method in class org.umber.catalan.process.workers.xml.DirectiveStack.Repeat
Retrieves the embedded stack.
getStack() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "stack" property.
getStack() - Method in class org.umber.catalan.transform.xml.DirectiveStack.Repeat
Retrieves the embedded stack.
getStackCount() - Method in class org.umber.crucible.old.layout.LayoutContext
Returns the number of unhandled areas left in the queue.
getStart() - Method in class org.umber.catalan.process.workers.partition.Partition
Retrieves the starting pattern for this parition.
getStart() - Method in class org.umber.crucible.old.layout.Markup
Getter for property start, the index of the first text character in the style span.
getStart() - Method in class org.umber.crucible.old.layout.StyledText.Span
Getter for property start, the index of the first text character in the style span.
getStartIndex(int) - Method in class org.umber.catalan.process.properties.CommonProperties
Retrieves the value of the "start-index" property.
getStartIndex() - Method in class org.umber.catalan.process.workers.partition.PartitionRange
Retrieves the starting index of this partition.
getStartTagIndex() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "start-tag-index" property.
getStartToken() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "start-token" property.
getStaticAreas() - Method in class org.umber.crucible.layout.Page
 
getStaticTemplate(String) - Method in class org.umber.crucible.old.templates.Section
Returns a Datum object that embodies the static template for the named region.
getStore() - Method in class org.umber.core.email.JavaMailEmailManager
 
getStrictWhitespace() - Method in class org.umber.catalan.process.workers.io.IoProperties
Retrieves the value of the "strict-whitespace" property.
getStringProperty(String, String, String, boolean) - Method in class org.umber.bellows.Datum
Extracts a String version of a property from the Datum within the given namespace.
getStringProperty(String, String) - Method in class org.umber.bellows.Datum
Extracts a String version of a property from the Datum.
getStringProperty(Datum, String, String, String, boolean) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Extracts a String version of a property from the Datum within the given namespace.
getStringProperty(Datum, String, String) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Extracts a String version of a property from the Datum.
getStyle() - Method in class org.umber.catalan.process.workers.javabean.JavaBeanProperties
Retrieves the value of the "style" property.
getStyle() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "style" property.
getStyle() - Method in class org.umber.crucible.old.layout.LayoutArea
Getter for property style, the layout constraints set up by the template for this area.
getStyle() - Method in class org.umber.crucible.old.layout.Markup
Getter for property style, the font for this markup section.
getStyle() - Method in class org.umber.crucible.pdf.PdfFont
 
getStyleMap() - Method in class org.umber.crucible.old.templates.generic.GenericOp
Returns the StyleMap for this op.
getStyledText() - Method in class org.umber.crucible.old.layout.LayoutText
Getter for property styledText, the multi-style text content of this area.
getSubType() - Method in class org.umber.crucible.grail.model.objects.PdfFont
 
getSubject() - Method in class org.umber.core.email.UmberEmail
 
getSwallowUndefined() - Method in class org.umber.catalan.process.workers.text.TextProperties
Retrieves the value of the "swallow-undefined" property.
getTableHeight() - Method in class org.umber.bellows.TableDatum
Getter for property tableHeight.
getTableName() - Method in class org.umber.ballast.metadata.IndexMetadata
 
getTableNamePattern() - Method in class org.umber.ballast.metadata.DefaultTableQuery
 
getTableNamePattern() - Method in interface org.umber.ballast.metadata.ITableQuery
 
getTableNameProperty() - Method in class org.umber.ballast.metadata.IndexMetadata
 
getTableWidth() - Method in class org.umber.bellows.TableDatum
Getter for property tableWidth.
getTables() - Method in class org.umber.ballast.config.HibernateConfig
 
getTagAttribute() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "attribute" property for the "tag" command.
getTarget() - Method in class org.umber.crucible.old.layout.Relation
Getter for property target, the LayoutArea (attractor) to bind to.
getTemplate() - Method in class org.umber.ballast.util.BallastAntTask.DtdToBean
 
getTemplate() - Method in class org.umber.ballast.util.BallastAntTask.DtdToFile
 
getTemplate() - Method in class org.umber.catalan.process.workers.velocity.VelocityProperties
Retrieves the value of the "template" property.
getTemplates() - Method in class org.umber.ballast.BallastInput
 
getText() - Method in interface org.umber.bellows.query.IQueryNode
Retrieves the raw text for this node.
getText() - Method in class org.umber.bellows.query.InvalidQueryNode
 
getText() - Method in class org.umber.bellows.query.QueryNodeBase
Retrieves the raw text for this node.
getText() - Method in class org.umber.catalan.util.TransformTask.Input
Retrieves PCDATA element content.
getText() - Method in class org.umber.core.ant.AntPcdata
Retrieves PCDATA element content.
getText() - Method in interface org.umber.crucible.content.ITextContent
 
getText() - Method in class org.umber.crucible.content.TextContent
 
getText() - Method in class org.umber.crucible.layout.TextLayoutArea
 
getText() - Method in class org.umber.crucible.old.layout.LayoutText
Getter for property text, the raw text content of this area.
getText() - Method in class org.umber.crucible.old.layout.StyledText
Returns a plain text version of the text contents.
getText() - Method in class org.umber.crucible.old.templates.generic.LiteralOp
Retrieves the PCDATA text content from the current literal op.
getText() - Method in class org.umber.crucible.pdf.cached.CachedPdfPage
 
getText() - Method in class org.umber.crucible.pdf.cached.CachedText
 
getTextHeight(int) - Method in class org.umber.crucible.old.layout.StyledText
Calculates the vertical extents of the entire run of text, if the text were wrapped to the given width.
getTextLength() - Method in class org.umber.crucible.old.layout.StyledText
Returns the total count of text characters.
getTextStyle() - Method in class org.umber.crucible.old.layout.StyledText
Returns the text style of this object
getTextStyle(String) - Method in class org.umber.crucible.old.layout.style.DatumStyleMap
Returns the named text style from this map.
getTextStyle(String) - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the named text style from this map.
getTextStyle(String) - Method in interface org.umber.crucible.old.layout.style.StyleMap
Returns the named text style from this map.
getTextStyles() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns an array of all TextStyle objects in this chain.
getTo() - Method in class org.umber.core.email.UmberEmail
 
getType() - Method in class org.umber.ballast.metadata.ColumnMetadata
 
getType() - Method in class org.umber.ballast.metadata.TableMetadata
 
getType() - Method in class org.umber.ballast.schema.SchemaJavaGenerator.WrappedAttribute
 
getType() - Method in class org.umber.bellows.Datum
Getter for property type, the name of the type for the Datum and its contents, similar to a class name.
getType() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaAttribute
 
getType() - Method in interface org.umber.bellows.schema.ISchemaAttribute
 
getType() - Method in class org.umber.bellows.util.VelocityDatumAdapter
Retrieves element type of root node as a PropertyName object.
getType() - Method in class org.umber.bellows.validate.TypesafeDatum
Getter for property type, the name of the type for the Datum and its contents, similar to a class name.
getType() - Method in class org.umber.catalan.commands.BaseForgeCommand
 
getType() - Method in interface org.umber.catalan.commands.IForgeCommand
 
getType() - Method in class org.umber.catalan.process.workers.partition.Partition
Retrieves the type name of this parition.
getType() - Method in class org.umber.catalan.process.workers.partition.PartitionRange
Retrieves the partition type name.
getTypeMap() - Method in class org.umber.catalan.process.workers.sql.SqlProperties
Retrieves the value of the "type-map" property.
getTypeMapper() - Method in class org.umber.ballast.config.BallastConfig
 
getTypeProperty() - Method in class org.umber.ballast.metadata.ColumnMetadata
 
getTypeProperty() - Method in class org.umber.ballast.metadata.TableMetadata
 
getTypes() - Method in class org.umber.ballast.metadata.DefaultTableQuery
 
getTypes() - Method in interface org.umber.ballast.metadata.ITableQuery
 
getUpperHyphenatedName() - Method in class org.umber.core.util.PropertyName
Returns the property name in hyphenated format, e.g., "property-name".
getUpperUnderscoredName() - Method in class org.umber.core.util.PropertyName
Returns the property name in underscored all-caps format, e.g., "PROPERTY_NAME".
getUsePrimitives() - Method in class org.umber.catalan.process.workers.sql.SqlProperties
Retrieves the value of the "use-primitives" property.
getUsername() - Method in class org.umber.ballast.config.JdbcConfig
 
getVAlign() - Method in interface org.umber.crucible.old.layout.style.AlignStyle
Returns the vertical alignment property of the style.
getVAlign() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the vertical alignment property of the style.
getVAlign() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the vertical alignment property of the style.
getVAlign() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the vertical alignment property of the style.
getValue() - Method in class org.umber.catalan.process.queue.AlertPriority
Retrieves the numeric value of the priority.
getValue() - Method in class org.umber.catalan.process.workers.xml.DirectiveStack.Directive
Retrieves the static value of this directive.
getValue() - Method in class org.umber.catalan.transform.xml.DirectiveStack.Directive
Retrieves the static value of this directive.
getValue() - Method in class org.umber.crucible.grail.model.objects.PdfBoolean
 
getValue() - Method in class org.umber.crucible.grail.model.objects.PdfNumber
 
getValue() - Method in class org.umber.crucible.grail.model.objects.PdfString
 
getVelocityProps() - Method in class org.umber.ballast.schema.BaseSchemaGenerator
Returns an unmodifiable version of the default properties to pass into the VelocityRunner.
getVersion() - Method in class org.umber.crucible.grail.model.PdfDocument
 
getVersion() - Method in class org.umber.crucible.grail.model.PdfHeader
 
getVersion() - Method in interface org.umber.crucible.pdf.IPdfDocument
 
getVersion() - Method in class org.umber.crucible.pdf.cached.CachedPdfDocument
 
getWeight() - Method in class org.umber.crucible.old.layout.Relation
Getter for property weight, how important this relationship is.
getWidth() - Method in class org.umber.crucible.layout.Dimension
 
getWidth() - Method in class org.umber.crucible.layout.Rectangle
 
getWidth() - Method in class org.umber.crucible.old.layout.LayoutArea
Getter for property width, the final calculated width to render this area.
getWidth() - Method in class org.umber.crucible.old.layout.Page
Getter for property width, the width of the Page in font points.
getWidth() - Method in class org.umber.crucible.render.AsciiTextGrid
 
getWorker(String) - Method in class org.umber.catalan.process.workers.WorkerRegistry
Retrieves the named IWorker object from the registry.
getWorkerNames() - Method in class org.umber.catalan.process.workers.WorkerRegistry
Retrieves an array of all IWorker names in this registry.
getWorkerRegistry() - Method in interface org.umber.catalan.process.workspace.IWorkspace
Retrieves the WorkerRegistry for this IWorkspace.
getWorkerRegistry() - Method in class org.umber.catalan.process.workspace.XmlWorkspace
Retrieves the WorkerRegistry for this IWorkspace.
getWorkerRuntimeProperties() - Method in class org.umber.catalan.process.workers.BaseJob
Retrieves customized runtime properties for each IWorker returned in getWorkers().
getWorkerRuntimeProperties() - Method in class org.umber.catalan.process.workers.XmlJob
Retrieves customized runtime properties for each IWorker returned in getWorkers().
getWorkers() - Method in class org.umber.catalan.process.workers.BaseJob
Retrieves all embedded Workers associated with this BaseJob, in the order they will run for this BaseJob.
getWorkers() - Method in class org.umber.catalan.process.workers.XmlJob
Retrieves all embedded Workers associated with this BaseJob, in the order they will run for this BaseJob.
getWorkers() - Method in class org.umber.catalan.process.workers.partition.Partition
Retrieves embedded XML workers.
getWorkspace() - Method in class org.umber.catalan.process.WorkProcessor
Retrieves this WorkProcessor's workspace.
getWorkspace() - Method in class org.umber.catalan.process.commands.CommandContext
Retrieves the workspace that the command should use.
getWorkspace() - Method in class org.umber.catalan.process.workers.BaseWorker
Retrieves current IWorkspace if inside the process() method, or null if outside.
getWrap() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the wrap style of this text, according to the WRAP_xxx enumeration.
getWrap() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the wrap style of this text, according to the WRAP_xxx enumeration.
getWrap() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the wrap style of this text, according to the WRAP_xxx enumeration.
getWrap() - Method in interface org.umber.crucible.old.layout.style.TextStyle
Returns the wrap style of this text, according to the WRAP_xxx enumeration.
getWrappedLines() - Method in class org.umber.crucible.layout.TextLayoutArea
 
getWrapper() - Method in class org.umber.catalan.process.workers.xml.XmlCommonProperties
Retrieves the value of the "wrapper" property.
getWriter() - Method in class org.umber.catalan.transform.io.IOAdapter
Converts the wrapped object into a Writer object.
getX() - Method in class org.umber.crucible.layout.Coord
 
getX() - Method in class org.umber.crucible.layout.Rectangle
 
getX() - Method in class org.umber.crucible.old.layout.LayoutArea
Getter for property x, the final calculated x-axis origin to render this area.
getX() - Method in class org.umber.crucible.pdf.cached.CachedImage
 
getX1() - Method in class org.umber.crucible.grail.model.PdfRectangle
 
getX2() - Method in class org.umber.crucible.grail.model.PdfRectangle
 
getXSDLoader() - Static method in class org.umber.bellows.schema.BellowsSchemaLoader
Searches for implementation of a schema loader which supports XML Schema definitions.
getXmlTemplate() - Method in class org.umber.ballast.config.HibernateConfig
 
getXmlTemplateContents() - Method in class org.umber.ballast.config.HibernateConfig
 
getXmlVersion() - Method in class org.umber.bellows.loader.DocumentInfo
Retrieves the original document's XML version.
getY() - Method in class org.umber.crucible.layout.Coord
 
getY() - Method in class org.umber.crucible.layout.Rectangle
 
getY() - Method in class org.umber.crucible.old.layout.LayoutArea
Getter for property y, the final calculated y-axis origin to render this area.
getY() - Method in class org.umber.crucible.pdf.cached.CachedImage
 
getY1() - Method in class org.umber.crucible.grail.model.PdfRectangle
 
getY2() - Method in class org.umber.crucible.grail.model.PdfRectangle
 
group(int) - Method in interface org.umber.core.regexp.IRegularExpression
Retrieves the fragment of the input text from the most recent call to matches() that corresponds to the given group index.
group(int) - Method in class org.umber.core.regexp.RegularExpressionJava14
Retrieves the fragment of the input text from the most recent call to matches() that corresponds to the given group index.
group(int) - Method in class org.umber.core.regexp.RegularExpressionORO
Retrieves the fragment of the input text from the most recent call to matches() that corresponds to the given group index.
guessSize(LayoutArea) - Method in class org.umber.crucible.old.layout.AbstractLayoutEngine
Estimates the size that the area "wants" to be.
guessSize(LayoutArea) - Method in interface org.umber.crucible.old.layout.LayoutEngine
Estimates the size that the area "wants" to be.
guessSize(LayoutArea) - Method in class org.umber.crucible.old.layout.SimpleFlowLayout
Estimates the size that the area "wants" to be.

H

HEADER1_TYPE - Static variable in class org.umber.crucible.content.TextContent
 
HEADER2_TYPE - Static variable in class org.umber.crucible.content.TextContent
 
HEADER3_TYPE - Static variable in class org.umber.crucible.content.TextContent
 
HEADER4_TYPE - Static variable in class org.umber.crucible.content.TextContent
 
HEADER_BYTES - Static variable in class org.umber.crucible.grail.model.PdfDocument
 
HEADER_TAG - Static variable in class org.umber.crucible.grail.model.PdfDocument
 
HEAVY_WEIGHT - Static variable in class org.umber.crucible.old.layout.Relation
Very important Relation, only override if critical
HELVETICA - Static variable in class org.umber.crucible.pdf.PdfFont
 
HORIZONTAL - Static variable in class org.umber.crucible.old.layout.LayoutGroup
Group child areas in a horizontal direction
HORIZONTAL_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Apply relation along horizontal axis
HibernateConfig - class org.umber.ballast.config.HibernateConfig.
 
HibernateConfig() - Constructor for class org.umber.ballast.config.HibernateConfig
 
HibernateGenerator - class org.umber.ballast.generator.hibernate.HibernateGenerator.
Text generator for a single Hibernate class/table binding
HibernateGenerator(String, String, String, String, ISqlTypeMapper) - Constructor for class org.umber.ballast.generator.hibernate.HibernateGenerator
Creates a new instance of HibernateGenerator with SQL-to-Java type mappings to load in addition to default type mappings.
HibernateGenerator(String, String, String, String) - Constructor for class org.umber.ballast.generator.hibernate.HibernateGenerator
Creates a new instance of HibernateGenerator with default SQL-to-Java type mappings.
HibernateGenerator(String, String, String) - Constructor for class org.umber.ballast.generator.hibernate.HibernateGenerator
Creates a new instance of HibernateGenerator with default SQL-to-Java type mappings and no primary key class.
HibernateMain - class org.umber.ballast.HibernateMain.
Top-level class to generate Hibernate bindings from a live database.
HibernateMain() - Constructor for class org.umber.ballast.HibernateMain
 
HtmlReader - class org.umber.bellows.loader.HtmlReader.
Reader for converting an HTML stream into a Datum object tree.
HtmlReader(Reader) - Constructor for class org.umber.bellows.loader.HtmlReader
Creates a new instance of HtmlReader.
HtmlReader(Reader, String) - Constructor for class org.umber.bellows.loader.HtmlReader
Creates a new instance of HtmlReader which uses the TagSoup HTML parser class and the base URI to resolve relative URIs in the HTML document.
HtmlRenderer - class org.umber.crucible.old.renderers.HtmlRenderer.
Generates a collection of HTML files from one or more Page objects created by a RenderTemplate class.
HtmlRenderer() - Constructor for class org.umber.crucible.old.renderers.HtmlRenderer
 
HtmlWorker - class org.umber.catalan.process.workers.html.HtmlWorker.
IWorker implementation which provides support for HTML generation and parsing.
HtmlWorker() - Constructor for class org.umber.catalan.process.workers.html.HtmlWorker
 
handleErrorProblem(String, ProcessException) - Method in class org.umber.catalan.process.workers.BaseWorker
Handles an ERROR problem; might throw the exception or post it as an Alert in the AlertQueue, or both, depending on the config of the IWorker.
handleFatalProblem(String, ProcessException) - Method in class org.umber.catalan.process.workers.BaseWorker
Handles a FATAL problem; might throw the exception or post it as an Alert in the AlertQueue, or both, depending on the config of the IWorker.
handleInfoProblem(String, ProcessException) - Method in class org.umber.catalan.process.workers.BaseWorker
Handles an INFO problem; might throw the exception or post it as an Alert in the AlertQueue, or both, depending on the config of the IWorker.
handleProcessException(ProcessException) - Method in class org.umber.catalan.process.WorkProcessor
Handles the processing exception.
handleWarningProblem(String, ProcessException) - Method in class org.umber.catalan.process.workers.BaseWorker
Handles a WARNING problem; might throw the exception or post it as an Alert in the AlertQueue, or both, depending on the config of the IWorker.
hasAttributes() - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
hasAttributes() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
hasAttributes() - Method in interface org.umber.bellows.schema.ISchemaNode
 
hasAttributes() - Method in class org.umber.bellows.schema.PcdataNode
 
hasChildren() - Method in class org.umber.bellows.schema.SchemaCardinality
 
hasFilter() - Method in interface org.umber.bellows.query.IQueryNode
Determines if this node contains a filter.
hasFilter() - Method in class org.umber.bellows.query.InvalidQueryNode
 
hasFilter() - Method in class org.umber.bellows.query.QueryNodeBase
Determines if this node contains a filter.
hasNext() - Method in class org.umber.crucible.content.VisibleIterator
 
hasPcdataOnly() - Method in class org.umber.bellows.Datum
Determines if the Datum contains only PCDATA content, with no element content.
hasPcdataOnly(Datum) - Static method in class org.umber.bellows.DatumBrowser
Deprecated. Determines if the Datum contains only PCDATA content, with no element content.
hashCode() - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
hashCode() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
hashCode() - Method in class org.umber.crucible.layout.Coord
 
hashCode() - Method in class org.umber.crucible.layout.Dimension
 
hashCode() - Method in class org.umber.crucible.layout.Rectangle
 

I

IBulkCommandQueue - interface org.umber.catalan.queues.IBulkCommandQueue.
Catalan queue that allows multiple command grabbing.
ICommand - interface org.umber.catalan.process.commands.ICommand.
Encapsulation of a specific, smaller action inside the context of a worker.
ICommandFilter - interface org.umber.catalan.queues.filters.ICommandFilter.
Filter for selecting specific commands from the queue.
ICommandQueue - interface org.umber.catalan.queues.ICommandQueue.
Common interface for Catalan input queues.
IContent - interface org.umber.crucible.content.IContent.
Wrapper for arbitrary data objects within the document.
IContentFilter - interface org.umber.crucible.content.IContentFilter.
Filter for selecting a subset of IContent objects.
IContentType - interface org.umber.crucible.content.IContentType.
Metadata description of an IContent implementation.
IDatumBuilder - interface org.umber.bellows.builder.IDatumBuilder.
TODO Write IDatumBuilder class description
IDatumTransformer - interface org.umber.bellows.IDatumTransformer.
Fundamental interface for altering existing Datum content.
IEmailManager - interface org.umber.core.email.IEmailManager.
 
IForgeCommand - interface org.umber.catalan.commands.IForgeCommand.
A single Catalan processing command.
IForgeOutput - interface org.umber.catalan.forge.IForgeOutput.
Wrapper for Catalan processing results.
IGenerator - interface org.umber.ballast.generator.IGenerator.
 
ILayoutArea - interface org.umber.crucible.layout.ILayoutArea.
A single area within a layout tree with a consistent style.
ILineWrapper - interface org.umber.crucible.layout.ILineWrapper.
Interface for splitting text content into separate lines.
ILog - interface org.umber.core.logging.ILog.
Logging interface.
IMAGE_B - Static variable in class org.umber.crucible.grail.model.PdfOperator
 
IMAGE_C - Static variable in class org.umber.crucible.grail.model.PdfOperator
 
IMAGE_I - Static variable in class org.umber.crucible.grail.model.PdfOperator
 
IMetadataHolder - interface org.umber.catalan.process.workers.IMetadataHolder.
Interface for accessing an object's metadata.
IMimeConverter - interface org.umber.core.email.IMimeConverter.
Generic converter between arbitrary Java classes and rendered email content.
INDENT_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Horizontally indented to the left of the attractor (can be negative for indentation to the right)
INFINITE - Static variable in class org.umber.crucible.layout.Coord
 
INFINITE - Static variable in class org.umber.crucible.layout.Dimension
 
INFINITE - Static variable in class org.umber.crucible.layout.Rectangle
 
INFO - Static variable in class org.umber.catalan.process.queue.AlertPriority
An INFO Alert, signalling that the transform succeeded but wanted to report status to the calling application; can be used for debugging.
INFO - Static variable in class org.umber.core.logging.BaseLog
 
INamedQueue - interface org.umber.catalan.process.queue.INamedQueue.
A IQueue that holds named properties; an INamedQueue should wrap a Map collection.
INodeProcessor - interface org.umber.bellows.traverse.INodeProcessor.
Action performer, to execute actions on arbitrary nodes.
IOAdapter - class org.umber.catalan.process.workers.io.IOAdapter.
Convenience class for converting I/O classes from one interface to another, for example a Reader into an InputStream.
IOAdapter(Object) - Constructor for class org.umber.catalan.process.workers.io.IOAdapter
Creates a new instance of IOAdapter.
IOAdapter - class org.umber.catalan.transform.io.IOAdapter.
Convenience class for converting I/O classes from one interface to another, for example a Reader into an InputStream.
IOAdapter(Object) - Constructor for class org.umber.catalan.transform.io.IOAdapter
Creates a new instance of IOAdapter.
IOutputPersister - interface org.umber.catalan.persisters.IOutputPersister.
Persister for IForgeOutput objects.
IPdfDocument - interface org.umber.crucible.pdf.IPdfDocument.
 
IPropertyHolder - interface org.umber.catalan.process.workers.IPropertyHolder.
An object which can maintain a set of named properties.
IQueryNode - interface org.umber.bellows.query.IQueryNode.
A single node of the query path.
IQueue - interface org.umber.catalan.process.queue.IQueue.
A collection of processing nodes.
IRegularExpression - interface org.umber.core.regexp.IRegularExpression.
Generic wrapper for various regular expression implementations.
IRenderHelper - interface org.umber.crucible.render.IRenderHelper.
TODO Write IRenderHelper class description
IRenderOutput - interface org.umber.crucible.render.IRenderOutput.
Final target for rendering all layout areas.
ISchemaAttribute - interface org.umber.bellows.schema.ISchemaAttribute.
Schema definition of an XML attribute.
ISchemaNode - interface org.umber.bellows.schema.ISchemaNode.
Schema definition of an XML element.
IShape - interface org.umber.crucible.layout.IShape.
TODO Write IShape class description
ISqlTypeMapper - interface org.umber.ballast.generator.ISqlTypeMapper.
Simple mapper between a set of SQL type names and String constants.
ITALIC - Static variable in class org.umber.crucible.pdf.PdfFont
 
ITableContent - interface org.umber.crucible.content.ITableContent.
Content object representing table data.
ITableQuery - interface org.umber.ballast.metadata.ITableQuery.
Information for finding JDBC table metadata.
ITemplate - interface org.umber.crucible.template.ITemplate.
Layout engine for arranging raw input data into a series of abstract layout pages.
ITemplateBuilder - interface org.umber.bellows.builder.ITemplateBuilder.
TODO Write ITemplateBuilder class description
ITextContent - interface org.umber.crucible.content.ITextContent.
Content object with text data.
ITextDocument - class org.umber.crucible.pdf.itext.ITextDocument.
 
ITextDocument() - Constructor for class org.umber.crucible.pdf.itext.ITextDocument
 
ITextFilter - interface org.umber.core.text.filters.ITextFilter.
Generic interface for modifying text in place.
ITextJoiner - interface org.umber.core.text.joiners.ITextJoiner.
General interface for collapsing multiple text fragments into a single text document
ITextPdfRenderer - class org.umber.crucible.ext.ITextPdfRenderer.
Pdf rendering wrapper for iText.
ITextPdfRenderer() - Constructor for class org.umber.crucible.ext.ITextPdfRenderer
 
ITextProcessor - interface org.umber.core.text.processors.ITextProcessor.
General interface for processing an array of text fragments as a whole.
ITextSplitter - interface org.umber.core.text.splitters.ITextSplitter.
Generic interface for pulling specific fragments of text out of a text document.
ITreeContent - interface org.umber.crucible.content.ITreeContent.
Content object representing a nested tree of data nodes.
IValidator - interface org.umber.bellows.validate.IValidator.
An interface to validate complex data structures in the form of Datum trees.
IVisible - interface org.umber.crucible.content.IVisible.
Common interface for ignorable data.
IWorkMetadata - interface org.umber.catalan.process.workers.IWorkMetadata.
Metadata manager for IWorker and BaseCommandWorker implementations.
IWorkProperties - interface org.umber.catalan.process.properties.IWorkProperties.
Configuration information for a single IWorker.
IWorker - interface org.umber.catalan.process.workers.IWorker.
Fundamental interface for processing node queues.
IWorkspace - interface org.umber.catalan.process.workspace.IWorkspace.
Running data context for an entire processing run.
IXmlExporter - interface org.umber.bellows.javabean.IXmlExporter.
Allows any arbitrary JavaBean object to export itself as a Bellows XML tree.
IfOp - class org.umber.crucible.old.templates.generic.IfOp.
A template op wrapper for <if> and <if-not>.
IfOp(Datum, StyleMap) - Constructor for class org.umber.crucible.old.templates.generic.IfOp
Creates a new instance of IfOp.
IfOp(Datum, StyleMap, StyleChain) - Constructor for class org.umber.crucible.old.templates.generic.IfOp
Creates a new instance of IfOp with an optional StyleChain fallback.
ImageOp - class org.umber.crucible.old.templates.generic.ImageOp.
A template op wrapper for <image>.
ImageOp(Datum, StyleMap) - Constructor for class org.umber.crucible.old.templates.generic.ImageOp
Creates a new instance of ImageOp.
ImageOp(Datum, StyleMap, StyleChain) - Constructor for class org.umber.crucible.old.templates.generic.ImageOp
Creates a new instance of ImageOp with an optional StyleChain fallback.
ImportCommand - class org.umber.catalan.process.workers.io.ImportCommand.
Implementation for "import" command.
ImportCommand() - Constructor for class org.umber.catalan.process.workers.io.ImportCommand
Creates a new instance of ImportCommand.
ImportProcessor - class org.umber.catalan.transform.io.ImportProcessor.
A processor which loads data from files and URLs into data nodes.
ImportProcessor(Datum) - Constructor for class org.umber.catalan.transform.io.ImportProcessor
Creates a new instance of ImportProcessor from the XML spec.
ImportProcessor(String, boolean, boolean) - Constructor for class org.umber.catalan.transform.io.ImportProcessor
Creates a new instance of ImportProcessor.
IndexFilter - class org.umber.bellows.query.IndexFilter.
A query filter to extract Datum objects from a List based on an array index.
IndexFilter(int, int) - Constructor for class org.umber.bellows.query.IndexFilter
Creates a new instance of IndexFilter with given index.
IndexFilter(int) - Constructor for class org.umber.bellows.query.IndexFilter
Creates a new instance of IndexFilter.
IndexMetadata - class org.umber.ballast.metadata.IndexMetadata.
Simple JavaBean for JDBC index metadata.
IndexMetadata() - Constructor for class org.umber.ballast.metadata.IndexMetadata
 
InlineProcessor - class org.umber.catalan.transform.xform.InlineProcessor.
A Datum-only NodeProcessor for decreasing the level of nesting for the queried set of elements.
InlineProcessor(Datum) - Constructor for class org.umber.catalan.transform.xform.InlineProcessor
Creates a new instance of InlineProcessor from the XML spec.
InlineProcessor(String) - Constructor for class org.umber.catalan.transform.xform.InlineProcessor
Creates a new instance of InlineProcessor.
InsertProcessor - class org.umber.catalan.transform.xform.InsertProcessor.
A Datum-only NodeProcessor for inserting static XML content into other parts of the same XML tree.
InsertProcessor(Datum) - Constructor for class org.umber.catalan.transform.xform.InsertProcessor
Creates a new instance of InsertProcessor from the XML spec.
InsertProcessor(String, Datum, int, boolean) - Constructor for class org.umber.catalan.transform.xform.InsertProcessor
Creates a new instance of InsertProcessor for element creation.
InsertProcessor(String, String, String) - Constructor for class org.umber.catalan.transform.xform.InsertProcessor
Creates a new instance of InsertProcessor for attribute creation.
InsetStyle - interface org.umber.crucible.old.layout.style.InsetStyle.
The border of whitespace that shouldn't be drawn upon by this area.
InvalidQueryNode - class org.umber.bellows.query.InvalidQueryNode.
Placeholder query node that is always invalid.
InvalidQueryNode() - Constructor for class org.umber.bellows.query.InvalidQueryNode
 
IoProperties - class org.umber.catalan.process.workers.io.IoProperties.
Specialized properties container for IoWorker.
IoProperties(IWorkProperties) - Constructor for class org.umber.catalan.process.workers.io.IoProperties
Creates a new instance of IoProperties.
IoWorker - class org.umber.catalan.process.workers.io.IoWorker.
IWorker implementation which provides support for reading and writing data from files and other stream-related sources.
IoWorker() - Constructor for class org.umber.catalan.process.workers.io.IoWorker
 
implementsClass(String, Class) - Static method in class org.umber.core.util.ClassHelper
Determines if the class specified by objClassName implements or extends baseClass.
implementsClass(Class, Class) - Static method in class org.umber.core.util.ClassHelper
Determines if objClass implements or extends baseClass.
info(Object) - Method in class org.umber.core.logging.BaseLog
 
info(Object, Throwable) - Method in class org.umber.core.logging.BaseLog
 
info(Object) - Method in class org.umber.core.logging.CommonsLog
 
info(Object, Throwable) - Method in class org.umber.core.logging.CommonsLog
 
info(Object) - Method in interface org.umber.core.logging.Log
Logs a message at INFO level.
info(Object, Throwable) - Method in interface org.umber.core.logging.Log
Logs a message at INFO level.
info(Object) - Method in class org.umber.core.logging.NullLog
 
info(Object, Throwable) - Method in class org.umber.core.logging.NullLog
 
initDefaultLogging() - Static method in class org.umber.core.logging.Log4jLog
 
initFromMapping(Map, boolean) - Method in class org.umber.ballast.generator.BaseSqlTypeMapper
 
initToMapping(Map, boolean) - Method in class org.umber.ballast.generator.BaseSqlTypeMapper
 
insertValue(int, StringBuffer, Object) - Method in class org.umber.core.text.AsciiFieldManager
Converts the newValue object into ASCII content and inserts it into the asciiData buffer.
internalEntityDecl(String, String) - Method in class org.umber.bellows.loader.SAXLoader
Report an internal entity declaration.
isAtomic() - Method in class org.umber.crucible.old.layout.Constraint
Getter for property atomic, whether the area can be split or not.
isAttribute() - Method in interface org.umber.bellows.query.IQueryNode
Determines if this node refers to an attribute of the current selection.
isAttribute() - Method in class org.umber.bellows.query.InvalidQueryNode
 
isAttribute() - Method in class org.umber.bellows.query.QueryNodeBase
Determines if this node refers to an attribute of the current selection.
isBacktrack() - Method in interface org.umber.bellows.query.IQueryNode
Determines if this node is a backtrack node, which would translate all current nodes into their parent nodes.
isBacktrack() - Method in class org.umber.bellows.query.InvalidQueryNode
 
isBacktrack() - Method in class org.umber.bellows.query.QueryNodeBase
Determines if this node is a backtrack node, which would translate all current nodes into their parent nodes.
isBreakable() - Method in class org.umber.crucible.old.layout.LayoutArea
Getter for property breakable, whether the area can be split or not.
isBreakable() - Method in class org.umber.crucible.old.layout.LayoutText
Getter for property breakable, whether the area can be split or not.
isBreakable() - Method in interface org.umber.crucible.old.layout.style.AreaStyle
Returns the breakable property of this area.
isBreakable() - Method in class org.umber.crucible.old.layout.style.DatumStyleWrapper
Returns the breakable property of this text.
isBreakable() - Method in class org.umber.crucible.old.layout.style.DefaultStyle
Returns the breakable property of this text.
isBreakable() - Method in class org.umber.crucible.old.layout.style.StyleChain
Returns the atomic property of this text.
isCanonical() - Method in class org.umber.bellows.loader.XmlFormat
Returns whether or not to create a canonical XML document.
isCollapse() - Method in class org.umber.bellows.loader.XmlFormat
Returns whether to collapse empty elements or not.
isCollectionAllowed() - Method in class org.umber.bellows.javabean.BeanToXmlFilter
Retrieves the policy for finding properties inside Collections.
isConnected() - Method in class org.umber.catalan.queues.DirectoryPollQueue
Determines if the queue is currently connected to a live command feed.
isConnected() - Method in class org.umber.catalan.queues.EmailQueue
Determines if the queue is currently connected to a live command feed.
isConnected() - Method in interface org.umber.catalan.queues.ICommandQueue
Determines if the queue is currently connected to a live command feed.
isConnected() - Method in class org.umber.catalan.queues.ReaderQueue
Determines if the queue is currently connected to a live command feed.
isConnected() - Method in class org.umber.catalan.queues.SingleFileQueue
Determines if the queue is currently connected to a live command feed.
isConnected() - Method in class org.umber.catalan.queues.SocketQueue
Determines if the queue is currently connected to a live command feed.
isConnected() - Method in class org.umber.catalan.queues.StreamQueue
Determines if the queue is currently connected to a live command feed.
isDebug() - Static method in class org.umber.core.email.EmailFactory
 
isDebugEnabled() - Method in class org.umber.core.logging.CommonsLog
 
isDebugEnabled() - Method in interface org.umber.core.logging.Log
Determines if DEBUG level logging is enabled.
isDebugEnabled() - Method in class org.umber.core.logging.Log4jLog
 
isDebugEnabled() - Method in class org.umber.core.logging.NullLog
 
isDebugEnabled() - Method in class org.umber.core.logging.StdoutLog
 
isDebugEnabled() - Method in class org.umber.core.logging.SunLog
 
isEmpty() - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
isEmpty() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
isEmpty() - Method in interface org.umber.bellows.schema.ISchemaNode
 
isEmpty() - Method in class org.umber.bellows.schema.PcdataNode
 
isEncodePcdata() - Method in class org.umber.bellows.loader.XmlFormat
Returns whether to encode PCDATA content or not.
isEqual() - Method in class org.umber.crucible.old.layout.Relation
Does the Relation allow distances exactly equal to the distance property?
isErrorEnabled() - Method in class org.umber.core.logging.CommonsLog
 
isErrorEnabled() - Method in interface org.umber.core.logging.Log
Determines if ERROR level logging is enabled.
isErrorEnabled() - Method in class org.umber.core.logging.Log4jLog
 
isErrorEnabled() - Method in class org.umber.core.logging.NullLog
 
isErrorEnabled() - Method in class org.umber.core.logging.StdoutLog
 
isErrorEnabled() - Method in class org.umber.core.logging.SunLog
 
isExclusive() - Method in class org.umber.catalan.process.workers.dispatch.MatchRunner
Returns true if this MatchRunner is an exclusive processor.
isFatalEnabled() - Method in class org.umber.core.logging.CommonsLog
 
isFatalEnabled() - Method in interface org.umber.core.logging.Log
Determines if FATAL level logging is enabled.
isFatalEnabled() - Method in class org.umber.core.logging.Log4jLog
 
isFatalEnabled() - Method in class org.umber.core.logging.NullLog
 
isFatalEnabled() - Method in class org.umber.core.logging.StdoutLog
 
isFatalEnabled() - Method in class org.umber.core.logging.SunLog
 
isFinished() - Method in class org.umber.catalan.process.workers.xml.DirectiveStack
Determines if the stack has reached the end of its run.
isFinished() - Method in class org.umber.catalan.transform.xml.DirectiveStack
Determines if the stack has reached the end of its run.
isGreaterThan() - Method in class org.umber.crucible.old.layout.Relation
Does the Relation allow distances greater than the distance property?
isHorizontal() - Method in class org.umber.crucible.old.templates.generic.GroupOp
Determines if this group op should be oriented horizontally.
isIncludeNotations() - Method in class org.umber.bellows.loader.XmlFormat
Returns whether to include XML NOTATION content or not (for example, <!NOTATION>).
isIncludePI() - Method in class org.umber.bellows.loader.XmlFormat
Returns whether to include XML processing instruction content or not (for example, <?pi data?>).
isInfoEnabled() - Method in class org.umber.core.logging.CommonsLog
 
isInfoEnabled() - Method in interface org.umber.core.logging.Log
Determines if INFO level logging is enabled.
isInfoEnabled() - Method in class org.umber.core.logging.Log4jLog
 
isInfoEnabled() - Method in class org.umber.core.logging.NullLog
 
isInfoEnabled() - Method in class org.umber.core.logging.StdoutLog
 
isInfoEnabled() - Method in class org.umber.core.logging.SunLog
 
isJavaMailAvailable() - Static method in class org.umber.core.email.EmailFactory
Determines if a JavaMail implementation is available on the classpath.
isLeadingAttractorEdge() - Method in class org.umber.crucible.old.layout.Relation
Does the Relation refer to the leading edge of the attractor area?
isLeadingSatelliteEdge() - Method in class org.umber.crucible.old.layout.Relation
Does the Relation refer to the leading edge of the satellite area?
isLessThan() - Method in class org.umber.crucible.old.layout.Relation
Does the Relation allow distances less than the distance property?
isMatch() - Method in class org.umber.bellows.query.ElementFilter
Returns the match mode.
isMatch(Object) - Method in class org.umber.catalan.process.workers.dispatch.MatchRunner
Determines if the given node should be processed by this MatchRunner.
isMultiCard() - Method in interface org.umber.bellows.query.IQueryNode
Determines if this node is a multi-level wildcard, which will match any Datum child object to an arbitrary child-depth.
isMultiCard() - Method in class org.umber.bellows.query.InvalidQueryNode
 
isMultiCard() - Method in class org.umber.bellows.query.QueryNodeBase
Determines if this node is a multi-level wildcard, which will match any Datum child object to an arbitrary child-depth.
isNotationsEnabled() - Method in class org.umber.bellows.loader.SAXLoader
Determines if the loader should keep track of XML NOTATIONs.
isNullable() - Method in class org.umber.ballast.metadata.ColumnMetadata
 
isNullable() - Method in class org.umber.catalan.process.workers.sql.Field
Determines if this field can contain null values
isNullable() - Method in class org.umber.catalan.transform.text.SqlTable.Field
Determines if this field can contain null values
isOrdered() - Method in class org.umber.bellows.schema.SchemaCardinality
 
isProcessing() - Method in class org.umber.catalan.process.workers.BaseWorker
Determines if the IWorker is currently processing data in its process() method.
isProcessingInstructionsEnabled() - Method in class org.umber.bellows.loader.SAXLoader
Determines if the loader should keep track of XML processing instructions.
isQueryValid() - Method in class org.umber.bellows.query.QueryPath
Checks the syntax of the query text.
isReadOnly() - Method in class org.umber.catalan.process.queue.DefaultNamedQueue
Determines if a queue is read-only.
isReadOnly() - Method in class org.umber.catalan.process.queue.DefaultQueue
Determines if a queue is read-only.
isReadOnly() - Method in interface org.umber.catalan.process.queue.IQueue
Determines if a queue is read-only.
isReader() - Method in class org.umber.catalan.process.workers.io.IOAdapter
Determines if the wrapped object is suitable for reading from.
isReader() - Method in class org.umber.catalan.transform.io.IOAdapter
Determines if the wrapped object is suitable for reading from.
isRenderable() - Method in class org.umber.crucible.old.layout.LayoutArea
Determines if this area has renderable content.
isRenderable() - Method in class org.umber.crucible.old.layout.LayoutGroup
Determines if this area has renderable content.
isRenderable() - Method in class org.umber.crucible.old.layout.LayoutPadding
Determines if this area has renderable content.
isRenderable() - Method in class org.umber.crucible.old.layout.LayoutText
Determines if this area has renderable content.
isRepeating() - Method in class org.umber.bellows.schema.SchemaCardinality
 
isRequired() - Method in class org.umber.ballast.schema.SchemaJavaGenerator.WrappedAttribute
 
isRequired() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaAttribute
 
isRequired() - Method in interface org.umber.bellows.schema.ISchemaAttribute
 
isRequired() - Method in class org.umber.bellows.schema.SchemaCardinality
 
isRequired() - Method in class org.umber.core.util.CommandArgs.ArgSpec
 
isRunning() - Method in class org.umber.core.io.UmberSocketServer
Determines if the socket server is currently handling incoming socket connections.
isStandalone() - Method in class org.umber.bellows.loader.DocumentInfo
Retrieves the value of the XML standalone parameter.
isStrictWhitespace() - Method in class org.umber.bellows.loader.SAXLoader
Determines if the loader should unconditionally load up all whitespace in the XML document.
isTraceEnabled() - Method in class org.umber.core.logging.CommonsLog
 
isTraceEnabled() - Method in interface org.umber.core.logging.Log
Determines if TRACE level logging is enabled.
isTraceEnabled() - Method in class org.umber.core.logging.Log4jLog
 
isTraceEnabled() - Method in class org.umber.core.logging.NullLog
 
isTraceEnabled() - Method in class org.umber.core.logging.StdoutLog
 
isTraceEnabled() - Method in class org.umber.core.logging.SunLog
 
isUnicodeCheckEnabled() - Method in class org.umber.bellows.loader.SAXLoader
Determines if the loader is currently configured to check for invalid Unicode characters.
isUnique() - Method in class org.umber.ballast.metadata.IndexMetadata
 
isUnique() - Method in class org.umber.catalan.process.workers.sql.Field
Determines if this field must contain a unique value among all fields in the table.
isUnique() - Method in class org.umber.catalan.transform.text.SqlTable.Field
Determines if this field must contain a unique value among all fields in the table.
isValid() - Method in class org.umber.bellows.DatumQuery
Checks the syntax of the query text.
isValid() - Method in class org.umber.bellows.query.DefaultQueryNode
Checks to see if the query syntax is correct for this node.
isValid() - Method in interface org.umber.bellows.query.IQueryNode
Checks to see if the query syntax is correct for this node.
isValid() - Method in class org.umber.bellows.query.InvalidQueryNode
 
isValid() - Method in class org.umber.bellows.query.RegexpQueryNode
 
isValid() - Method in class org.umber.bellows.validate.TypesafeDatum
Returns the current type safety state of this Datum.
isValid() - Method in class org.umber.bellows.validate.ValidationResult
Retrieves the overall success of the validation.
isValid() - Method in class org.umber.catalan.commands.CommandResult
 
isValid() - Method in class org.umber.core.util.CommandArgs
Determines if the command-line arguments satisfy the ArgSpecs passed into the constructor.
isValidConfig() - Static method in class org.umber.core.logging.Log4jLog
 
isValidNodeClass(String) - Method in class org.umber.bellows.query.QueryNodeFactory
 
isVelocityAvailable() - Static method in class org.umber.core.velocity.VelocityFactory
Determines if Velocity is available on the classpath.
isVertical() - Method in class org.umber.crucible.old.layout.Relation
Is the Relation oriented along the horizontal axis?
isVertical() - Method in class org.umber.crucible.old.templates.generic.GroupOp
Determines if this group op should be oriented vertically.
isVisible() - Method in class org.umber.crucible.content.DefaultContent
 
isVisible() - Method in interface org.umber.crucible.content.IVisible
 
isVisible() - Method in class org.umber.crucible.content.TableContent
 
isVisible() - Method in class org.umber.crucible.content.TextContent
 
isVisible() - Method in class org.umber.crucible.layout.LayoutAreaBase
 
isWarnEnabled() - Method in class org.umber.core.logging.CommonsLog
 
isWarnEnabled() - Method in interface org.umber.core.logging.Log
Determines if WARN level logging is enabled.
isWarnEnabled() - Method in class org.umber.core.logging.Log4jLog
 
isWarnEnabled() - Method in class org.umber.core.logging.NullLog
 
isWarnEnabled() - Method in class org.umber.core.logging.StdoutLog
 
isWarnEnabled() - Method in class org.umber.core.logging.SunLog
 
isWildCard() - Method in interface org.umber.bellows.query.IQueryNode
Determines if this node is a single-level wildcard, which will match to any Datum child object.
isWildCard() - Method in class org.umber.bellows.query.InvalidQueryNode
 
isWildCard() - Method in class org.umber.bellows.query.QueryNodeBase
Determines if this node is a single-level wildcard, which will match to any Datum child object.
isWriter() - Method in class org.umber.catalan.process.workers.io.IOAdapter
Determines if the wrapped object is suitable for writing to.
isWriter() - Method in class org.umber.catalan.transform.io.IOAdapter
Determines if the wrapped object is suitable for writing to.

J

JAVABEAN_STYLE - Static variable in class org.umber.core.util.PropertyName
Property formatting style for JavaBean names, e.g., myProperty
JasperCommand - class org.umber.catalan.commands.JasperCommand.
Forge command to run data through the Jasper Reports engine.
JasperCommand(ICommandQueue, String, String, Map) - Constructor for class org.umber.catalan.commands.JasperCommand
 
JasperFactory - class org.umber.crucible.jasper.JasperFactory.
 
JasperRunner - class org.umber.crucible.jasper.JasperRunner.
 
JasperRunner() - Constructor for class org.umber.crucible.jasper.JasperRunner
 
JavaBeanProperties - class org.umber.catalan.process.workers.javabean.JavaBeanProperties.
Specialized properties container for JavaBeanWorker.
JavaBeanProperties(IWorkProperties) - Constructor for class org.umber.catalan.process.workers.javabean.JavaBeanProperties
Creates a new instance of TextProperties.
JavaBeanWorker - class org.umber.catalan.process.workers.javabean.JavaBeanWorker.
IWorker implementation which provides support for managing JavaBean objects.
JavaBeanWorker() - Constructor for class org.umber.catalan.process.workers.javabean.JavaBeanWorker
 
JavaMailEmailManager - class org.umber.core.email.JavaMailEmailManager.
 
JavaMailEmailManager() - Constructor for class org.umber.core.email.JavaMailEmailManager
 
JavaMailProperties - class org.umber.core.email.JavaMailProperties.
 
JavaMailProperties(Map) - Constructor for class org.umber.core.email.JavaMailProperties
Creates a new instance of JavaMailProperties.
JavaSqlTypeMapper - class org.umber.ballast.generator.JavaSqlTypeMapper.
Mapper between SQL and Java types.
JavaSqlTypeMapper(boolean) - Constructor for class org.umber.ballast.generator.JavaSqlTypeMapper
 
JavaSqlTypeMapper() - Constructor for class org.umber.ballast.generator.JavaSqlTypeMapper
 
JavaToHtml - class org.umber.catalan.transform.xml.JavaToHtml.
Text processor for marking up Java source code with HTML formatting.
JavaToHtml() - Constructor for class org.umber.catalan.transform.xml.JavaToHtml
Creates a new instance of JavaToHtml.
JavaToHtml - class org.umber.crucible.docgen.JavaToHtml.
Text processor for marking up Java source code with HTML formatting.
JavaToHtml() - Constructor for class org.umber.crucible.docgen.JavaToHtml
Creates a new instance of JavaToHtml.
JavaToHtmlCommand - class org.umber.catalan.process.workers.html.JavaToHtmlCommand.
Command for "xml-to-html".
JavaToHtmlCommand() - Constructor for class org.umber.catalan.process.workers.html.JavaToHtmlCommand
Creates a new instance of JavaToHtmlCommand.
JdbcConfig - class org.umber.ballast.config.JdbcConfig.
Configuration JavaBean for JDBC properties.
JdbcConfig() - Constructor for class org.umber.ballast.config.JdbcConfig
 
joinText(String[]) - Method in class org.umber.core.text.joiners.Concatenator
Collapses multiple text fragments into a single text document.
joinText(String[]) - Method in interface org.umber.core.text.joiners.ITextJoiner
Collapses multiple text fragments into a single text document.

L

LEADING_ATTRACTOR_EDGE_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Relate to leading edge in attractor
LEADING_SATELLITE_EDGE_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Relate to leading edge in satellite
LESS_THAN_EQUAL_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Require less than or equal to distance
LESS_THAN_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Require less than distance
LIGHT_WEIGHT - Static variable in class org.umber.crucible.old.layout.Relation
Optional Relation, use as a fallback, if nothing else needs the position
LOG4J_LOGGER - Static variable in class org.umber.core.logging.LogFactory
 
LOGGER_PROPERTY - Static variable in class org.umber.core.logging.LogFactory
 
LOWER - Static variable in class org.umber.core.text.filters.CaseFilter
Case style for all lower case.
LOWER_HYPHEN_STYLE - Static variable in class org.umber.core.util.PropertyName
Property formatting style for lowercase hyphen-separated names, e.g., my-property
LOWER_UNDERSCORE_STYLE - Static variable in class org.umber.core.util.PropertyName
Property formatting style for lowercase underscore-separated names, e.g., my_property
LayoutArea - class org.umber.crucible.old.layout.LayoutArea.
Lightweight component for expressing final renderable content.
LayoutArea(AreaStyle) - Constructor for class org.umber.crucible.old.layout.LayoutArea
Creates a new instance of LayoutArea.
LayoutAreaBase - class org.umber.crucible.layout.LayoutAreaBase.
Base implementation of ILayoutArea.
LayoutAreaBase(IContent) - Constructor for class org.umber.crucible.layout.LayoutAreaBase
 
LayoutContext - class org.umber.crucible.old.layout.LayoutContext.
Context for an ongoing iterative layout process.
LayoutContext(LayoutArea[]) - Constructor for class org.umber.crucible.old.layout.LayoutContext
Creates a new instance of LayoutContext
LayoutEngine - interface org.umber.crucible.old.layout.LayoutEngine.
Base interface for all layout engines.
LayoutFactory - class org.umber.crucible.old.layout.LayoutFactory.
Factory for creating LayoutEngine objects.
LayoutGroup - class org.umber.crucible.old.layout.LayoutGroup.
Grouping container for other LayoutArea objects.
LayoutGroup(AreaStyle) - Constructor for class org.umber.crucible.old.layout.LayoutGroup
Creates a new instance of LayoutGroup.
LayoutGroup(AreaStyle, int) - Constructor for class org.umber.crucible.old.layout.LayoutGroup
Creates a new instance of LayoutGroup with the given orientation.
LayoutPadding - class org.umber.crucible.old.layout.LayoutPadding.
A block of whitespace used to create flexible padding between other areas.
LayoutPadding(AreaStyle) - Constructor for class org.umber.crucible.old.layout.LayoutPadding
Creates a new instance of LayoutPadding with the given AreaStyle.
LayoutShape - class org.umber.crucible.old.layout.LayoutShape.
Non-textual drawing element.
LayoutShape(AreaStyle) - Constructor for class org.umber.crucible.old.layout.LayoutShape
Creates a new instance of LayoutShape.
LayoutText - class org.umber.crucible.old.layout.LayoutText.
A portion of renderable text.
LayoutText(AreaStyle) - Constructor for class org.umber.crucible.old.layout.LayoutText
Creates a new instance of LayoutText.
LayoutText(AreaStyle, String) - Constructor for class org.umber.crucible.old.layout.LayoutText
Creates a new instance of LayoutText.
LayoutText(AreaStyle, StyledText) - Constructor for class org.umber.crucible.old.layout.LayoutText
Creates a new instance of LayoutText.
LineSplitter - class org.umber.core.text.splitters.LineSplitter.
Text splitter which divides a text document into an array of lines.
LineSplitter(boolean) - Constructor for class org.umber.core.text.splitters.LineSplitter
Creates a new instance of LineSplitter.
ListDatum - class org.umber.bellows.ListDatum.
A Datum which represents a list or one-dimensional array of Datum objects.
ListDatum() - Constructor for class org.umber.bellows.ListDatum
Creates a new instance of ListDatum
ListDatum(String) - Constructor for class org.umber.bellows.ListDatum
Creates a new instance of ListDatum with the given type name.
ListDatum(String, String) - Constructor for class org.umber.bellows.ListDatum
Creates a new instance of ListDatum with the given type and id names.
ListDatum(Datum) - Constructor for class org.umber.bellows.ListDatum
Creates a new instance of ListDatum by copying the properties from the copyDatum into the new Datum.
LiteralOp - class org.umber.crucible.old.templates.generic.LiteralOp.
A template op wrapper for <literal> and static text.
LiteralOp(Datum, StyleMap) - Constructor for class org.umber.crucible.old.templates.generic.LiteralOp
Creates a new instance of LiteralOp.
LiteralOp(Datum, StyleMap, StyleChain) - Constructor for class org.umber.crucible.old.templates.generic.LiteralOp
Creates a new instance of LiteralOp with an optional StyleChain fallback.
Log - interface org.umber.core.logging.Log.
Logging interface.
Log4jLog - class org.umber.core.logging.Log4jLog.
 
Log4jLog(String) - Constructor for class org.umber.core.logging.Log4jLog
 
LogFactory - class org.umber.core.logging.LogFactory.
Instantiates logger objects according to runtime detection of logging libraries and application settings.
LogFactory() - Constructor for class org.umber.core.logging.LogFactory
 
LogWorker - class org.umber.catalan.process.workers.log.LogWorker.
IWorker implementation which provides support for logging messages.
LogWorker() - Constructor for class org.umber.catalan.process.workers.log.LogWorker
 
layout(ContentTree) - Method in interface org.umber.crucible.template.ITemplate
Arranges data content into a series of abstract layout pages.
layout(ContentTree) - Method in class org.umber.crucible.template.TemplateBase
Arranges data content into a series of abstract layout pages.
layoutArea(LayoutArea, LayoutContext, List) - Method in class org.umber.crucible.old.layout.SimpleFlowLayout
Lay out an area; unlike layoutRegion(), it can be called recursively.
layoutAreas(List) - Method in class org.umber.crucible.old.layout.AbstractLayoutEngine
Attempts to lay out all the areas in the supplied List.
layoutAreas(List) - Method in interface org.umber.crucible.old.layout.LayoutEngine
Attempts to lay out all the areas in the supplied List.
layoutPage(Page, LayoutArea[]) - Method in class org.umber.crucible.old.layout.AsciiLayout
Adds as many areas to the Page as will fit; returns the rest of them for the next Page.
layoutRegion(LayoutContext, Rectangle) - Method in class org.umber.crucible.old.layout.AsciiLayout
Attempts to lay out as many of the pending areas in the context as it can, into the provided region's bounding box.
layoutRegion(LayoutContext, Rectangle) - Method in interface org.umber.crucible.old.layout.LayoutEngine
Attempts to lay out as many of the pending areas in the context as it can, into the provided region's bounding box.
layoutRegion(LayoutContext, Rectangle) - Method in class org.umber.crucible.old.layout.SimpleFlowLayout
Attempts to lay out as many of the pending areas in the context as it can, into the provided region's bounding box.
listToDatumArray(List) - Static method in class org.umber.crucible.old.templates.RenderTemplate
Converts an ArrayList into an array of Datum objects.
listToLayoutAreaArray(List) - Static method in class org.umber.crucible.old.templates.RenderTemplate
Converts an ArrayList into an array of LayoutArea objects.
load(Reader) - Method in class org.umber.bellows.loader.SAXLoader
Parses an XML stream into a tree of Datum objects.
load(String) - Method in class org.umber.bellows.loader.SAXLoader
Parses the given file into a tree of Datum objects.
load(Reader, String) - Method in class org.umber.bellows.loader.SAXLoader
Parses an XML stream into a tree of Datum objects using a base URI path to resolve relative paths in the XML document.
load() - Method in class org.umber.bellows.loader.TextReader
Loads ASCII text content in bulk from a reader.
loadBean(Datum) - Method in class org.umber.bellows.loader.BeanLoader
Loads the Datum tree into the JavaBean classe(s) specified in the Datum content.
loadCommand(ICommandQueue, Datum) - Method in class org.umber.catalan.commands.XmlCommandFactory
 
loadFromSql(boolean) - Method in class org.umber.ballast.generator.JavaSqlTypeMapper
 
loadInputStreamAsString(InputStream) - Static method in class org.umber.core.util.ResourceLoader
Loads contents of an InputStream into a String.
loadMimeContent(MimeMessage, Object[]) - Method in class org.umber.core.email.JavaMailEmailManager
 
loadPattern(String) - Method in interface org.umber.core.regexp.IRegularExpression
Loads the regular expression pattern.
loadPattern(String) - Method in class org.umber.core.regexp.RegularExpressionJava14
Loads the regular expression pattern.
loadPattern(String) - Method in class org.umber.core.regexp.RegularExpressionORO
Loads the regular expression pattern.
loadPdf(InputStream) - Method in class org.umber.crucible.pdf.PdfReader
 
loadProperties(String) - Static method in class org.umber.ballast.config.BallastConfig
Loads properties file from CLASSPATH.
loadPropertyConfig(String) - Static method in class org.umber.ballast.config.ConfigFactory
 
loadPropertyFile(String, Map) - Method in class org.umber.catalan.process.properties.XmlPropertyManager
Loads all properties from the given property file into the given Map.
loadResourceAsProperties(String) - Static method in class org.umber.core.util.ResourceLoader
Loads a properties file at the given resource path.
loadResourceAsProperties(String, Class) - Static method in class org.umber.core.util.ResourceLoader
Loads a properties file at the given resource path, absolute or relative from the given class.
loadResourceAsStream(String) - Static method in class org.umber.core.util.ResourceLoader
Loads a java resource as an InputStream.
loadResourceAsStream(String, Class) - Static method in class org.umber.core.util.ResourceLoader
Loads a java resource as an InputStream, absolute or relative from the given class.
loadResourceAsString(String) - Static method in class org.umber.core.util.ResourceLoader
Loads the contents of a java resource as a String.
loadResourceAsString(String, Class) - Static method in class org.umber.core.util.ResourceLoader
Loads the contents of a java resource as a String, absolute or relative from the given class.
loadTable(Connection, ITableQuery) - Method in class org.umber.ballast.metadata.MetadataLoader
 
loadTemplate(Reader) - Method in class org.umber.crucible.old.templates.GenericTemplate
Loads the XML layout template.
loadTemplate(Datum) - Method in class org.umber.crucible.old.templates.GenericTemplate
Loads the XML layout template.
loadText(String) - Method in class org.umber.core.parse.GenericParser
Loads new text content into the parser.
loadTextContent(MimeMessage, Object) - Method in class org.umber.core.email.JavaMailEmailManager
Loads the content as a non-MIME email body.
loadToSql() - Method in class org.umber.ballast.generator.JavaSqlTypeMapper
 
loadXmlAttributes(Datum, Map) - Method in class org.umber.catalan.process.properties.XmlPropertyManager
Loads all XML attributes into the given Map.
loadXmlConfig(String) - Static method in class org.umber.ballast.config.ConfigFactory
 
loadXmlConfigFromFile(File) - Static method in class org.umber.ballast.config.ConfigFactory
 
loadXmlConfigFromResource(String) - Static method in class org.umber.ballast.config.ConfigFactory
 
loadXmlContents(Datum, List) - Method in class org.umber.catalan.process.properties.XmlPropertyManager
Loads all child nodes that match the given Bellows query path into the given Map.
loadXmlContents(Datum, String, Map) - Method in class org.umber.catalan.process.properties.XmlPropertyManager
Loads all XML attributes and all child nodes that match the given Bellows query path into the given Map.
loadXmlStack(Datum[]) - Static method in class org.umber.catalan.process.workers.xml.DirectiveStack
Factory method for creating a stack from an XML document.
loadXmlStack(Datum[]) - Static method in class org.umber.catalan.transform.xml.DirectiveStack
Factory method for creating a stack from an XML document.
log(BaseLog.LogLevel, Object, Throwable) - Method in class org.umber.core.logging.BaseLog
 
log(BaseLog.LogLevel, Object, Throwable) - Method in class org.umber.core.logging.Log4jLog
 
log(BaseLog.LogLevel, Object, Throwable) - Method in class org.umber.core.logging.StdoutLog
 
log(BaseLog.LogLevel, Object, Throwable) - Method in class org.umber.core.logging.SunLog
 
logAllAlerts() - Method in class org.umber.catalan.process.queue.AlertQueue
Sends all Alerts to the logger.
logErrorAlerts() - Method in class org.umber.catalan.process.queue.AlertQueue
Sends all ERROR Alerts to the logger.
logFatalAlerts() - Method in class org.umber.catalan.process.queue.AlertQueue
Sends all FATAL Alerts to the logger.
logInfoAlerts() - Method in class org.umber.catalan.process.queue.AlertQueue
Sends all INFO Alerts to the logger.
logWarningAlerts() - Method in class org.umber.catalan.process.queue.AlertQueue
Sends all WARNING Alerts to the logger.
lookup(String) - Method in class org.umber.catalan.transform.ProcessorRegistry
Looks up a Transform XML element name in the registry and retrieves the corresponding INodeProcessor implementation.
lookupName(String) - Static method in class org.umber.crucible.grail.model.objects.PdfName
 
lookupUri(String) - Method in class org.umber.bellows.Datum
Searches a Datum and its parents until it finds a URI declaration for the given namespace.

M

MAC_LINE_BREAK - Static variable in class org.umber.crucible.render.AsciiRenderOutput
 
MANDATORY_WEIGHT - Static variable in class org.umber.crucible.old.layout.Relation
The highest valid Relation, cannot be ignored
MEDIUM_WEIGHT - Static variable in class org.umber.crucible.old.layout.Relation
Moderately important Relation, should think twice before overriding
MINIMAL_WEIGHT - Static variable in class org.umber.crucible.old.layout.Relation
The lowest valid Relation weight, overridden by anything
MapProperties - class org.umber.catalan.process.properties.MapProperties.
IWorkProperties which wraps a Map object.
MapProperties(Map) - Constructor for class org.umber.catalan.process.properties.MapProperties
Creates a new instance of MapProperties.
Markup - class org.umber.crucible.old.layout.Markup.
Helper class to manage markup spans.
Markup() - Constructor for class org.umber.crucible.old.layout.Markup
Creates a new instance of Markup
Markup(FontStyle, int, int) - Constructor for class org.umber.crucible.old.layout.Markup
Creates a new instance of Markup with set values.
MatchBracesCommand - class org.umber.catalan.process.workers.text.MatchBracesCommand.
Implementation of "match-braces" command.
MatchBracesCommand() - Constructor for class org.umber.catalan.process.workers.text.MatchBracesCommand
Creates a new instance of MatchBracesCommand.
MatchRunner - class org.umber.catalan.process.workers.dispatch.MatchRunner.
Single match constraint for the dispatcher.
MatchRunner(IWorker[]) - Constructor for class org.umber.catalan.process.workers.dispatch.MatchRunner
Creates a new instance of MatchRunner that matches all nodes.
MatchRunner(String, IWorker[], boolean) - Constructor for class org.umber.catalan.process.workers.dispatch.MatchRunner
Creates a new instance of MatchRunner that compares text to a regular expression.
MatchRunner(Class, IWorker[], boolean) - Constructor for class org.umber.catalan.process.workers.dispatch.MatchRunner
Creates a new instance of MatchRunner that processes all nodes that implement a given class or interface.
MetadataBrowser - class org.umber.ballast.util.MetadataBrowser.
 
MetadataBrowser() - Constructor for class org.umber.ballast.util.MetadataBrowser
 
MetadataException - exception org.umber.catalan.process.workers.MetadataException.
An exception for IWorkMetadata problems.
MetadataException(String) - Constructor for class org.umber.catalan.process.workers.MetadataException
Creates a new instance of MetadataException.
MetadataException(String, Throwable) - Constructor for class org.umber.catalan.process.workers.MetadataException
Creates a new instance of MetadataException.
MetadataLoader - class org.umber.ballast.metadata.MetadataLoader.
Core query class for looking up JDBC metadata.
MetadataLoader() - Constructor for class org.umber.ballast.metadata.MetadataLoader
 
MimeManager - class org.umber.core.email.MimeManager.
MIME content converter.
MimeManager() - Constructor for class org.umber.core.email.MimeManager
Creates a new instance of MimeManager.
MoveProcessor - class org.umber.catalan.transform.xform.MoveProcessor.
A Datum-only NodeProcessor for moving existing XML content to other parts of the same XML tree.
MoveProcessor(Datum) - Constructor for class org.umber.catalan.transform.xform.MoveProcessor
Creates a new instance of MoveProcessor from the XML spec.
MoveProcessor(String, String, String, int) - Constructor for class org.umber.catalan.transform.xform.MoveProcessor
Creates a new instance of MoveProcessor.
MoveTransformer - class org.umber.bellows.transform.MoveTransformer.
QueryTransformer to move each source node to all destination nodes.
MoveTransformer() - Constructor for class org.umber.bellows.transform.MoveTransformer
Creates a new instance of CopyTransformer.
MultiLineCommentStripper - class org.umber.core.text.filters.MultiLineCommentStripper.
Text filter which removes multi-line comments from the input text document.
MultiLineCommentStripper(String, String) - Constructor for class org.umber.core.text.filters.MultiLineCommentStripper
Creates a new instance of MultiLineCommentStripper.
main(String[]) - Static method in class org.umber.ballast.HibernateMain
Runs Hibernate generator.
main(String[]) - Static method in class org.umber.ballast.schema.TemplateRunner
Loads a DTD resource and sends it through SchemaGenerator with one or more Velocity template resources.
main(String[]) - Static method in class org.umber.ballast.util.MetadataBrowser
Prints out metadata for all tables in all supplied config XML files.
main(String[]) - Static method in class org.umber.bellows.loader.SAXLoader
Convenience method for testing dynamic XMLReader loading.
main(String[]) - Static method in class org.umber.catalan.GenericGenerator
Invokes the rendering process using the generic XML processing tools.
main(String[]) - Static method in class org.umber.catalan.process.WorkProcessor
Executes the workers named on the command line, using the command line arguments as the runtime properties.
main(String[]) - Static method in class org.umber.catalan.transform.Transformer
Deprecated. Processes the Transform XML, loading data from one or more parameters.
main(String[]) - Static method in class org.umber.catalan.transform.io.DebugProcessor
Tests debugging output, since it's not so easy in a JUnit test.
main(String[]) - Static method in class org.umber.core.email.EmailFactory
Diagnostic method to test invocation of isVelocityAvailable(), getRunner(), and new VelocityRunner().
main(String[]) - Static method in class org.umber.core.regexp.RegularExpressionFactory
Tests the instantiations of the various parsers.
main(String[]) - Static method in class org.umber.core.velocity.VelocityFactory
Diagnostic method to test invocation of isVelocityAvailable(), getRunner(), and new VelocityRunner().
main(String[]) - Static method in class org.umber.crucible.pdf.PdfFactory
 
markSupported() - Method in class org.umber.bellows.loader.DatumReader
 
matches(String) - Method in interface org.umber.core.regexp.IRegularExpression
Determines if the text matches against the current pattern.
matches(String) - Method in class org.umber.core.regexp.RegularExpressionJava14
Determines if the text matches against the current pattern.
matches(String) - Method in class org.umber.core.regexp.RegularExpressionORO
Determines if the text matches against the current pattern.
moveNodes(String, String, int, NodeSelection) - Method in class org.umber.catalan.process.queue.QueueManager
Moves the selected nodes from the source queue to the destination queue.

N

NOTATION_NAME_PROPERTY - Static variable in class org.umber.bellows.loader.SAXLoader
The name of the property which contains the NOTATION target name
NOTATION_PUBLIC_PROPERTY - Static variable in class org.umber.bellows.loader.SAXLoader
The name of the property which contains the NOTATION PUBLIC value
NOTATION_SYSTEM_PROPERTY - Static variable in class org.umber.bellows.loader.SAXLoader
The name of the property which contains the NOTATION SYSTEM value
NOTATION_TYPE - Static variable in class org.umber.bellows.loader.SAXLoader
The Datum 'type' of all Datum objects which contain NOTATION content
NOT_EQUAL_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Require not equal to distance
NOT_FOUND - Static variable in class org.umber.crucible.old.layout.style.DatumStyleWrapper
The standard tag for 'style value not found'
NOT_FOUND - Static variable in class org.umber.crucible.old.layout.style.DefaultStyle
Default value for an undefined integer property
NSURI_PROPERTY - Static variable in class org.umber.bellows.Datum
The name of the property which contains the xmlns namespace mapping.
NULL - Static variable in class org.umber.crucible.grail.model.objects.PdfNull
 
NULL - Static variable in class org.umber.crucible.layout.Coord
 
NULL - Static variable in class org.umber.crucible.layout.Dimension
 
NULL - Static variable in class org.umber.crucible.layout.Rectangle
 
NULL_LOGGER - Static variable in class org.umber.core.logging.LogFactory
 
NextFilter - class org.umber.catalan.queues.filters.NextFilter.
Filter to select the next single command from the queue.
NextFilter() - Constructor for class org.umber.catalan.queues.filters.NextFilter
 
NodeSelection - class org.umber.catalan.process.queue.NodeSelection.
Selection criteria for nodes within a IQueue.
NodeSelection() - Constructor for class org.umber.catalan.process.queue.NodeSelection
Creates a new instance of NodeSelection.
NormalizeCommand - class org.umber.catalan.process.workers.text.NormalizeCommand.
Implementation of "normalize" command.
NormalizeCommand() - Constructor for class org.umber.catalan.process.workers.text.NormalizeCommand
Creates a new instance of NormalizeCommand.
Normalizer - class org.umber.catalan.transform.text.Normalizer.
A text processor which cleans up the input text content according to its set of configurable rules.
Normalizer(Datum) - Constructor for class org.umber.catalan.transform.text.Normalizer
Creates a new instance of Normalizer from the XML spec.
Normalizer() - Constructor for class org.umber.catalan.transform.text.Normalizer
Creates a new instance of Normalizer.
Normalizer - class org.umber.core.text.filters.Normalizer.
Text filter to perform whitespace (or custom) normalization.
Normalizer() - Constructor for class org.umber.core.text.filters.Normalizer
Creates a new instance of whitespace Normalizer.
Normalizer(String[], String, String[][]) - Constructor for class org.umber.core.text.filters.Normalizer
Creates a new instance of Normalizer with custom normalization.
NullLog - class org.umber.core.logging.NullLog.
Empty implementation of Log to do absolutely nothing.
NullLog() - Constructor for class org.umber.core.logging.NullLog
Creates a new instance of NullLog.
NullLog(String) - Constructor for class org.umber.core.logging.NullLog
Creates a new instance of NullLog with log name.
NullTransformer - class org.umber.bellows.transform.NullTransformer.
Transformer which always returns a null.
NullTransformer() - Constructor for class org.umber.bellows.transform.NullTransformer
 
newInstance(Class, Object[]) - Static method in class org.umber.core.util.ClassHelper
Instantiates a new object of the given class, using a constructor with the given args.
newInstance(String, Object[]) - Static method in class org.umber.core.util.ClassHelper
Instantiates a new object of the given class, using a constructor with the given args.
newLayoutEngine(String) - Static method in class org.umber.crucible.old.layout.LayoutFactory
Creates a new layout engine, based on the input parameters.
newPage() - Method in class org.umber.crucible.grail.model.PdfDocument
 
newPage(int, int) - Method in class org.umber.crucible.grail.model.PdfDocument
 
newPage() - Method in interface org.umber.crucible.pdf.IPdfDocument
 
newPage(int, int) - Method in interface org.umber.crucible.pdf.IPdfDocument
 
newPage() - Method in class org.umber.crucible.pdf.cached.CachedPdfDocument
 
newPage(int, int) - Method in class org.umber.crucible.pdf.cached.CachedPdfDocument
 
next() - Method in class org.umber.crucible.content.VisibleIterator
 
nextArea() - Method in class org.umber.crucible.old.layout.LayoutContext
Pulls the next area off the stack.
nextNode() - Method in class org.umber.bellows.query.QueryPath
Returns the node after the current node.
normalize(StringBuffer) - Method in class org.umber.core.text.AsciiFieldManager
Fills in current padding without touching any existing data fields.
notationDecl(String, String, String) - Method in class org.umber.bellows.loader.SAXLoader
Receive notification of a notation declaration.

O

ObjectToDatum - class org.umber.catalan.transform.xml.ObjectToDatum.
A data processor which converts a List of java objects into Datum content.
ObjectToDatum(Datum) - Constructor for class org.umber.catalan.transform.xml.ObjectToDatum
Creates a new instance of ObjectToDatum from the XML spec.
ObjectToDatum(DirectiveStack) - Constructor for class org.umber.catalan.transform.xml.ObjectToDatum
Creates a new instance of ObjectToDatum.
OptionalPropertyInfo - class org.umber.catalan.process.workers.OptionalPropertyInfo.
PropertyInfo with an additional default field.
OptionalPropertyInfo(String, String, Object) - Constructor for class org.umber.catalan.process.workers.OptionalPropertyInfo
Creates a new instance of OptionalPropertyInfo.
OptionalPropertyInfo(String, String, Object, Class[]) - Constructor for class org.umber.catalan.process.workers.OptionalPropertyInfo
Creates a new instance of OptionalPropertyInfo.
org.umber - package org.umber
 
org.umber.ballast - package org.umber.ballast
 
org.umber.ballast.config - package org.umber.ballast.config
 
org.umber.ballast.generator - package org.umber.ballast.generator
 
org.umber.ballast.generator.hibernate - package org.umber.ballast.generator.hibernate
 
org.umber.ballast.metadata - package org.umber.ballast.metadata
 
org.umber.ballast.schema - package org.umber.ballast.schema
 
org.umber.ballast.util - package org.umber.ballast.util
 
org.umber.bellows - package org.umber.bellows
Bellows XML Library.
org.umber.bellows.builder - package org.umber.bellows.builder
 
org.umber.bellows.javabean - package org.umber.bellows.javabean
 
org.umber.bellows.loader - package org.umber.bellows.loader
The Bellows Loader package provides support for converting Datum trees between external formats, such as XML and JavaBeans.
org.umber.bellows.query - package org.umber.bellows.query
The Bellows Query Language (BQL) is a simplified syntax for extracting nodes from a Datum tree.
org.umber.bellows.schema - package org.umber.bellows.schema
 
org.umber.bellows.transform - package org.umber.bellows.transform
 
org.umber.bellows.traverse - package org.umber.bellows.traverse
Bellows Traversal API.
org.umber.bellows.util - package org.umber.bellows.util
Bellows Utility Package.
org.umber.bellows.validate - package org.umber.bellows.validate
Bellows Data Validation API.
org.umber.catalan - package org.umber.catalan
Catalan Document Creation Framework.
org.umber.catalan.commands - package org.umber.catalan.commands
 
org.umber.catalan.forge - package org.umber.catalan.forge
 
org.umber.catalan.persisters - package org.umber.catalan.persisters
 
org.umber.catalan.process - package org.umber.catalan.process
Catalan Processing API.
org.umber.catalan.process.commands - package org.umber.catalan.process.commands
Catalan Worker Command API.
org.umber.catalan.process.properties - package org.umber.catalan.process.properties
Catalan Worker Properties.
org.umber.catalan.process.queue - package org.umber.catalan.process.queue
Catalan Processing Queues.
org.umber.catalan.process.workers - package org.umber.catalan.process.workers
Catalan Base Worker API.
org.umber.catalan.process.workers.control - package org.umber.catalan.process.workers.control
Catalan Control Workers.
org.umber.catalan.process.workers.dispatch - package org.umber.catalan.process.workers.dispatch
 
org.umber.catalan.process.workers.html - package org.umber.catalan.process.workers.html
Catalan HTML Workers.
org.umber.catalan.process.workers.io - package org.umber.catalan.process.workers.io
Catalan I/O Workers.
org.umber.catalan.process.workers.javabean - package org.umber.catalan.process.workers.javabean
Catalan JavaBean Workers.
org.umber.catalan.process.workers.log - package org.umber.catalan.process.workers.log
Catalan Logging Workers.
org.umber.catalan.process.workers.partition - package org.umber.catalan.process.workers.partition
 
org.umber.catalan.process.workers.pdf - package org.umber.catalan.process.workers.pdf
Catalan PDF Workers.
org.umber.catalan.process.workers.queue - package org.umber.catalan.process.workers.queue
Catalan Queue Workers.
org.umber.catalan.process.workers.sql - package org.umber.catalan.process.workers.sql
Catalan SQL Workers.
org.umber.catalan.process.workers.text - package org.umber.catalan.process.workers.text
Catalan Text Workers.
org.umber.catalan.process.workers.velocity - package org.umber.catalan.process.workers.velocity
Catalan Velocity Workers.
org.umber.catalan.process.workers.xml - package org.umber.catalan.process.workers.xml
Catalan XML Workers.
org.umber.catalan.process.workspace - package org.umber.catalan.process.workspace
Catalan Workspace API.
org.umber.catalan.queues - package org.umber.catalan.queues
 
org.umber.catalan.queues.filters - package org.umber.catalan.queues.filters
 
org.umber.catalan.transform - package org.umber.catalan.transform
Catalan Data Transformation Package [Deprecated].
org.umber.catalan.transform.external - package org.umber.catalan.transform.external
Catalan External Data Transformation Package [Deprecated].
org.umber.catalan.transform.io - package org.umber.catalan.transform.io
Catalan I/O Data Transformation Package [Deprecated].
org.umber.catalan.transform.text - package org.umber.catalan.transform.text
Catalan Text Data Transformation Package [Deprecated].
org.umber.catalan.transform.xform - package org.umber.catalan.transform.xform
Catalan XML-to-XML Data Transformation Package [Deprecated].
org.umber.catalan.transform.xml - package org.umber.catalan.transform.xml
Catalan XML Data Transformation Package [Deprecated].
org.umber.catalan.util - package org.umber.catalan.util
Catalan Utility API.
org.umber.core - package org.umber.core
 
org.umber.core.ant - package org.umber.core.ant
 
org.umber.core.email - package org.umber.core.email
 
org.umber.core.io - package org.umber.core.io
 
org.umber.core.logging - package org.umber.core.logging
 
org.umber.core.parse - package org.umber.core.parse
 
org.umber.core.regexp - package org.umber.core.regexp
 
org.umber.core.testutil - package org.umber.core.testutil
 
org.umber.core.text - package org.umber.core.text
 
org.umber.core.text.filters - package org.umber.core.text.filters
 
org.umber.core.text.joiners - package org.umber.core.text.joiners
 
org.umber.core.text.processors - package org.umber.core.text.processors
 
org.umber.core.text.splitters - package org.umber.core.text.splitters
 
org.umber.core.util - package org.umber.core.util
 
org.umber.core.velocity - package org.umber.core.velocity
 
org.umber.crucible - package org.umber.crucible
 
org.umber.crucible.content - package org.umber.crucible.content
 
org.umber.crucible.docgen - package org.umber.crucible.docgen
 
org.umber.crucible.ext - package org.umber.crucible.ext
 
org.umber.crucible.grail - package org.umber.crucible.grail
 
org.umber.crucible.grail.model - package org.umber.crucible.grail.model
 
org.umber.crucible.grail.model.objects - package org.umber.crucible.grail.model.objects
 
org.umber.crucible.jasper - package org.umber.crucible.jasper
 
org.umber.crucible.layout - package org.umber.crucible.layout
 
org.umber.crucible.old.layout - package org.umber.crucible.old.layout
Catalan Layout API.
org.umber.crucible.old.layout.style - package org.umber.crucible.old.layout.style
Catalan Style API.
org.umber.crucible.old.renderers - package org.umber.crucible.old.renderers
Catalan Renderer Engines.
org.umber.crucible.old.templates - package org.umber.crucible.old.templates
Catalan Template API.
org.umber.crucible.old.templates.generic - package org.umber.crucible.old.templates.generic
Catalan Generic Template Helper Classes.
org.umber.crucible.pdf - package org.umber.crucible.pdf
 
org.umber.crucible.pdf.cached - package org.umber.crucible.pdf.cached
 
org.umber.crucible.pdf.gnujpdf - package org.umber.crucible.pdf.gnujpdf
 
org.umber.crucible.pdf.itext - package org.umber.crucible.pdf.itext
 
org.umber.crucible.pdf.pdfbox - package org.umber.crucible.pdf.pdfbox
 
org.umber.crucible.render - package org.umber.crucible.render
 
org.umber.crucible.template - package org.umber.crucible.template
 
org.umber.crucible.util - package org.umber.crucible.util
 

P

PAGE_BREAK - Static variable in class org.umber.crucible.render.AsciiRenderOutput
 
PARAGRAPH_TYPE - Static variable in class org.umber.crucible.content.TextContent
 
PCDATA_PROPERTY - Static variable in class org.umber.bellows.loader.SAXLoader
The name of the property which contains the actual PCDATA content
PCDATA_TYPE - Static variable in class org.umber.bellows.loader.SAXLoader
The Datum 'type' of all Datum objects which contain PCDATA content
PDF - Static variable in class org.umber.crucible.grail.model.PdfOperator
 
PI_DATA_PROPERTY - Static variable in class org.umber.bellows.loader.SAXLoader
The name of the property which contains the PI content
PI_TARGET_PROPERTY - Static variable in class org.umber.bellows.loader.SAXLoader
The name of the property which contains the PI target name
PI_TYPE - Static variable in class org.umber.bellows.loader.SAXLoader
The Datum 'type' of all Datum objects which contain PI content
PLAIN - Static variable in class org.umber.crucible.pdf.PdfFont
 
POST_HEADER - Static variable in class org.umber.crucible.grail.model.PdfHeader
 
PaddingOp - class org.umber.crucible.old.templates.generic.PaddingOp.
 
PaddingOp(Datum, StyleMap) - Constructor for class org.umber.crucible.old.templates.generic.PaddingOp
Creates a new instance of PaddingOp.
PaddingOp(Datum, StyleMap, StyleChain) - Constructor for class org.umber.crucible.old.templates.generic.PaddingOp
Creates a new instance of PaddingOp with an optional StyleChain fallback.
Page - class org.umber.crucible.layout.Page.
A single abstract page with pre-positioned layout areas.
Page() - Constructor for class org.umber.crucible.layout.Page
 
Page - class org.umber.crucible.old.layout.Page.
A single page of final output.
Page(Book, int, int) - Constructor for class org.umber.crucible.old.layout.Page
Creates a new instance of Page.
ParagraphSplitter - class org.umber.core.text.splitters.ParagraphSplitter.
Text splitter which divides text content into paragraphs delimited by one or more blank (whitespace-only) lines.
ParagraphSplitter() - Constructor for class org.umber.core.text.splitters.ParagraphSplitter
 
Partition - class org.umber.catalan.process.workers.partition.Partition.
Parsing definition for this partition.
Partition(String, String, String) - Constructor for class org.umber.catalan.process.workers.partition.Partition
Creates a new instance of Partition which matches a fragment of text bounded by the start and end patterns.
Partition(String, String, String, Datum[]) - Constructor for class org.umber.catalan.process.workers.partition.Partition
Creates a new instance of Partition which matches a fragment of text bounded by the start and end patterns.
PartitionIndexer - class org.umber.catalan.process.workers.partition.PartitionIndexer.
Scans a text document and divides it into partitions, according to the supplied Partition objects.
PartitionIndexer(Partition[]) - Constructor for class org.umber.catalan.process.workers.partition.PartitionIndexer
Creates a new instance of PartitionIndexer.
PartitionProperties - class org.umber.catalan.process.workers.partition.PartitionProperties.
Specialized properties container for ParserWorker.
PartitionProperties(IWorkProperties) - Constructor for class org.umber.catalan.process.workers.partition.PartitionProperties
Creates a new instance of PartitionProperties.
PartitionRange - class org.umber.catalan.process.workers.partition.PartitionRange.
Index and partition type info for a single partition.
PartitionRange(String, int, int) - Constructor for class org.umber.catalan.process.workers.partition.PartitionRange
Creates a new instance of PartitionRange.
PartitionSplitCommand - class org.umber.catalan.process.workers.partition.PartitionSplitCommand.
Implementation of command "split", to chop text documents into one node per partition.
PartitionSplitCommand() - Constructor for class org.umber.catalan.process.workers.partition.PartitionSplitCommand
Creates a new instance of PartitionSplitCommand.
PartitionWorker - class org.umber.catalan.process.workers.partition.PartitionWorker.
Worker to split text documents into partitions and perform operations on each partition.
PartitionWorker() - Constructor for class org.umber.catalan.process.workers.partition.PartitionWorker
 
PassThroughTransformer - class org.umber.bellows.transform.PassThroughTransformer.
Transformer which always passes the input node to the output, without altering it.
PassThroughTransformer() - Constructor for class org.umber.bellows.transform.PassThroughTransformer
 
PcdataNode - class org.umber.bellows.schema.PcdataNode.
Common schema definition for PCDATA content.
PcdataNode() - Constructor for class org.umber.bellows.schema.PcdataNode
 
PdfArray - class org.umber.crucible.grail.model.objects.PdfArray.
PDF Array object.
PdfArray() - Constructor for class org.umber.crucible.grail.model.objects.PdfArray
 
PdfBoolean - class org.umber.crucible.grail.model.objects.PdfBoolean.
PDF Boolean object.
PdfBoolean() - Constructor for class org.umber.crucible.grail.model.objects.PdfBoolean
 
PdfBoxDocument - class org.umber.crucible.pdf.pdfbox.PdfBoxDocument.
 
PdfBoxDocument() - Constructor for class org.umber.crucible.pdf.pdfbox.PdfBoxDocument
 
PdfBoxPdfRenderer - class org.umber.crucible.ext.PdfBoxPdfRenderer.
Pdf rendering wrapper for PdfBox.
PdfBoxPdfRenderer() - Constructor for class org.umber.crucible.ext.PdfBoxPdfRenderer
 
PdfCatalog - class org.umber.crucible.grail.model.objects.PdfCatalog.
PDF Catalog.
PdfCatalog() - Constructor for class org.umber.crucible.grail.model.objects.PdfCatalog
 
PdfComment - class org.umber.crucible.grail.model.PdfComment.
PDF comment.
PdfComment() - Constructor for class org.umber.crucible.grail.model.PdfComment
 
PdfDictionary - class org.umber.crucible.grail.model.objects.PdfDictionary.
PDF Dictionary object.
PdfDictionary() - Constructor for class org.umber.crucible.grail.model.objects.PdfDictionary
 
PdfDocument - class org.umber.crucible.grail.model.PdfDocument.
PDF Document.
PdfDocument() - Constructor for class org.umber.crucible.grail.model.PdfDocument
 
PdfEncryptInfo - class org.umber.crucible.grail.model.PdfEncryptInfo.
PDF EncryptInfo.
PdfEncryptInfo() - Constructor for class org.umber.crucible.grail.model.PdfEncryptInfo
 
PdfFactory - class org.umber.crucible.pdf.PdfFactory.
 
PdfFont - class org.umber.crucible.grail.model.objects.PdfFont.
PDF Font.
PdfFont() - Constructor for class org.umber.crucible.grail.model.objects.PdfFont
 
PdfFont(String, String, String) - Constructor for class org.umber.crucible.grail.model.objects.PdfFont
 
PdfFont - class org.umber.crucible.pdf.PdfFont.
 
PdfFont() - Constructor for class org.umber.crucible.pdf.PdfFont
 
PdfFontMap - class org.umber.crucible.grail.model.PdfFontMap.
Map of font names to PdfFont objects.
PdfFontMap() - Constructor for class org.umber.crucible.grail.model.PdfFontMap
 
PdfHeader - class org.umber.crucible.grail.model.PdfHeader.
PDF document header.
PdfHeader() - Constructor for class org.umber.crucible.grail.model.PdfHeader
 
PdfInfo - class org.umber.crucible.grail.model.PdfInfo.
PDF Info.
PdfInfo() - Constructor for class org.umber.crucible.grail.model.PdfInfo
 
PdfName - class org.umber.crucible.grail.model.objects.PdfName.
PDF Name object.
PdfNull - class org.umber.crucible.grail.model.objects.PdfNull.
PDF Null Object.
PdfNumber - class org.umber.crucible.grail.model.objects.PdfNumber.
PDF Number Object.
PdfNumber() - Constructor for class org.umber.crucible.grail.model.objects.PdfNumber
 
PdfObject - class org.umber.crucible.grail.model.objects.PdfObject.
Base PDF Object.
PdfObject() - Constructor for class org.umber.crucible.grail.model.objects.PdfObject
 
PdfOperator - class org.umber.crucible.grail.model.PdfOperator.
PDF Procedure Operations.
PdfPage - class org.umber.crucible.grail.model.objects.PdfPage.
PDF Page.
PdfPage() - Constructor for class org.umber.crucible.grail.model.objects.PdfPage
 
PdfPageNode - class org.umber.crucible.grail.model.objects.PdfPageNode.
PDF Page.
PdfPageNode() - Constructor for class org.umber.crucible.grail.model.objects.PdfPageNode
 
PdfPages - class org.umber.crucible.grail.model.objects.PdfPages.
Collection of PDF Pages.
PdfPages() - Constructor for class org.umber.crucible.grail.model.objects.PdfPages
 
PdfReader - class org.umber.crucible.pdf.PdfReader.
Top level reader for PDF documents.
PdfReader() - Constructor for class org.umber.crucible.pdf.PdfReader
 
PdfRectangle - class org.umber.crucible.grail.model.PdfRectangle.
PDF Rectangle.
PdfRectangle() - Constructor for class org.umber.crucible.grail.model.PdfRectangle
 
PdfRectangle(int, int, int, int) - Constructor for class org.umber.crucible.grail.model.PdfRectangle
 
PdfRenderer - class org.umber.crucible.old.renderers.PdfRenderer.
Generates a PDF file from one or more Page objects created by a RenderTemplate class.
PdfRenderer() - Constructor for class org.umber.crucible.old.renderers.PdfRenderer
Creates a new instance of PdfRenderer
PdfResource - class org.umber.crucible.grail.model.objects.PdfResource.
PDF Resources.
PdfResource() - Constructor for class org.umber.crucible.grail.model.objects.PdfResource
 
PdfStream - class org.umber.crucible.grail.model.objects.PdfStream.
PDF Stream Object.
PdfStream() - Constructor for class org.umber.crucible.grail.model.objects.PdfStream
 
PdfString - class org.umber.crucible.grail.model.objects.PdfString.
PDF String Object.
PdfString() - Constructor for class org.umber.crucible.grail.model.objects.PdfString
 
PdfTrailer - class org.umber.crucible.grail.model.PdfTrailer.
PDF document trailer.
PdfTrailer() - Constructor for class org.umber.crucible.grail.model.PdfTrailer
 
PdfWorker - class org.umber.catalan.process.workers.pdf.PdfWorker.
IWorker implementation which provides support for creating an reading PDF documents.
PdfWorker() - Constructor for class org.umber.catalan.process.workers.pdf.PdfWorker
 
PdfWriter - class org.umber.crucible.pdf.PdfWriter.
Top level writer for PDF documents.
PdfWriter() - Constructor for class org.umber.crucible.pdf.PdfWriter
 
PdfgenProcessor - class org.umber.catalan.transform.external.PdfgenProcessor.
Node processor for creating PDF files with GenericTemplate engine.
PdfgenProcessor(Datum) - Constructor for class org.umber.catalan.transform.external.PdfgenProcessor
Creates a new instance of PdfgenProcessor from the XML spec.
PdfgenProcessor(ListDatum) - Constructor for class org.umber.catalan.transform.external.PdfgenProcessor
Creates a new instance of PdfgenProcessor.
PipelineCommand - class org.umber.catalan.commands.PipelineCommand.
Forge command to run data through multiple consecutive commands.
PipelineCommand(ICommandQueue, String, String, Map) - Constructor for class org.umber.catalan.commands.PipelineCommand
 
ProcessException - exception org.umber.catalan.process.ProcessException.
A base exception for Catalan processing problems.
ProcessException(String) - Constructor for class org.umber.catalan.process.ProcessException
Creates a new instance of ProcessException.
ProcessException(String, Throwable) - Constructor for class org.umber.catalan.process.ProcessException
Creates a new instance of ProcessException.
ProcessorRegistry - class org.umber.catalan.transform.ProcessorRegistry.
Central registry for connecting XML transform elements up to INodeProcessor implementations.
ProcessorRegistry() - Constructor for class org.umber.catalan.transform.ProcessorRegistry
Creates a new instance of ProcessorRegistry with the default Transform XML mapping.
ProcessorRegistry(Datum) - Constructor for class org.umber.catalan.transform.ProcessorRegistry
Creates a new instance of ProcessorRegistry.
PropertyInfo - class org.umber.catalan.process.workers.PropertyInfo.
Metadata for a command property.
PropertyInfo(String, String) - Constructor for class org.umber.catalan.process.workers.PropertyInfo
Creates a new instance of PropertyInfo.
PropertyInfo(String, String, Class[]) - Constructor for class org.umber.catalan.process.workers.PropertyInfo
Creates a new instance of PropertyInfo with a type restriction.
PropertyName - class org.umber.core.util.PropertyName.
Helper class to convert a property name into various forms.
PropertyName(String) - Constructor for class org.umber.core.util.PropertyName
Creates a new instance of PropertyName.
PropertyName.PropertyStyle - class org.umber.core.util.PropertyName.PropertyStyle.
Enumeration for property naming styles.
packageToFile(String) - Static method in class org.umber.ballast.schema.SchemaJavaGenerator
 
paginate(Page[], ILayoutArea[], Rectangle[]) - Method in class org.umber.crucible.template.AsciiTemplate
Renders content from ContentFlow to the given pages, creating new pages if necessary for overflows.
paginate(Page[], ILayoutArea[], Rectangle[]) - Method in class org.umber.crucible.template.DefaultTemplate
 
paginate(Page[], ILayoutArea[], Rectangle[]) - Method in class org.umber.crucible.template.TemplateBase
Renders content from ContentFlow to the given pages, creating new pages if necessary for overflows.
parseArgs(String[]) - Method in class org.umber.catalan.GenericGenerator
Parses and processes the command-line arguments.
parseClassName(String, Map) - Method in class org.umber.ballast.schema.SchemaJavaGenerator
 
parseQueueFile() - Method in class org.umber.catalan.queues.SingleFileQueue
Reads the contents of the file and converts it into an array of commands.
parseQueueFile() - Method in class org.umber.catalan.queues.XmlFileQueue
 
parseRemaining() - Method in class org.umber.core.parse.GenericParser
Retrieves the remaining text in the parser.
parseUntil(String, boolean) - Method in class org.umber.core.parse.GenericParser
Scans text until it finds the given token.
parseUntil(String[], boolean) - Method in class org.umber.core.parse.GenericParser
Scans text until it finds any of the given tokens.
peek(String) - Method in class org.umber.core.parse.GenericParser
Scans text for the given token.
persist(IForgeOutput) - Method in class org.umber.catalan.persisters.FilePersister
 
persist(IForgeOutput) - Method in interface org.umber.catalan.persisters.IOutputPersister
 
persist(IForgeOutput) - Method in class org.umber.catalan.persisters.SocketPersister
 
process(String) - Method in class org.umber.ballast.HibernateMain
Generate Hibernate bindings from config path.
process(BallastConfig) - Method in class org.umber.ballast.HibernateMain
Generate Hibernate bindings from Ballast config.
process(IWorkProperties, IWorkspace) - Method in class org.umber.catalan.process.workers.BaseJob
Perform one stage of processing in the workspace.
process(IWorkProperties, IWorkspace) - Method in class org.umber.catalan.process.workers.BaseWorker
Perform one stage of processing in the workspace.
process(IWorkProperties, IWorkspace) - Method in interface org.umber.catalan.process.workers.IWorker
Perform one stage of processing in the workspace.
process(String[], List) - Method in class org.umber.catalan.transform.Transformer
Deprecated. Runs the List of input nodes through a set of processors, by id.
process(Book) - Method in class org.umber.crucible.old.templates.RenderTemplate
Processes all content in the Book's ListDatum container according to the rules in this template, and divides the results into separate Pages.
processAll(List) - Method in class org.umber.catalan.transform.Transformer
Deprecated. Runs the List of input nodes through every processor in the Transformer's XML specification, in order.
processBatch(String[], IWorkProperties) - Method in class org.umber.catalan.process.WorkProcessor
Executes the workers in workerNames, in the order they occur in the array, passing the given runtime properties into each invocation.
processFromArgs() - Method in class org.umber.catalan.process.WorkProcessor
Executes the workers named on the command line, using the command line arguments as the runtime properties.
processNode(Object) - Method in class org.umber.bellows.query.QueryProcessor
Process a single node.
processNode(Object) - Method in class org.umber.bellows.query.VerticalFilter
Process a single node.
processNode(Object) - Method in interface org.umber.bellows.traverse.INodeProcessor
Process a single node.
processNode(Object, IWorkProperties, IWorkspace) - Method in class org.umber.catalan.process.workers.dispatch.MatchRunner
Runs the data node through all workers associated with this MatchRunner.
processNode(Object) - Method in class org.umber.catalan.transform.GroupProcessor
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.external.PdfgenProcessor
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.external.VelocityProcessor
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.io.DebugProcessor
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.io.ExportJavaProcessor
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.io.ExportProcessor
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.io.ImportProcessor
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.text.Concatenator
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.text.FromAsciiConverter
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.text.SqlProcessor
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.text.TextProcessor
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.text.ToAsciiConverter
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.xform.XFormProcessor
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.xml.BeanToXml
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.xml.DatumToObject
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.xml.ObjectToDatum
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.xml.TextToLattice
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.xml.XmlSelectProcessor
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.xml.XmlToBean
Process a single node.
processNode(Object) - Method in class org.umber.catalan.transform.xml.XmlToHtml
Process a single node.
processTemplate(String, Map) - Method in class org.umber.catalan.process.workers.velocity.VelocityRunner
Processes the given Velocity template against the supplied input nodes.
processTemplate(String, List) - Method in class org.umber.catalan.transform.external.VelocityRunner
Processes the given Velocity template against the supplied input nodes.
processTemplate(String, Map) - Method in class org.umber.core.velocity.VelocityRunner
Processes the given Velocity template against the supplied Map of input properties.
processText(String) - Method in class org.umber.catalan.transform.text.Normalizer
Processes the text node.
processText(String) - Method in class org.umber.catalan.transform.text.TextProcessor
Processes the text node.
processText(String) - Method in class org.umber.catalan.transform.text.TextReplacer
Processes the text node.
processText(String) - Method in class org.umber.catalan.transform.text.TokenSplitter
Processes the text node.
processText(String) - Method in class org.umber.catalan.transform.text.VariableTextReplacer
Processes the text node.
processText(String) - Method in class org.umber.catalan.transform.xml.JavaToHtml
Processes the text node.
processText(String[]) - Method in interface org.umber.core.text.processors.ITextProcessor
Processes an array of text fragments into another array of text fragments.
processVelocityTemplate(VelocityRunner, BallastInput.Template, BallastOutput) - Method in class org.umber.ballast.schema.BaseSchemaGenerator
 
processVelocityTemplate(VelocityRunner, BallastInput.Template, BallastOutput) - Method in class org.umber.ballast.schema.SchemaGenerator
 
processVelocityTemplate(VelocityRunner, BallastInput.Template, BallastOutput) - Method in class org.umber.ballast.schema.SchemaJavaGenerator
 
processWorker(String, IWorkProperties) - Method in class org.umber.catalan.process.WorkProcessor
Executes the single worker or job of the given name, using the given runtime properties.
processXmlNode(Datum, List, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.BaseQueryCommand
Runs command on a single node of XML content.
processXmlNode(Datum, List, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.XmlCopyCommand
Runs command on a single node of XML content.
processXmlNode(Datum, List, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.XmlExploderCommand
Runs command on a single node of XML content.
processXmlNode(Datum, List, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.XmlInlineCommand
Runs command on a single node of XML content.
processXmlNode(Datum, List, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.XmlInsertCommand
Runs command on a single node of XML content.
processXmlNode(Datum, List, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.XmlRenameCommand
Runs command on a single node of XML content.
processXmlNode(Datum, List, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.XmlStyleCommand
Runs command on a single node of XML content.
processXmlNode(Datum, List, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.XmlTagCommand
Runs command on a single node of XML content.
processXmlNode(Datum, List, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.XmlToAttributeCommand
Runs command on a single node of XML content.
processXmlNode(Datum, List, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.XmlToElementCommand
Runs command on a single node of XML content.
processXmlNode(Datum, List, XmlCommonProperties) - Method in class org.umber.catalan.process.workers.xml.XmlWrapCommand
Runs command on a single node of XML content.
processingInstruction(String, String) - Method in class org.umber.bellows.loader.SAXLoader
Receive notification of a processing instruction.

Q

QueryCache - class org.umber.bellows.query.QueryCache.
Cache for queries against a single Datum tree.
QueryCache(Datum) - Constructor for class org.umber.bellows.query.QueryCache
Creates a new instance of QueryCache.
QueryNodeBase - class org.umber.bellows.query.QueryNodeBase.
Sharable implementation of common IQueryNode methods.
QueryNodeBase(String) - Constructor for class org.umber.bellows.query.QueryNodeBase
 
QueryNodeFactory - class org.umber.bellows.query.QueryNodeFactory.
A factory for creating QueryNode objects with various private implementations.
QueryPath - class org.umber.bellows.query.QueryPath.
A convenience class for managing query paths.
QueryPath(String) - Constructor for class org.umber.bellows.query.QueryPath
Creates a new instance of QueryPath using default node separator and QueryNode class.
QueryPath(String, String, String) - Constructor for class org.umber.bellows.query.QueryPath
Creates a new instance of QueryPath with a custom separator and custom QueryNode class.
QueryProcessor - class org.umber.bellows.query.QueryProcessor.
Common base class for all query filter processors.
QueryProcessor() - Constructor for class org.umber.bellows.query.QueryProcessor
 
QueryTransformer - class org.umber.bellows.transform.QueryTransformer.
Transformer which allows for multiple input nodes and multiple destination nodes, each as a Bellows query to select child nodes inside the root input node.
QueryTransformer(IDatumTransformer) - Constructor for class org.umber.bellows.transform.QueryTransformer
Creates a new instance of QueryTransformer.
QueueException - exception org.umber.catalan.process.queue.QueueException.
An exception for IQueue-related problems.
QueueException(String) - Constructor for class org.umber.catalan.process.queue.QueueException
Creates a new instance of QueueException.
QueueException(String, Throwable) - Constructor for class org.umber.catalan.process.queue.QueueException
Creates a new instance of QueueException.
QueueManager - class org.umber.catalan.process.queue.QueueManager.
Manager for a group of named IQueue objects.
QueueManager() - Constructor for class org.umber.catalan.process.queue.QueueManager
Creates a new instance of QueueManager with no existing queues.
QueueManager(Map) - Constructor for class org.umber.catalan.process.queue.QueueManager
Creates a new instance of QueueManager with the given queues.
QueueNodeWorker - class org.umber.catalan.process.workers.queue.QueueNodeWorker.
IWorker implementation which provides queue maintenance functions.
QueueNodeWorker() - Constructor for class org.umber.catalan.process.workers.queue.QueueNodeWorker
 
QueueProperties - class org.umber.catalan.process.workers.queue.QueueProperties.
Specialized properties container for QueueWorker and QueueNodeWorker.
QueueProperties(IWorkProperties) - Constructor for class org.umber.catalan.process.workers.queue.QueueProperties
Creates a new instance of QueueProperties.
QueueSortWorker - class org.umber.catalan.process.workers.queue.QueueSortWorker.
IWorker implementation which provides queue sorting functions.
QueueSortWorker() - Constructor for class org.umber.catalan.process.workers.queue.QueueSortWorker
 
QueueWorker - class org.umber.catalan.process.workers.queue.QueueWorker.
IWorker implementation which provides queue maintenance functions.
QueueWorker() - Constructor for class org.umber.catalan.process.workers.queue.QueueWorker
 
query(String) - Method in class org.umber.bellows.util.VelocityDatumAdapter
Runs the Bellows query and wraps all results in other VelocityDatumAdapter objects.
queryPcdata(String) - Method in class org.umber.bellows.util.VelocityDatumAdapter
Runs the Bellows query, then extracts the PCDATA content from each result node.
queryProperties(String, String) - Method in class org.umber.bellows.util.VelocityDatumAdapter
Runs the Bellows query then extracts the Datum property described in attribute from each query result.

R

REGEXP_PARSER - Static variable in class org.umber.bellows.query.QueryNodeFactory
IQueryNode implementation for full path parsing.
RangeFilter - class org.umber.bellows.query.RangeFilter.
A query filter to extract Datum objects from a List based on a consecutive span of children between a start and end index.
RangeFilter(int) - Constructor for class org.umber.bellows.query.RangeFilter
Creates a new instance of RangeFilter, from startIndex to the end of the node list.
RangeFilter(int, int) - Constructor for class org.umber.bellows.query.RangeFilter
Creates a new instance of RangeFilter, for the given range.
RangeFilter(int, int, int) - Constructor for class org.umber.bellows.query.RangeFilter
Creates a new instance of RangeFilter, for the given range.
ReaderQueue - class org.umber.catalan.queues.ReaderQueue.
 
ReaderQueue(Reader, Writer) - Constructor for class org.umber.catalan.queues.ReaderQueue
Creates a new instance of DirectoryPollQueue.
Rectangle - class org.umber.crucible.layout.Rectangle.
A rectangular shape with a specific location inside a coordinate space.
Rectangle(int, int, int, int) - Constructor for class org.umber.crucible.layout.Rectangle
 
Rectangle(Coord, Dimension) - Constructor for class org.umber.crucible.layout.Rectangle
 
RegexpExtractor - class org.umber.core.text.splitters.RegexpExtractor.
Text extractor which extracts text from all parenthetical groups defined in the driving regular expression.
RegexpExtractor(String, boolean) - Constructor for class org.umber.core.text.splitters.RegexpExtractor
Creates a new instance of RegexpExtractor.
RegexpFilterBuilder - class org.umber.bellows.query.RegexpFilterBuilder.
A QueryNode helper class to instantiate NodeProcessors from filter text strings, using regular expressions.
RegexpFilterCommand - class org.umber.catalan.process.workers.text.RegexpFilterCommand.
Implementation of "regexp-filter" command.
RegexpFilterCommand() - Constructor for class org.umber.catalan.process.workers.text.RegexpFilterCommand
Creates a new instance of RegexpFilterCommand.
RegexpQueryNode - class org.umber.bellows.query.RegexpQueryNode.
Query parser that supports full range of filters.
RegexpQueryNode(String) - Constructor for class org.umber.bellows.query.RegexpQueryNode
 
RegexpSplitter - class org.umber.core.text.splitters.RegexpSplitter.
Text splitter which identifies delimiters according to a regular expression.
RegexpSplitter(String, boolean) - Constructor for class org.umber.core.text.splitters.RegexpSplitter
Creates a new instance of MultilineSplitter.
RegionMap - interface org.umber.crucible.old.templates.RegionMap.
Base interface for defining flow regions in a Section.
RegistryException - exception org.umber.catalan.process.workers.RegistryException.
An exception for WorkerRegistry problems.
RegistryException(String) - Constructor for class org.umber.catalan.process.workers.RegistryException
Creates a new instance of RegistryException.
RegistryException(String, Throwable) - Constructor for class org.umber.catalan.process.workers.RegistryException
Creates a new instance of RegistryException.
RegularExpressionFactory - class org.umber.core.regexp.RegularExpressionFactory.
A factory for instantiating different implementations of the IRegularExpression interface.
RegularExpressionJava14 - class org.umber.core.regexp.RegularExpressionJava14.
Regular expression parser that wraps the Java 1.4 java.util.regex package.
RegularExpressionJava14() - Constructor for class org.umber.core.regexp.RegularExpressionJava14
 
RegularExpressionORO - class org.umber.core.regexp.RegularExpressionORO.
Implementation of IRegularExpression API using the Jakarta ORO library.
RegularExpressionORO() - Constructor for class org.umber.core.regexp.RegularExpressionORO
 
Relation - class org.umber.crucible.old.layout.Relation.
A constraints-based relationship between two LayoutArea objects.
Relation(LayoutArea, int, int) - Constructor for class org.umber.crucible.old.layout.Relation
Creates a new instance of Relation.
Relation(LayoutArea, int, int, int) - Constructor for class org.umber.crucible.old.layout.Relation
Creates a new instance of Relation
Relation.Above - class org.umber.crucible.old.layout.Relation.Above.
Convenience class to constrain an area that must remain vertically above the previous area in the layout.
Relation.Above(LayoutArea, int, int) - Constructor for class org.umber.crucible.old.layout.Relation.Above
Creates a new instance of Above, essentially a convenience wrapper around the base Relation class with simpler parameters and distinct type (for easier checking with instanceof).
Relation.Above(LayoutArea, int, int, int) - Constructor for class org.umber.crucible.old.layout.Relation.Above
Creates a new instance of Above, essentially a convenience wrapper around the base Relation class with simpler parameters and distinct type (for easier checking with instanceof).
Relation.Below - class org.umber.crucible.old.layout.Relation.Below.
Convenience class to constrain an area that must remain vertically below the previous area in the layout.
Relation.Below(LayoutArea, int, int) - Constructor for class org.umber.crucible.old.layout.Relation.Below
Creates a new instance of Below, essentially a convenience wrapper around the base Relation class with simpler parameters and distinct type (for easier checking with instanceof).
Relation.Below(LayoutArea, int, int, int) - Constructor for class org.umber.crucible.old.layout.Relation.Below
Creates a new instance of Below, essentially a convenience wrapper around the base Relation class with simpler parameters and distinct type (for easier checking with instanceof).
Relation.Indent - class org.umber.crucible.old.layout.Relation.Indent.
Convenience class to constrain an area that must remain indented to the right of the previous area in the layout (leftward indentation can be achieved with a negative distance).
Relation.Indent(LayoutArea, int, int) - Constructor for class org.umber.crucible.old.layout.Relation.Indent
Creates a new instance of Above, essentially a convenience wrapper around the base Relation class with simpler parameters and distinct type (for easier checking with instanceof).
RenameProcessor - class org.umber.catalan.transform.xform.RenameProcessor.
A Datum-only NodeProcessor for renaming XML content.
RenameProcessor(Datum) - Constructor for class org.umber.catalan.transform.xform.RenameProcessor
Creates a new instance of RenameProcessor from the XML spec.
RenameProcessor(String, String, String) - Constructor for class org.umber.catalan.transform.xform.RenameProcessor
Creates a new instance of RenameProcessor.
RenderOutputBase - class org.umber.crucible.render.RenderOutputBase.
Base implementation of IRenderOutput.
RenderOutputBase() - Constructor for class org.umber.crucible.render.RenderOutputBase
 
RenderTemplate - class org.umber.crucible.old.templates.RenderTemplate.
Base class for all rendering templates.
RenderTemplate() - Constructor for class org.umber.crucible.old.templates.RenderTemplate
Creates a new instance of RenderTemplate using the default LayoutEngine.
RenderTemplate(String) - Constructor for class org.umber.crucible.old.templates.RenderTemplate
Creates a new instance of RenderTemplate using the requested LayoutEngine.
RenderTemplate(LayoutEngine) - Constructor for class org.umber.crucible.old.templates.RenderTemplate
Creates a new instance of RenderTemplate using the given LayoutEngine.
Renderer - class org.umber.crucible.old.renderers.Renderer.
Abstract base class for rendering Page objects into a final output format.
Renderer() - Constructor for class org.umber.crucible.old.renderers.Renderer
 
ReplaceCommand - class org.umber.catalan.process.workers.text.ReplaceCommand.
Implementation of "replace" command.
ReplaceCommand() - Constructor for class org.umber.catalan.process.workers.text.ReplaceCommand
Creates a new instance of ReplaceCommand.
ResolveCommand - class org.umber.catalan.process.workers.text.ResolveCommand.
Implementation of "resolve" command.
ResolveCommand() - Constructor for class org.umber.catalan.process.workers.text.ResolveCommand
Creates a new instance of ResolveCommand.
ResourceLoader - class org.umber.core.util.ResourceLoader.
Convenience class to help loading Java resources.
ResourceLoader() - Constructor for class org.umber.core.util.ResourceLoader
 
read() - Method in class org.umber.bellows.loader.DatumReader
Reads one character at a time, until the end of the current XML document.
read(char[], int, int) - Method in class org.umber.bellows.loader.DatumReader
 
readHtml() - Method in class org.umber.bellows.loader.HtmlReader
Reads an HTML document from the input Reader and converts it into a Datum tree.
readXml() - Method in class org.umber.bellows.loader.DatumReader
Reads an XML document from the input Reader and converts it into a Datum tree.
rejectArea(LayoutArea) - Method in class org.umber.crucible.old.layout.LayoutContext
Puts the area into the reject pile, to be deferred to the next page.
remove() - Method in class org.umber.crucible.content.VisibleIterator
 
removeAlert(Alert) - Method in class org.umber.catalan.process.queue.AlertQueue
Removes the alert from the queue.
removeChildren(int) - Method in class org.umber.bellows.ListDatum
Removes the child at the given index.
removeChildren(Datum) - Method in class org.umber.bellows.ListDatum
Removes the given child.
removeClient(UmberSocketServer.ClientConnection) - Method in class org.umber.core.io.UmberSocketServer
Closes up socket and input stream for the client connection, and removes it from the pool.
removeEntry(PdfName) - Method in class org.umber.crucible.grail.model.objects.PdfDictionary
 
removeFont(String) - Method in class org.umber.crucible.grail.model.PdfFontMap
 
removeOutOfBounds(ILayoutArea[], Rectangle) - Method in class org.umber.crucible.render.DefaultRenderHelper
 
removeOutOfBounds(ILayoutArea[], Rectangle) - Method in interface org.umber.crucible.render.IRenderHelper
 
removeProperty(String) - Method in class org.umber.crucible.old.layout.Book
Delete all traces of the named property
renameQueue(String, String) - Method in class org.umber.catalan.process.queue.QueueManager
Renames the queue to the given name.
render(Book) - Method in class org.umber.crucible.old.renderers.Renderer
Renders an entire Book, pulling all data from the Book's Page array.
render(Page[]) - Method in interface org.umber.crucible.render.IRenderOutput
 
render(Page[]) - Method in class org.umber.crucible.render.RenderOutputBase
 
renderArea(LayoutArea) - Method in class org.umber.crucible.old.renderers.Renderer
Renders a single LayoutArea object within the current Page.
renderArea(LayoutArea) - Method in class org.umber.crucible.old.renderers.TextRenderer
Renders a single LayoutArea within the current Page.
renderPage(Book, int) - Method in class org.umber.crucible.old.renderers.Renderer
Renders a single page of a book.
renderSection(Section, Book) - Method in class org.umber.crucible.old.templates.RenderTemplate
Converts a section of the document into Page objects, using the data in the Book as an input source.
renderShapeArea(LayoutShape) - Method in class org.umber.crucible.old.renderers.PdfRenderer
Renders a single LayoutShape within the current Page.
renderShapeArea(LayoutShape) - Method in class org.umber.crucible.old.renderers.Renderer
Renders a single LayoutShape area within the current Page.
renderShapeArea(LayoutShape) - Method in class org.umber.crucible.old.renderers.TextRenderer
Renders a single LayoutShape within the current Page.
renderTextArea(LayoutText) - Method in class org.umber.crucible.old.renderers.PdfRenderer
Renders a single LayoutText within the current Page.
renderTextArea(LayoutText) - Method in class org.umber.crucible.old.renderers.Renderer
Renders a single LayoutText area within the current Page.
renderTextArea(LayoutText) - Method in class org.umber.crucible.old.renderers.TextRenderer
Renders a single LayoutText within the current Page.
renderToString() - Method in class org.umber.crucible.render.AsciiRenderOutput
 
reset() - Method in class org.umber.catalan.process.workers.xml.DirectiveStack
Initializes the stack to its initial state.
reset() - Method in class org.umber.catalan.transform.xml.DirectiveStack
Initializes the stack to its initial state.
reset() - Method in class org.umber.core.parse.GenericParser
Resets the parser to point to the beginning of the current text.
resolve(Datum) - Method in class org.umber.crucible.old.templates.generic.ForEachOp
Runs a Datum XML node through the op and returns a List of LayoutArea objects.
resolve(Datum) - Method in class org.umber.crucible.old.templates.generic.GenericOp
Runs a Datum XML node through the op and returns a List of LayoutArea objects.
resolve(Datum) - Method in class org.umber.crucible.old.templates.generic.GroupOp
Runs a Datum XML node through the op and returns a List of LayoutArea objects.
resolve(Datum) - Method in class org.umber.crucible.old.templates.generic.IfOp
Runs a Datum XML node through the op and returns a List of LayoutArea objects.
resolve(Datum) - Method in class org.umber.crucible.old.templates.generic.ImageOp
Runs a Datum XML node through the op and returns a List of LayoutArea objects.
resolve(Datum) - Method in class org.umber.crucible.old.templates.generic.LiteralOp
Runs a Datum XML node through the op and returns a List of LayoutArea objects.
resolve(Datum) - Method in class org.umber.crucible.old.templates.generic.PaddingOp
Runs a Datum XML node through the op and returns a List of LayoutArea objects.
resolve(Datum) - Method in class org.umber.crucible.old.templates.generic.TableOp
Runs a Datum XML node through the op and returns a List of LayoutArea objects.
resolve(Datum) - Method in class org.umber.crucible.old.templates.generic.TextOp
Runs a Datum XML node through the op and returns a List of LayoutArea objects.
resolveParameter(char, Datum) - Method in class org.umber.crucible.old.templates.generic.GenericOp
Attempts to resolve a parameter against a Datum.
resolvePath(String, Datum) - Method in class org.umber.crucible.old.templates.generic.GenericOp
Attempts to resolve a parameterized query path.
retrieveNextEmail() - Method in class org.umber.core.email.DebugEmailManager
 
retrieveNextEmail() - Method in interface org.umber.core.email.IEmailManager
 
retrieveNextEmail() - Method in class org.umber.core.email.JavaMailEmailManager
 
retrieveNextEmails(int) - Method in class org.umber.core.email.DebugEmailManager
 
retrieveNextEmails(int) - Method in interface org.umber.core.email.IEmailManager
 
retrieveNextEmails(int) - Method in class org.umber.core.email.JavaMailEmailManager
 
run(String[]) - Method in class org.umber.ballast.schema.TemplateRunner
 
run(Datum, String) - Static method in class org.umber.bellows.DatumQuery
Convenience method to invoke one-time queries without having to explicitly instantiate a DatumQuery object.
run() - Method in class org.umber.bellows.DatumQuery
Executes the query, from scratch each time.
run() - Method in class org.umber.catalan.GenericGenerator
Fires off the document generator, given the current input and output file settings and output format.
run() - Method in class org.umber.catalan.commands.BaseForgeCommand
 
run() - Method in interface org.umber.catalan.commands.IForgeCommand
 
run() - Method in class org.umber.catalan.forge.Forge
Connects to all current queues, then cycles through them until all queues are empty (i.e., return null from getNextCommand()).
run(ICommandFilter) - Method in class org.umber.catalan.forge.Forge
 
run() - Method in class org.umber.catalan.forge.XmlStyleConverter
Reads all XML from input and rewrites it to output using new naming style.
run(CommandContext) - Method in interface org.umber.catalan.process.commands.ICommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.html.JavaToHtmlCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.html.XmlToHtmlCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.io.ExportCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.io.ExportJavaCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.io.ImportCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.javabean.BeanToXmlCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.javabean.XmlToBeanCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.partition.PartitionSplitCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.ChangeCaseCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.ConcatenateCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.ExtractCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.FromAsciiCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.MatchBracesCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.NormalizeCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.RegexpFilterCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.ReplaceCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.ResolveCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.SplitCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.StripCommentsCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.TextToXmlCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.ToAsciiCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.text.TokenizeCommand
Invokes this command against the given workspace with the given runtime properties.
run(CommandContext) - Method in class org.umber.catalan.process.workers.xml.BaseQueryCommand
Invokes this command against the given workspace with the given runtime properties.
runCommand() - Method in class org.umber.catalan.commands.BaseForgeCommand
 
runCommand() - Method in class org.umber.catalan.commands.BellowsCommand
 
runCommand() - Method in class org.umber.catalan.commands.CompositeCommand
 
runCommand() - Method in class org.umber.catalan.commands.CrucibleCommand
 
runCommand() - Method in class org.umber.catalan.commands.JasperCommand
 
runCommand() - Method in class org.umber.catalan.commands.PipelineCommand
 
runCommand() - Method in class org.umber.catalan.commands.TextCommand
 
runCommand() - Method in class org.umber.catalan.commands.VelocityCommand
 
runCommand() - Method in class org.umber.catalan.commands.XsltCommand
 
runQuery(String) - Method in class org.umber.bellows.DatumBrowser
Deprecated. Executes the query.
runQuery(String) - Method in class org.umber.bellows.query.QueryCache
Executes the query.
runQuery(String, Datum) - Method in class org.umber.crucible.old.templates.generic.GenericOp
Performs a query on the supplied Datum tree, resolving parameterized variables and managing absolute and relative paths.

S

SAXLoader - class org.umber.bellows.loader.SAXLoader.
Generic loader for arbitrary XML formats.
SAXLoader() - Constructor for class org.umber.bellows.loader.SAXLoader
Creates a new instance of SAXLoader
SAXLoader(String) - Constructor for class org.umber.bellows.loader.SAXLoader
Creates a new instance of SAXLoader with a custom parser.
SENTENCE - Static variable in class org.umber.core.text.filters.CaseFilter
Case style for capitalizing the first letter of every sentence.
SIMPLE_FLOW_ENGINE - Static variable in class org.umber.crucible.old.layout.LayoutFactory
The factory name for the SimpleFlowLayout engine.
STDOUT_LOGGER - Static variable in class org.umber.core.logging.LogFactory
 
STYLE_ENUM - Static variable in interface org.umber.crucible.old.layout.style.FontStyle
Enumeration of font styles; uses constants from Style
SUN_LOGGER - Static variable in class org.umber.core.logging.LogFactory
 
SchemaCardinality - class org.umber.bellows.schema.SchemaCardinality.
Definition of the cardinality of child elements within a schema node.
SchemaCardinality(ISchemaNode) - Constructor for class org.umber.bellows.schema.SchemaCardinality
 
SchemaCardinality(ISchemaNode, boolean, boolean, boolean) - Constructor for class org.umber.bellows.schema.SchemaCardinality
 
SchemaGenerator - class org.umber.ballast.schema.SchemaGenerator.
Generator to render a schema into arbitrary formats, according to a Velocity template.
SchemaGenerator(BellowsSchema) - Constructor for class org.umber.ballast.schema.SchemaGenerator
 
SchemaJavaGenerator - class org.umber.ballast.schema.SchemaJavaGenerator.
Generator to convert a BellowsSchema into JavaBeans, one Java source file per schema element node.
SchemaJavaGenerator(BellowsSchema) - Constructor for class org.umber.ballast.schema.SchemaJavaGenerator
 
SchemaJavaGenerator.WrappedAttribute - class org.umber.ballast.schema.SchemaJavaGenerator.WrappedAttribute.
Emulates an ISchemaAttribute object, with all String parameters modified to return a PropertyName, for friendlier use in Velocity.
SchemaJavaGenerator.WrappedAttribute(ISchemaAttribute) - Constructor for class org.umber.ballast.schema.SchemaJavaGenerator.WrappedAttribute
 
SchemaValidator - class org.umber.bellows.schema.SchemaValidator.
General purpose XML validator.
SchemaValidator() - Constructor for class org.umber.bellows.schema.SchemaValidator
 
Section - class org.umber.crucible.old.templates.Section.
A single section of a larger document.
Section(RegionMap, Datum[], Datum[]) - Constructor for class org.umber.crucible.old.templates.Section
Creates a new instance of Section.
SectionTagger - class org.umber.crucible.docgen.SectionTagger.
Implementation of "tag" command.
SectionTagger() - Constructor for class org.umber.crucible.docgen.SectionTagger
 
Shape - class org.umber.crucible.layout.Shape.
Geometric description of a layout area.
Shape() - Constructor for class org.umber.crucible.layout.Shape
 
SimpleFlowLayout - class org.umber.crucible.old.layout.SimpleFlowLayout.
Very simple layout engine which flows all LayoutArea objects down and to the right.
SimpleFlowLayout() - Constructor for class org.umber.crucible.old.layout.SimpleFlowLayout
 
SimpleWrapper - class org.umber.crucible.layout.SimpleWrapper.
Line wrapper that uses simple character count and whitespace to split lines.
SimpleWrapper(int, boolean) - Constructor for class org.umber.crucible.layout.SimpleWrapper
 
SimpleWrapper(int, boolean, boolean) - Constructor for class org.umber.crucible.layout.SimpleWrapper
 
SingleFileQueue - class org.umber.catalan.queues.SingleFileQueue.
Command queue which pulls commands from files on the file system.
SingleFileQueue() - Constructor for class org.umber.catalan.queues.SingleFileQueue
 
SingleLineCommentStripper - class org.umber.core.text.filters.SingleLineCommentStripper.
Text filter which removes single-line comments from the input text document.
SingleLineCommentStripper(String) - Constructor for class org.umber.core.text.filters.SingleLineCommentStripper
Creates a new instance of SingleLineCommentStripper.
SocketPersister - class org.umber.catalan.persisters.SocketPersister.
Streams processor output to a socket.
SocketPersister(String, int) - Constructor for class org.umber.catalan.persisters.SocketPersister
 
SocketQueue - class org.umber.catalan.queues.SocketQueue.
Command queue which pulls commands serially from a socket connection.
SocketQueue(int) - Constructor for class org.umber.catalan.queues.SocketQueue
Creates a new instance of SocketQueue.
SocketQueue(int, int, int) - Constructor for class org.umber.catalan.queues.SocketQueue
Creates a new instance of SocketQueue with socket timeouts.
SplitCommand - class org.umber.catalan.process.workers.text.SplitCommand.
Implementation of "split" command.
SplitCommand() - Constructor for class org.umber.catalan.process.workers.text.SplitCommand
Creates a new instance of SplitCommand.
SqlProcessor - class org.umber.catalan.transform.text.SqlProcessor.
Catalan processor for converting SQL DDL specifications into JavaBean objects.
SqlProcessor(Datum) - Constructor for class org.umber.catalan.transform.text.SqlProcessor
Creates a new instance of VelocityProcessor from the XML spec.
SqlProperties - class org.umber.catalan.process.workers.sql.SqlProperties.
Specialized properties container for SqlWorker.
SqlProperties(IWorkProperties) - Constructor for class org.umber.catalan.process.workers.sql.SqlProperties
Creates a new instance of SqlProperties.
SqlTable - class org.umber.catalan.process.workers.sql.SqlTable.
Simple data holder for SQL table info.
SqlTable() - Constructor for class org.umber.catalan.process.workers.sql.SqlTable
Creates a new instance of SqlTable.
SqlTable - class org.umber.catalan.transform.text.SqlTable.
Simple data holder for SQL table info.
SqlTable() - Constructor for class org.umber.catalan.transform.text.SqlTable
Creates a new instance of SqlTable.
SqlTable.Field - class org.umber.catalan.transform.text.SqlTable.Field.
A single field in an SQL table.
SqlTable.Field() - Constructor for class org.umber.catalan.transform.text.SqlTable.Field
Creates a new instance of Field.
SqlTable.Field(boolean, Map) - Constructor for class org.umber.catalan.transform.text.SqlTable.Field
Creates a new instance of Field with the specified primitive types policy.
SqlWorker - class org.umber.catalan.process.workers.sql.SqlWorker.
IWorker implementation which provides support for reading data from and writing data to an SQL database.
SqlWorker() - Constructor for class org.umber.catalan.process.workers.sql.SqlWorker
Creates a new instance of SqlWorker.
StdoutLog - class org.umber.core.logging.StdoutLog.
 
StdoutLog(String) - Constructor for class org.umber.core.logging.StdoutLog
 
StreamQueue - class org.umber.catalan.queues.StreamQueue.
Queue which loads commands from a single InputStream and writes the processed results to a single OutputStream.
StreamQueue(InputStream, OutputStream) - Constructor for class org.umber.catalan.queues.StreamQueue
Creates a new instance of DirectoryPollQueue.
StripCommentsCommand - class org.umber.catalan.process.workers.text.StripCommentsCommand.
Implementation of "strip-comments" command.
StripCommentsCommand() - Constructor for class org.umber.catalan.process.workers.text.StripCommentsCommand
Creates a new instance of StripCommentsCommand.
StyleChain - class org.umber.crucible.old.layout.style.StyleChain.
Style aggregator.
StyleChain() - Constructor for class org.umber.crucible.old.layout.style.StyleChain
Creates a new empty instance of StyleChain.
StyleChain(StyleChain) - Constructor for class org.umber.crucible.old.layout.style.StyleChain
Creates a new instance of StyleChain using the copy as a template.
StyleMap - interface org.umber.crucible.old.layout.style.StyleMap.
Central access point for all layout styles.
StyleProcessor - class org.umber.catalan.transform.xform.StyleProcessor.
A Datum-only NodeProcessor for changing the formatting style of XML element names and attributes.
StyleProcessor(Datum) - Constructor for class org.umber.catalan.transform.xform.StyleProcessor
Creates a new instance of StyleProcessor from the XML spec.
StyleProcessor(String, PropertyName.PropertyStyle, Boolean) - Constructor for class org.umber.catalan.transform.xform.StyleProcessor
Creates a new instance of StyleProcessor.
StyledText - class org.umber.crucible.old.layout.StyledText.
A lightweight container for styled text.
StyledText() - Constructor for class org.umber.crucible.old.layout.StyledText
Creates a new default instance of StyledText.
StyledText(String) - Constructor for class org.umber.crucible.old.layout.StyledText
Creates a new instance of StyledText with the given unstyled text.
StyledText(TextStyle) - Constructor for class org.umber.crucible.old.layout.StyledText
Creates a new instance of StyledText with the given style.
StyledText(String, TextStyle) - Constructor for class org.umber.crucible.old.layout.StyledText
Creates a new instance of StyledText with the given text and style.
StyledText.Span - class org.umber.crucible.old.layout.StyledText.Span.
A single homogeneous span of markup style.
StyledText.Span(int, int, Markup[]) - Constructor for class org.umber.crucible.old.layout.StyledText.Span
Creates a new instance of Span.
SunLog - class org.umber.core.logging.SunLog.
Implements an Umber ILog class for java.util.logging API.
SunLog(String) - Constructor for class org.umber.core.logging.SunLog
 
safeToWrite() - Method in class org.umber.crucible.render.RenderOutputBase
 
savePdf(IPdfDocument, OutputStream) - Method in class org.umber.crucible.grail.GrailWriter
 
savePdf(IPdfDocument, OutputStream) - Method in class org.umber.crucible.pdf.PdfWriter
 
selectAll() - Method in class org.umber.catalan.process.queue.NodeSelection
Adds a constraint to select all nodes.
selectEvens() - Method in class org.umber.catalan.process.queue.NodeSelection
Adds a constraint to select all even nodes.
selectIndexes(List) - Method in class org.umber.catalan.process.queue.NodeSelection
Runs the selection constraints against the given nodes.
selectOdds() - Method in class org.umber.catalan.process.queue.NodeSelection
Adds a constraint to select all odd nodes.
sendEmail(UmberEmail) - Method in class org.umber.core.email.DebugEmailManager
 
sendEmail(UmberEmail) - Method in interface org.umber.core.email.IEmailManager
 
sendEmail(UmberEmail) - Method in class org.umber.core.email.JavaMailEmailManager
 
sendResult(CommandResult) - Method in interface org.umber.catalan.queues.ICommandQueue
 
sendResult(CommandResult) - Method in class org.umber.catalan.queues.ReaderQueue
 
sendResult(CommandResult) - Method in class org.umber.catalan.queues.StreamQueue
 
sendResult(CommandResult) - Method in class org.umber.catalan.queues.XmlFileQueue
 
setAreas(int, LayoutArea) - Method in class org.umber.crucible.old.layout.Page
Indexed setter for property areas, the layout areas associated with this Page.
setAreas(LayoutArea[]) - Method in class org.umber.crucible.old.layout.Page
Setter for property areas, the layout areas associated with this Page.
setAtomic(boolean) - Method in class org.umber.crucible.old.layout.Constraint
Setter for property atomic, whether the area can be split or not.
setAttributeName(String) - Method in class org.umber.bellows.transform.AttributeQueryTransformer
Assigns the name of the source attribute to copy.
setBaseFont(String) - Method in class org.umber.crucible.grail.model.objects.PdfFont
 
setBytes(byte[]) - Method in class org.umber.crucible.grail.model.objects.PdfStream
 
setCanonical(boolean) - Method in class org.umber.bellows.loader.XmlFormat
Determines whether or not to create a canonical XML document.
setCatalog(String) - Method in class org.umber.ballast.metadata.TableMetadata
 
setCatalog(PdfCatalog) - Method in class org.umber.crucible.grail.model.PdfDocument
 
setCc(String) - Method in class org.umber.core.email.UmberEmail
 
setCell(int, int, Datum) - Method in class org.umber.bellows.TableDatum
Assigns the Datum object to the given cell location.
setCheckCondition(String) - Method in class org.umber.catalan.process.workers.sql.Field
Assigns the CHECK condition for this field.
setCheckCondition(String) - Method in class org.umber.catalan.process.workers.sql.SqlTable
Assigns the table-level CHECK condition.
setCheckCondition(String) - Method in class org.umber.catalan.transform.text.SqlTable.Field
Assigns the CHECK condition for this field.
setCheckCondition(String) - Method in class org.umber.catalan.transform.text.SqlTable
Assigns the table-level CHECK condition.
setChildCommands(IForgeCommand[]) - Method in class org.umber.catalan.commands.CompositeCommand
 
setChildren(Datum[]) - Method in class org.umber.bellows.ListDatum
Setter for property children.
setChildren(int, Datum) - Method in class org.umber.bellows.ListDatum
Indexed setter for property children.
setChildren(SchemaCardinality[]) - Method in class org.umber.bellows.schema.SchemaCardinality
 
setChildren(int, LayoutArea) - Method in class org.umber.crucible.old.layout.LayoutArea
Indexed setter for property children, the child layout areas.
setChildren(LayoutArea[]) - Method in class org.umber.crucible.old.layout.LayoutArea
Setter for property children, the child layout areas.
setChildren(int, LayoutArea) - Method in class org.umber.crucible.old.layout.LayoutGroup
Indexed setter for property children, the child layout areas.
setChildren(LayoutArea[]) - Method in class org.umber.crucible.old.layout.LayoutGroup
Setter for property children, the child layout areas.
setClipRegion(Rectangle) - Method in class org.umber.crucible.render.RenderOutputBase
 
setCollapse(boolean) - Method in class org.umber.bellows.loader.XmlFormat
Determines whether or not to collapse empty elements.
setCollectionAllowed(boolean) - Method in class org.umber.bellows.javabean.BeanToXmlFilter
Assigns the policy for finding properties inside Collections.
setColumns(ColumnMetadata[]) - Method in class org.umber.ballast.metadata.IndexMetadata
 
setColumns(ColumnMetadata[]) - Method in class org.umber.ballast.metadata.TableMetadata
 
setConfig(String) - Method in class org.umber.ballast.util.BallastAntTask.JdbcToBean
 
setContent(Object) - Method in class org.umber.core.email.UmberEmail
 
setContent(Object[]) - Method in class org.umber.core.email.UmberEmail
 
setContents(IContent[]) - Method in class org.umber.crucible.content.ContentSection
 
setContents(PdfStream[]) - Method in class org.umber.crucible.grail.model.objects.PdfPage
 
setCount(int) - Method in class org.umber.crucible.grail.model.objects.PdfPages
 
setCurrentPage(int) - Method in class org.umber.crucible.old.templates.RenderTemplate
Sets the current page index
setCurrentPageNumber(int) - Method in class org.umber.crucible.old.layout.Book
Sets the current page number in this Book.
setCurrentRegion(Shape) - Method in class org.umber.crucible.old.layout.AbstractLayoutEngine
Assigns a clipping region for the current rendering context.
setCurrentRegion(Rectangle) - Method in class org.umber.crucible.old.layout.LayoutContext
Caches the current rendering region in the LayoutContext.
setCurrentRegion(Shape) - Method in interface org.umber.crucible.old.layout.LayoutEngine
Assigns a clipping region for the current rendering context.
setDatabaseUrl(String) - Method in class org.umber.ballast.config.JdbcConfig
 
setDdl(String) - Method in class org.umber.catalan.process.workers.sql.SqlTable
Sets the original SQL DDL for the table.
setDdl(String) - Method in class org.umber.catalan.transform.text.SqlTable
Sets the original SQL DDL for the table.
setDebug(boolean) - Static method in class org.umber.core.email.EmailFactory
Sets email debug mode.
setDefaultFilter(IContentFilter) - Method in class org.umber.crucible.content.ContentSection
 
setDefaultFont(PdfFont) - Method in class org.umber.crucible.grail.model.PdfDocument
 
setDefaultFont(PdfFont) - Method in interface org.umber.crucible.pdf.IPdfDocument
 
setDefaultFont(PdfFont) - Method in class org.umber.crucible.pdf.cached.CachedPdfDocument
 
setDefaultProperties(IWorkProperties) - Method in class org.umber.catalan.process.workers.BaseJob
Initializes IWorker with default properties.
setDefaultProperties(IWorkProperties) - Method in class org.umber.catalan.process.workers.BaseWorker
Initializes IWorker with default properties.
setDefaultProperties(IWorkProperties) - Method in interface org.umber.catalan.process.workers.IWorker
Initializes IWorker with default properties.
setDefaultSize(Dimension) - Static method in class org.umber.crucible.old.layout.Constraint
Sets the default size for the preferred property.
setDefaultValue(String) - Method in class org.umber.catalan.process.workers.sql.Field
Assigns the default value for this field.
setDefaultValue(String) - Method in class org.umber.catalan.transform.text.SqlTable.Field
Assigns the default value for this field.
setDeleteSource(boolean) - Method in class org.umber.bellows.transform.QueryTransformer
Determines if each source node is deleted from the tree after it is processed.
setDesc(String) - Method in class org.umber.catalan.process.workers.WorkMetadata
Assigns description metadata for the associated object.
setDestinationQuery(String) - Method in class org.umber.bellows.transform.DeleteTransformer
Assigns the Bellows Query for selecting parent nodes for the transformation results.
setDestinationQuery(String) - Method in class org.umber.bellows.transform.QueryTransformer
Assigns the Bellows Query for selecting parent nodes for the transformation results.
setDictionary(PdfDictionary) - Method in class org.umber.crucible.grail.model.objects.PdfStream
 
setDigits(int) - Method in class org.umber.ballast.metadata.ColumnMetadata
 
setDistance(int) - Method in class org.umber.crucible.old.layout.Relation
Setter for property distance, a scalar measure to use with comparisons.
setDocumentLocator(Locator) - Method in class org.umber.bellows.loader.SAXLoader
Receives a Locator for describing the current document position.
setDocumentName(String) - Method in class org.umber.bellows.loader.TextReader
Sets the element name of the top level root element.
setDriverClass(String) - Method in class org.umber.ballast.config.JdbcConfig
 
setDtd(String) - Method in class org.umber.ballast.util.BallastAntTask.DtdToBean
 
setDtd(String) - Method in class org.umber.ballast.util.BallastAntTask.DtdToFile
 
setEmailProperties(Map) - Method in class org.umber.core.email.BaseEmailManager
 
setEmailProperties(Map) - Method in interface org.umber.core.email.IEmailManager
 
setEncodePcdata(boolean) - Method in class org.umber.bellows.loader.XmlFormat
Determines whether to encode all PCDATA with XML entities, e.g., "&lt;" instead of "<".
setEncoding(String) - Method in class org.umber.bellows.loader.DocumentInfo
Assigns the XML encoding used in the source XML document.
setEncrypt(PdfEncryptInfo) - Method in class org.umber.crucible.grail.model.PdfTrailer
 
setEnd(int) - Method in class org.umber.crucible.old.layout.Markup
Setter for property end, the index of the last text character in the style span.
setEndToken(String) - Method in class org.umber.catalan.transform.text.VariableTextReplacer
Assigns the token used to end a variable.
setError(Datum) - Method in class org.umber.bellows.schema.BellowsSchemaException
 
setExtents(Rectangle) - Method in class org.umber.crucible.old.layout.LayoutArea
Setter for property extents, the actual extents for this area.
setFields(Field[]) - Method in class org.umber.catalan.process.workers.sql.SqlTable
Assigns all fields in this table.
setFields(SqlTable.Field[]) - Method in class org.umber.catalan.transform.text.SqlTable
Assigns all fields in this table.
setFlowAreas(ILayoutArea[]) - Method in class org.umber.crucible.layout.Page
 
setFont(PdfFontMap) - Method in class org.umber.crucible.grail.model.objects.PdfResource
 
setForeignKeys(ColumnMetadata[]) - Method in class org.umber.ballast.metadata.TableMetadata
 
setForeignKeys(Field[]) - Method in class org.umber.catalan.process.workers.sql.SqlTable
Assigns an array of all foreign key fields in this table.
setForeignKeys(SqlTable.Field[]) - Method in class org.umber.catalan.transform.text.SqlTable
Assigns an array of all foreign key fields in this table.
setFormat(XmlFormat) - Method in class org.umber.bellows.loader.DatumWriter
Assigns a new XML format preferences object.
setFormat(String) - Method in class org.umber.catalan.GenericGenerator
Sets the rendering format: "PDF", "TEXT", or "HTML".
setFrom(String) - Method in class org.umber.core.email.UmberEmail
 
setHeader(String) - Method in class org.umber.crucible.grail.model.PdfHeader
 
setHeaders(int, Datum) - Method in class org.umber.bellows.TableDatum
Indexed setter for property headers.
setHeaders(Datum[]) - Method in class org.umber.bellows.TableDatum
Setter for property headers.
setHeight(int) - Method in class org.umber.crucible.old.layout.LayoutArea
Setter for property height, the final calculated height to render this area.
setHibernate(HibernateConfig[]) - Method in class org.umber.ballast.config.BallastConfig
 
setHint(String) - Method in class org.umber.crucible.old.layout.LayoutArea
Setter for property hint, an optional field for descriptive info.
setIncludeDelimiters(boolean) - Method in class org.umber.catalan.transform.text.TokenSplitter
Sets the policy for including delimiters in the output.
setIncludeNotations(boolean) - Method in class org.umber.bellows.loader.XmlFormat
Determines whether to include XML NOTATION content or not (for example, <!NOTATION>).
setIncludePI(boolean) - Method in class org.umber.bellows.loader.XmlFormat
Determines whether to include XML processing instruction content or not (for example, <?pi data?>).
setIndent(int) - Method in class org.umber.bellows.loader.XmlFormat
Assigns the number of spaces to indent each level of XML in the final output.
setIndexes(IndexMetadata[]) - Method in class org.umber.ballast.metadata.TableMetadata
 
setInfo(PdfInfo) - Method in class org.umber.crucible.grail.model.PdfTrailer
 
setInputFiles(String[]) - Method in class org.umber.catalan.GenericGenerator
Sets the array of input file paths.
setInsets(Insets) - Method in class org.umber.crucible.old.layout.Page
Setter for property insets, the unwritable margins for this Page.
setJavaPackage(String) - Method in class org.umber.ballast.config.HibernateConfig
 
setJavaPkTemplate(String) - Method in class org.umber.ballast.config.HibernateConfig
 
setJavaPkg(String) - Method in class org.umber.ballast.util.BallastAntTask.DtdToBean
 
setJavaTemplate(String) - Method in class org.umber.ballast.config.HibernateConfig
 
setJdbc(JdbcConfig) - Method in class org.umber.ballast.config.BallastConfig
 
setKids(PdfPageNode[]) - Method in class org.umber.crucible.grail.model.objects.PdfPages
 
setLayout(LayoutEngine) - Method in class org.umber.crucible.old.templates.RenderTemplate
Assigns a LayoutEngine to this template.
setLineName(String) - Method in class org.umber.bellows.loader.TextReader
Sets the element name of the line element.
setLogClass(String) - Static method in class org.umber.core.logging.LogFactory
Assigns a new implementation of ILog to use for all getLog() invocations.
setMargin(Rectangle) - Method in class org.umber.crucible.template.TemplateBase
 
setMatch(boolean) - Method in class org.umber.bellows.query.ElementFilter
Modifies the match mode.
setMediaBox(PdfRectangle) - Method in class org.umber.crucible.grail.model.objects.PdfPageNode
 
setName(String) - Method in class org.umber.ballast.metadata.ColumnMetadata
 
setName(String) - Method in class org.umber.ballast.metadata.IndexMetadata
 
setName(String) - Method in class org.umber.ballast.metadata.TableMetadata
 
setName(String) - Method in class org.umber.catalan.process.workers.WorkMetadata
Assigns name metadata for the associated object.
setName(String) - Method in class org.umber.catalan.process.workers.sql.Field
Assigns the name of this field.
setName(String) - Method in class org.umber.catalan.process.workers.sql.SqlTable
Sets the table name.
setName(String) - Method in class org.umber.catalan.transform.text.SqlTable.Field
Assigns the name of this field.
setName(String) - Method in class org.umber.catalan.transform.text.SqlTable
Sets the table name.
setName(String) - Method in class org.umber.crucible.grail.model.objects.PdfFont
 
setName(String) - Method in class org.umber.crucible.pdf.PdfFont
 
setNames(String[]) - Method in class org.umber.bellows.query.ElementFilter
Assigns the array of node names to filter against.
setNamespace(String) - Method in class org.umber.bellows.Datum
Setter for property namespace, the name of the namespace for the Datum as a whole.
setNode(ISchemaNode) - Method in class org.umber.bellows.schema.SchemaCardinality
 
setNormalizeTokens(String[]) - Method in class org.umber.catalan.transform.text.Normalizer
Assigns a new set of tokens to normalize.
setNotations(Datum[]) - Method in class org.umber.bellows.loader.DocumentInfo
Assigns the NOTATION declarations for this document.
setNotationsEnabled(boolean) - Method in class org.umber.bellows.loader.SAXLoader
Changes the current policy for handling XML NOTATIONs.
setNullable(boolean) - Method in class org.umber.ballast.metadata.ColumnMetadata
 
setNullable(boolean) - Method in class org.umber.catalan.process.workers.sql.Field
Assigns the nullability of this field.
setNullable(boolean) - Method in class org.umber.catalan.transform.text.SqlTable.Field
Assigns the nullability of this field.
setOptional(OptionalPropertyInfo[]) - Method in class org.umber.catalan.process.workers.WorkMetadata
Assigns metadata for all optional properties for the associated object.
setOptionalProperties(OptionalPropertyInfo[]) - Method in class org.umber.catalan.process.workers.BaseMetadataHolder
Assigns metadata for all optional properties in this command.
setOptionalProperties(OptionalPropertyInfo[]) - Method in class org.umber.catalan.process.workers.DefaultWorkerInfo
Assigns metadata for all optional properties in this worker.
setOutDir(String) - Method in class org.umber.ballast.util.BallastAntTask.DtdToBean
 
setOutDir(String) - Method in class org.umber.ballast.util.BallastAntTask.DtdToFile
 
setOuterRegion(Rectangle) - Method in class org.umber.crucible.old.layout.LayoutContext
Caches the top-level layout region in the LayoutContext.
setOutfile(String) - Method in class org.umber.ballast.util.BallastAntTask.DtdToFile
 
setOutputDir(String) - Method in class org.umber.ballast.config.BallastConfig
 
setOutputFile(String) - Method in class org.umber.catalan.GenericGenerator
Sets the output file path.
setOutputStream(OutputStream) - Method in class org.umber.crucible.old.renderers.PdfRenderer
Sets a new OutputStream to render the next PDF file to.
setPadding(String) - Method in class org.umber.catalan.transform.text.ToAsciiConverter
Assigns a custom padding string to use as a cycling overlay to all padded ('x') spans.
setPadding(String) - Method in class org.umber.core.text.AsciiFieldManager
Assigns a new custom padding specification.
setPageBreak(String) - Method in class org.umber.bellows.loader.TextReader
Sets the page break separator text.
setPageName(String) - Method in class org.umber.bellows.loader.TextReader
Sets the element name of the page element.
setPageSize(Dimension) - Method in class org.umber.crucible.layout.Page
 
setPages(PdfPages) - Method in class org.umber.crucible.grail.model.objects.PdfCatalog
 
setParent(Datum) - Method in class org.umber.bellows.Datum
Setter for property parent.
setParent(Datum) - Method in class org.umber.bellows.validate.TypesafeDatum
Setter for property parent.
setParent(PdfPages) - Method in class org.umber.crucible.grail.model.objects.PdfPageNode
 
setPassword(String) - Method in class org.umber.ballast.config.JdbcConfig
 
setPiAfterRoot(Datum[]) - Method in class org.umber.bellows.loader.DocumentInfo
Assigns all XML processing instructions that occur after the end of the root XML element.
setPiBeforeRoot(Datum[]) - Method in class org.umber.bellows.loader.DocumentInfo
Assigns all XML processing instructions that occur before the start of the root XML element.
setPosition(int) - Method in class org.umber.bellows.transform.AttributeQueryTransformer
Determines which child index position in each destination node to insert the source node.
setPosition(Rectangle) - Method in interface org.umber.crucible.layout.ILayoutArea
 
setPosition(Rectangle) - Method in class org.umber.crucible.layout.LayoutAreaBase
 
setPreferNative(boolean) - Static method in class org.umber.core.regexp.RegularExpressionFactory
Optional override to check for the Java 1.4 regular expression parser before ORO.
setPrev(int) - Method in class org.umber.crucible.grail.model.PdfTrailer
 
setPrimaryKeys(ColumnMetadata[]) - Method in class org.umber.ballast.metadata.TableMetadata
 
setPrimaryKeys(Field[]) - Method in class org.umber.catalan.process.workers.sql.SqlTable
Assigns an array of all primary key fields in this table.
setPrimaryKeys(SqlTable.Field[]) - Method in class org.umber.catalan.transform.text.SqlTable
Assigns an array of all primary key fields in this table.
setProcSet(PdfOperator[]) - Method in class org.umber.crucible.grail.model.objects.PdfResource
 
setProcessingInstructionsEnabled(boolean) - Method in class org.umber.bellows.loader.SAXLoader
Changes the current policy for handling XML processing instructions.
setPropertiesFile(String) - Method in class org.umber.ballast.config.JdbcConfig
Loads JDBC properties from the given properties file.
setProperty(String, Object) - Method in class org.umber.bellows.Datum
Assigns a value to the stated property.
setProperty(String, Object, String) - Method in class org.umber.bellows.Datum
Assigns a value to the stated property in the given namespace.
setProperty(String, Object) - Method in class org.umber.bellows.validate.TypesafeDatum
Assigns a value to the stated property.
setProperty(String, Object, String) - Method in class org.umber.bellows.validate.TypesafeDatum
Assigns a value to the stated property in the given namespace.
setProperty(String, Object) - Method in class org.umber.crucible.old.layout.Book
Assigns a value to a generic property.
setQueueFile(File) - Method in class org.umber.catalan.queues.SingleFileQueue
Assigns a new queue file.
setRelations(int, Relation) - Method in class org.umber.crucible.old.layout.Constraint
Indexed setter for property relations.
setRelations(Relation[]) - Method in class org.umber.crucible.old.layout.Constraint
Setter for property relations.
setRemarks(String) - Method in class org.umber.ballast.metadata.TableMetadata
 
setRenderer(Renderer) - Method in class org.umber.catalan.GenericGenerator
Assigns the Renderer to use for creating the final output.
setReplaceCount(int) - Method in class org.umber.catalan.transform.text.TextReplacer
Assigns the maximum number of times per node that the processor will replace text.
setRequired(PropertyInfo[]) - Method in class org.umber.catalan.process.workers.WorkMetadata
Assigns metadata for all required properties for the associated object .
setRequiredProperties(PropertyInfo[]) - Method in class org.umber.catalan.process.workers.BaseMetadataHolder
Assigns metadata for all required properties in this command.
setRequiredProperties(PropertyInfo[]) - Method in class org.umber.catalan.process.workers.DefaultWorkerInfo
Assigns metadata for all required properties in this worker.
setResolver(String) - Method in class org.umber.catalan.transform.text.Normalizer
Assigns the text that the processor substitutes for normalized text.
setResources(PdfResource) - Method in class org.umber.crucible.grail.model.objects.PdfPage
 
setResources(PdfResource) - Method in class org.umber.crucible.grail.model.objects.PdfPageNode
 
setRoot(ISchemaNode) - Method in class org.umber.bellows.schema.BellowsSchema
 
setRoot(Datum) - Method in class org.umber.bellows.schema.BellowsSchemaException
 
setSchema(String) - Method in class org.umber.ballast.metadata.TableMetadata
 
setSections(ContentSection[]) - Method in class org.umber.crucible.content.ContentTree
 
setShowCaller(boolean) - Static method in class org.umber.core.logging.SunLog
 
setSize(int) - Method in class org.umber.ballast.metadata.ColumnMetadata
 
setSize(int) - Method in class org.umber.crucible.grail.model.PdfTrailer
 
setSize(int) - Method in class org.umber.crucible.pdf.PdfFont
 
setSkipPropNames(String[]) - Method in class org.umber.bellows.javabean.BeanToXmlFilter
Assigns an array of JavaBean property names to exclude from XML.
setSkipTypes(Class[]) - Method in class org.umber.bellows.javabean.BeanToXmlFilter
Assigns an array of property types to exclude from XML.
setSourceQuery(String) - Method in class org.umber.bellows.transform.QueryTransformer
Assigns the Bellows Query for selecting child nodes to pass into the transformer.
setSqlType(String) - Method in class org.umber.catalan.process.workers.sql.Field
Assigns the SQL data type for this field.
setSqlType(String) - Method in class org.umber.catalan.transform.text.SqlTable.Field
Assigns the SQL data type for this field.
setSrc(String) - Method in class org.umber.crucible.util.UserGuideAntTask
Sets the user guide source file.
setStandalone(boolean) - Method in class org.umber.bellows.loader.DocumentInfo
Assigns the value of the XML standalone parameter.
setStart(int) - Method in class org.umber.crucible.old.layout.Markup
Setter for property start, the index of the first text character in the style span.
setStartToken(String) - Method in class org.umber.catalan.transform.text.VariableTextReplacer
Assigns the token used to start a variable.
setStaticAreas(ILayoutArea[]) - Method in class org.umber.crucible.layout.Page
 
setStrictWhitespace(boolean) - Method in class org.umber.bellows.loader.SAXLoader
Sets the current strict whitespace policy.
setStyle(FontStyle) - Method in class org.umber.crucible.old.layout.Markup
Setter for property style, the font for this markup section.
setStyle(int) - Method in class org.umber.crucible.pdf.PdfFont
 
setStyledText(StyledText) - Method in class org.umber.crucible.old.layout.LayoutText
Setter for property styledText, the multi-style text content of this area.
setSubType(String) - Method in class org.umber.crucible.grail.model.objects.PdfFont
 
setSubject(String) - Method in class org.umber.core.email.UmberEmail
 
setSwallowUndefined(boolean) - Method in class org.umber.catalan.transform.text.VariableTextReplacer
Determines the behavior for processing variables that aren't defined in lookup map.
setTableName(String) - Method in class org.umber.ballast.metadata.IndexMetadata
 
setTables(String[]) - Method in class org.umber.ballast.config.HibernateConfig
 
setTemplate(String) - Method in class org.umber.ballast.util.BallastAntTask.DtdToBean
 
setTemplate(String) - Method in class org.umber.ballast.util.BallastAntTask.DtdToFile
 
setTemplateFile(String) - Method in class org.umber.catalan.GenericGenerator
Sets the file path for the template file.
setTerminalPriority(AlertPriority) - Method in class org.umber.catalan.process.workers.BaseWorker
Assigns the AlertPriority level at which this IWorker will throw an exception.
setText(String) - Method in class org.umber.crucible.content.TextContent
 
setText(String) - Method in class org.umber.crucible.old.layout.LayoutText
Setter for property text, the raw text content of this area.
setTo(String) - Method in class org.umber.core.email.UmberEmail
 
setTransform(String) - Method in class org.umber.catalan.util.TransformTask
Sets the file name of the Transform XML file.
setType(String) - Method in class org.umber.ballast.metadata.ColumnMetadata
 
setType(String) - Method in class org.umber.ballast.metadata.TableMetadata
 
setType(String) - Method in class org.umber.bellows.Datum
Setter for property type, the name of the type for the Datum and its contents, similar to a class name.
setType(String) - Method in class org.umber.bellows.validate.TypesafeDatum
Setter for property type, the name of the type for the Datum and its contents, similar to a class name.
setTypeMapper(String) - Method in class org.umber.ballast.config.BallastConfig
 
setUnicodeCheckEnabled(boolean) - Method in class org.umber.bellows.loader.SAXLoader
Changes the current Unicode content checking policy.
setUnique(boolean) - Method in class org.umber.ballast.metadata.IndexMetadata
 
setUnique(boolean) - Method in class org.umber.catalan.process.workers.sql.Field
Assigns unique nature of field in its table.
setUnique(boolean) - Method in class org.umber.catalan.transform.text.SqlTable.Field
Assigns unique nature of field in its table.
setUsername(String) - Method in class org.umber.ballast.config.JdbcConfig
 
setValidate(boolean) - Method in class org.umber.bellows.loader.SAXLoader
Enables or disables the SAX XML validation mode.
setValue(PdfObject[]) - Method in class org.umber.crucible.grail.model.objects.PdfArray
 
setValue(boolean) - Method in class org.umber.crucible.grail.model.objects.PdfBoolean
 
setValue(Number) - Method in class org.umber.crucible.grail.model.objects.PdfNumber
 
setValue(String) - Method in class org.umber.crucible.grail.model.objects.PdfString
 
setVersion(double) - Method in class org.umber.crucible.grail.model.PdfDocument
 
setVersion(double) - Method in class org.umber.crucible.pdf.cached.CachedPdfDocument
 
setVisible(boolean) - Method in class org.umber.crucible.content.TextContent
 
setVisible(boolean) - Method in class org.umber.crucible.layout.LayoutAreaBase
 
setWidth(int) - Method in class org.umber.crucible.old.layout.LayoutArea
Setter for property width, the final calculated width to render this area.
setWrappedLines(String[]) - Method in class org.umber.crucible.layout.TextLayoutArea
 
setWriter(Writer) - Method in class org.umber.crucible.old.renderers.TextRenderer
Sets the output for the DTD content.
setX(int) - Method in class org.umber.crucible.old.layout.LayoutArea
Setter for property x, the final calculated x-axis origin to render this area.
setX1(int) - Method in class org.umber.crucible.grail.model.PdfRectangle
 
setX2(int) - Method in class org.umber.crucible.grail.model.PdfRectangle
 
setXmlTemplate(String) - Method in class org.umber.ballast.config.HibernateConfig
 
setXmlVersion(String) - Method in class org.umber.bellows.loader.DocumentInfo
Assigns the original document's XML version.
setY(int) - Method in class org.umber.crucible.old.layout.LayoutArea
Setter for property y, the final calculated y-axis origin to render this area.
setY1(int) - Method in class org.umber.crucible.grail.model.PdfRectangle
 
setY2(int) - Method in class org.umber.crucible.grail.model.PdfRectangle
 
shouldProcess(Object) - Method in class org.umber.bellows.query.AttributeFilter
Determines if the given object should be processed during the traversal.
shouldProcess(Object) - Method in class org.umber.bellows.query.ElementFilter
Determines if the given object should be processed during the traversal.
shouldProcess(Object) - Method in class org.umber.bellows.query.ErrorFilter
 
shouldProcess(Object) - Method in class org.umber.bellows.query.IndexFilter
Determines if the given object should be processed during the traversal.
shouldProcess(Object) - Method in class org.umber.bellows.query.QueryProcessor
Determines if the given object should be processed during the traversal.
shouldProcess(Object) - Method in class org.umber.bellows.query.RangeFilter
Determines if the given object should be processed during the traversal.
shouldUseMime(Object[]) - Method in class org.umber.core.email.JavaMailEmailManager
Determines if the email content should be loaded as MIME content.
sortAreas(LayoutArea[]) - Method in class org.umber.crucible.old.templates.RenderTemplate
Rearranges the LayoutArea objects in a more linear order, gathering keep-with areas together and shuffling to make the layout more efficient.
sortAreas(ILayoutArea[]) - Method in class org.umber.crucible.render.DefaultRenderHelper
 
sortAreas(ILayoutArea[]) - Method in interface org.umber.crucible.render.IRenderHelper
 
splitPages(ILayoutArea[], Rectangle) - Method in class org.umber.crucible.render.DefaultRenderHelper
 
splitPages(ILayoutArea[], Rectangle) - Method in interface org.umber.crucible.render.IRenderHelper
 
splitText(String) - Method in class org.umber.core.text.splitters.BraceMatchSplitter
Extracts fragments of text from the input text document.
splitText(String) - Method in interface org.umber.core.text.splitters.ITextSplitter
Extracts fragments of text from the input text document.
splitText(String) - Method in class org.umber.core.text.splitters.LineSplitter
Extracts fragments of text from the input text document.
splitText(String) - Method in class org.umber.core.text.splitters.ParagraphSplitter
Extracts fragments of text from the input text document.
splitText(String) - Method in class org.umber.core.text.splitters.RegexpExtractor
Extracts fragments of text from the input text document.
splitText(String) - Method in class org.umber.core.text.splitters.RegexpSplitter
Extracts fragments of text from the input text document.
splitText(String) - Method in class org.umber.core.text.splitters.TokenSplitter
Extracts fragments of text from the input text document.
start(List) - Method in class org.umber.bellows.query.IndexFilter
Starts a new traversal.
start(List) - Method in class org.umber.bellows.query.QueryProcessor
Starts a new traversal.
start(List) - Method in class org.umber.bellows.query.RangeFilter
Starts a new traversal.
start(List) - Method in class org.umber.bellows.query.VerticalFilter
Starts a new traversal.
start(List) - Method in interface org.umber.bellows.traverse.INodeProcessor
Starts a new traversal.
start(List) - Method in class org.umber.catalan.transform.BaseNodeProcessor
Starts a new traversal.
start(List) - Method in class org.umber.catalan.transform.external.VelocityProcessor
Starts a new traversal.
start(List) - Method in class org.umber.catalan.transform.io.DebugProcessor
Starts a new traversal.
start(List) - Method in class org.umber.catalan.transform.io.ExportProcessor
Starts a new traversal.
start(List) - Method in class org.umber.catalan.transform.text.Concatenator
Starts a new traversal.
start(List) - Method in class org.umber.catalan.transform.xform.CopyProcessor
Starts a new traversal.
start(List) - Method in class org.umber.catalan.transform.xform.InsertProcessor
Starts a new traversal.
start(List) - Method in class org.umber.catalan.transform.xform.MoveProcessor
Starts a new traversal.
start(List) - Method in class org.umber.catalan.transform.xml.ObjectToDatum
Starts a new traversal.
start() - Method in class org.umber.core.io.UmberSocketServer
Starts up the socket polling subsystem.
start(int) - Method in interface org.umber.core.regexp.IRegularExpression
Retrieves the beginning offset of the matched group text, relative to the start of the full matched text (i.e., group zero).
start(int) - Method in class org.umber.core.regexp.RegularExpressionJava14
Retrieves the beginning offset of the matched group text, relative to the start of the full matched text (i.e., group zero).
start(int) - Method in class org.umber.core.regexp.RegularExpressionORO
Retrieves the beginning offset of the matched group text, relative to the start of the full matched text (i.e., group zero).
startBook(Book) - Method in class org.umber.crucible.old.renderers.PdfRenderer
Performs any special initialization that the Renderer must do at the very beginning of the rendering process.
startBook(Book) - Method in class org.umber.crucible.old.renderers.Renderer
Performs any special initialization that the Renderer must do at the very beginning of the rendering process.
startCDATA() - Method in class org.umber.bellows.loader.SAXLoader
Report the start of a CDATA section.
startDTD(String, String, String) - Method in class org.umber.bellows.loader.SAXLoader
Report the start of DTD declarations, if any.
startDocument() - Method in class org.umber.bellows.loader.SAXLoader
Receive SAX notification of the beginning of the document.
startDocument() - Method in class org.umber.crucible.render.AsciiRenderOutput
 
startDocument() - Method in interface org.umber.crucible.render.IRenderOutput
 
startDocument() - Method in class org.umber.crucible.render.RenderOutputBase
 
startElement(String, String, String, Attributes) - Method in class org.umber.bellows.loader.SAXLoader
SAX callback for starting a new XML element.
startEntity(String) - Method in class org.umber.bellows.loader.SAXLoader
Report the beginning of some internal and external XML entities.
startPage(Page) - Method in class org.umber.crucible.old.renderers.PdfRenderer
Performs any special initialization that the Renderer must do before every Page.
startPage(Page) - Method in class org.umber.crucible.old.renderers.Renderer
Performs any special initialization that the Renderer must do before every Page.
startPage(Dimension) - Method in class org.umber.crucible.render.AsciiRenderOutput
 
startPage(Dimension) - Method in interface org.umber.crucible.render.IRenderOutput
 
startPage(Dimension) - Method in class org.umber.crucible.render.RenderOutputBase
 
startPrefixMapping(String, String) - Method in class org.umber.bellows.loader.SAXLoader
Begins the scope of a prefix-URI Namespace mapping.
stop() - Method in class org.umber.core.io.UmberSocketServer
Shuts down the socket polling subsystem, disconnecting any live clients.
storeText(Object, String) - Method in class org.umber.catalan.process.workers.text.BaseTextCommand
Assigns the text to the node.
stringWidth(String) - Method in class org.umber.crucible.old.layout.style.FontStyleMetrics
Estimates the width of the given string if rendered in this style.

T

TAGSOUP_READER - Static variable in class org.umber.bellows.loader.HtmlReader
The fully qualified class for the TagSoup HTML Reader
TEXT - Static variable in class org.umber.crucible.grail.model.PdfOperator
 
TITLE - Static variable in class org.umber.core.text.filters.CaseFilter
Case style for capitalizing the first letter of every word.
TITLE_TYPE - Static variable in class org.umber.crucible.content.TextContent
 
TRACE - Static variable in class org.umber.core.logging.BaseLog
 
TRAILING_ATTRACTOR_EDGE_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Relate to trailing edge in attractor
TRAILING_SATELLITE_EDGE_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Relate to trailing edge in satellite
TableContent - class org.umber.crucible.content.TableContent.
Content representing a table of data.
TableContent() - Constructor for class org.umber.crucible.content.TableContent
 
TableDatum - class org.umber.bellows.TableDatum.
A complex Datum representing a two-dimensional array of child Datum objects.
TableDatum() - Constructor for class org.umber.bellows.TableDatum
Creates a new instance of TableDatum with no type.
TableDatum(String) - Constructor for class org.umber.bellows.TableDatum
Creates a new instance of TableDatum with given type.
TableDatum(String, String) - Constructor for class org.umber.bellows.TableDatum
Creates a new instance of TableDatum with given type and id.
TableMetadata - class org.umber.ballast.metadata.TableMetadata.
Simple JavaBean for JDBC table metadata.
TableMetadata() - Constructor for class org.umber.ballast.metadata.TableMetadata
 
TableOfContents - class org.umber.crucible.layout.TableOfContents.
Configuration for an optional table of contents.
TableOfContents() - Constructor for class org.umber.crucible.layout.TableOfContents
 
TableOp - class org.umber.crucible.old.templates.generic.TableOp.
A template op wrapper for <table>.
TableOp(Datum, StyleMap) - Constructor for class org.umber.crucible.old.templates.generic.TableOp
Creates a new instance of TableOp.
TableOp(Datum, StyleMap, StyleChain) - Constructor for class org.umber.crucible.old.templates.generic.TableOp
Creates a new instance of TableOp with an optional StyleChain fallback.
TagProcessor - class org.umber.catalan.transform.xform.TagProcessor.
A Datum-only NodeProcessor for recursively adding attribute tags to sets of sibling elements.
TagProcessor(Datum) - Constructor for class org.umber.catalan.transform.xform.TagProcessor
Creates a new instance of TagProcessor from the XML spec.
TagProcessor(String, String[], String, String, int) - Constructor for class org.umber.catalan.transform.xform.TagProcessor
Creates a new instance of TagProcessor.
TemplateBase - class org.umber.crucible.template.TemplateBase.
Base implementation of ITemplate.
TemplateBase(Dimension) - Constructor for class org.umber.crucible.template.TemplateBase
 
TemplateRunner - class org.umber.ballast.schema.TemplateRunner.
Command-line application to generate files from DTD schema definitions, using Velocity templates.
TemplateRunner() - Constructor for class org.umber.ballast.schema.TemplateRunner
 
TestXmlLoader - class org.umber.TestXmlLoader.
Convenience class for loading XML testing content as Datum objects.
TestXmlLoader(String) - Constructor for class org.umber.TestXmlLoader
Creates a new instance of TestXmlLoader
TextCommand - class org.umber.catalan.commands.TextCommand.
Forge command to run data through generic text processing.
TextCommand(ICommandQueue, String, String, Map) - Constructor for class org.umber.catalan.commands.TextCommand
 
TextContent - class org.umber.crucible.content.TextContent.
Content with a single text string.
TextLayoutArea - class org.umber.crucible.layout.TextLayoutArea.
Layout area that wraps an ITextContent object.
TextLayoutArea(ITextContent) - Constructor for class org.umber.crucible.layout.TextLayoutArea
 
TextLayoutArea(String) - Constructor for class org.umber.crucible.layout.TextLayoutArea
 
TextOp - class org.umber.crucible.old.templates.generic.TextOp.
A template op describing a run of renderable text.
TextOp(Datum, StyleMap) - Constructor for class org.umber.crucible.old.templates.generic.TextOp
Creates a new instance of TextOp.
TextOp(Datum, StyleMap, StyleChain) - Constructor for class org.umber.crucible.old.templates.generic.TextOp
Creates a new instance of TextOp with an optional StyleChain fallback.
TextProcessor - class org.umber.catalan.transform.text.TextProcessor.
The shared base class for all Catalan ASCII text processors.
TextProcessor() - Constructor for class org.umber.catalan.transform.text.TextProcessor
Creates a new instance of TextProcessor.
TextProperties - class org.umber.catalan.process.workers.text.TextProperties.
Specialized properties container for TextWorker.
TextProperties(IWorkProperties) - Constructor for class org.umber.catalan.process.workers.text.TextProperties
Creates a new instance of TextProperties.
TextReader - class org.umber.bellows.loader.TextReader.
DataLoader for flat ASCII text files.
TextReader(Reader) - Constructor for class org.umber.bellows.loader.TextReader
Creates a new instance of TextReader.
TextRenderer - class org.umber.crucible.old.renderers.TextRenderer.
Generates a collection of ASCII text files from one or more Page objects created by a RenderTemplate class.
TextRenderer() - Constructor for class org.umber.crucible.old.renderers.TextRenderer
 
TextReplacer - class org.umber.catalan.transform.text.TextReplacer.
A text processor which performs a simple search and replace action.
TextReplacer(Datum) - Constructor for class org.umber.catalan.transform.text.TextReplacer
Creates a new instance of TextReplacer from the XML spec.
TextReplacer(String, String) - Constructor for class org.umber.catalan.transform.text.TextReplacer
Creates a new instance of TextReplacer.
TextReplacer - class org.umber.core.text.filters.TextReplacer.
Text filter which substitutes one static text string for another.
TextReplacer(String, String) - Constructor for class org.umber.core.text.filters.TextReplacer
Creates a new instance of TextReplacer.
TextReplacer(String, String, int) - Constructor for class org.umber.core.text.filters.TextReplacer
Creates a new instance of TextReplacer with a maximum iteration count.
TextResolver - class org.umber.core.text.filters.TextResolver.
Text filter which performs variable lookup and substitution from a Map of values.
TextResolver(Map, boolean) - Constructor for class org.umber.core.text.filters.TextResolver
Creates a new instance of TextResolver with default token delimiters "${" and "}".
TextResolver(Map, String, String, boolean) - Constructor for class org.umber.core.text.filters.TextResolver
Creates a new instance of TextResolver with static start and end token delimiters.
TextResolver(Map, String, boolean) - Constructor for class org.umber.core.text.filters.TextResolver
Creates a new instance of TextResolver with static start and end token delimiters.
TextStyle - interface org.umber.crucible.old.layout.style.TextStyle.
The size and alignment info for a block of text.
TextToLattice - class org.umber.catalan.transform.xml.TextToLattice.
A conversion processor which turns simple ASCII text documents into Lattice XML documents.
TextToLattice(Datum) - Constructor for class org.umber.catalan.transform.xml.TextToLattice
Creates a new instance of TextToLattice from the XML spec.
TextToLattice(boolean) - Constructor for class org.umber.catalan.transform.xml.TextToLattice
Creates a new instance of TextToLattice.
TextToXmlCommand - class org.umber.catalan.process.workers.text.TextToXmlCommand.
Implementation of "text-to-xml" command.
TextToXmlCommand() - Constructor for class org.umber.catalan.process.workers.text.TextToXmlCommand
Creates a new instance of TextToXmlCommand.
TextWorker - class org.umber.catalan.process.workers.text.TextWorker.
IWorker implementation which provides support for manipulating text.
TextWorker() - Constructor for class org.umber.catalan.process.workers.text.TextWorker
 
ToAsciiCommand - class org.umber.catalan.process.workers.text.ToAsciiCommand.
Implementation of "to-ascii" command.
ToAsciiCommand() - Constructor for class org.umber.catalan.process.workers.text.ToAsciiCommand
Creates a new instance of ToAsciiCommand.
ToAsciiConverter - class org.umber.catalan.transform.text.ToAsciiConverter.
A packed ASCII field processor which explodes a packed ASCII data node into a collection of Java objects, or vice versa.
ToAsciiConverter(Datum) - Constructor for class org.umber.catalan.transform.text.ToAsciiConverter
Creates a new instance of ToAsciiConverter from the XML spec.
ToAsciiConverter(String) - Constructor for class org.umber.catalan.transform.text.ToAsciiConverter
Creates a new instance of AsciiConverter.
ToAttributeProcessor - class org.umber.catalan.transform.xform.ToAttributeProcessor.
A Datum-only NodeProcessor for converting element content into attribute content.
ToAttributeProcessor(Datum) - Constructor for class org.umber.catalan.transform.xform.ToAttributeProcessor
Creates a new instance of ToAttributeProcessor from the XML spec.
ToAttributeProcessor(String, String) - Constructor for class org.umber.catalan.transform.xform.ToAttributeProcessor
Creates a new instance of ToAttributeProcessor.
ToElementProcessor - class org.umber.catalan.transform.xform.ToElementProcessor.
A Datum-only NodeProcessor for converting attributes into element content.
ToElementProcessor(Datum) - Constructor for class org.umber.catalan.transform.xform.ToElementProcessor
Creates a new instance of ToElementProcessor from the XML spec.
ToElementProcessor(String, String, int, String) - Constructor for class org.umber.catalan.transform.xform.ToElementProcessor
Creates a new instance of ToElementProcessor.
TokenSplitter - class org.umber.catalan.transform.text.TokenSplitter.
A text processor which breaks apart its String contents into smaller parts, based on its own parameters.
TokenSplitter(Datum) - Constructor for class org.umber.catalan.transform.text.TokenSplitter
Creates a new instance of TokenSplitter from the XML spec.
TokenSplitter(String[]) - Constructor for class org.umber.catalan.transform.text.TokenSplitter
Creates a new instance of TokenSplitter.
TokenSplitter - class org.umber.core.text.splitters.TokenSplitter.
Text splitter which splits documents each time it encounters a static token.
TokenSplitter(String[], boolean) - Constructor for class org.umber.core.text.splitters.TokenSplitter
Creates a new instance of TokenSplitter.
TokenizeCommand - class org.umber.catalan.process.workers.text.TokenizeCommand.
Implementation of "tokenize" command.
TokenizeCommand() - Constructor for class org.umber.catalan.process.workers.text.TokenizeCommand
Creates a new instance of TokenizeCommand.
TransformTask - class org.umber.catalan.util.TransformTask.
Ant task for running the Transformer front end.
TransformTask() - Constructor for class org.umber.catalan.util.TransformTask
 
TransformTask.Input - class org.umber.catalan.util.TransformTask.Input.
JavaBean to encapsulate <input> element inside <catalan> Ant task.
TransformTask.Input() - Constructor for class org.umber.catalan.util.TransformTask.Input
 
Transformer - class org.umber.catalan.transform.Transformer.
Deprecated.  
Transformer(Datum) - Constructor for class org.umber.catalan.transform.Transformer
Deprecated. Creates a new instance of Transformer.
Transformer(Datum, ProcessorRegistry) - Constructor for class org.umber.catalan.transform.Transformer
Deprecated. Creates a new instance of Transformer with a custom mapping registry.
Traversal - class org.umber.bellows.traverse.Traversal.
Generic dispatcher for iterating over collections of objects, using Filter constraints to determine which objects to process.
Traversal(List) - Constructor for class org.umber.bellows.traverse.Traversal
Creates a new instance of Traversal.
TreeDiff - class org.umber.bellows.util.TreeDiff.
A utility tool for comparing two Datum trees.
TreeDiff(Datum, Datum) - Constructor for class org.umber.bellows.util.TreeDiff
Creates a new instance of TreeDiff.
TypeFilter - class org.umber.catalan.queues.filters.TypeFilter.
Filter to select all commands of a specific type currently in the queue.
TypeFilter(String) - Constructor for class org.umber.catalan.queues.filters.TypeFilter
 
TypeMap - class org.umber.catalan.process.workers.sql.TypeMap.
Encapsulates a mapping between an SQL type and a Java type.
TypeMap(String, String) - Constructor for class org.umber.catalan.process.workers.sql.TypeMap
Creates a new instance of TypeMap.
TypesafeDatum - class org.umber.bellows.validate.TypesafeDatum.
A pass-through decorator to add typesafety control to an existing Datum object.
tag(Datum, String[], String) - Method in class org.umber.crucible.docgen.SectionTagger
 
tag(Datum, String[], String, String, int) - Method in class org.umber.crucible.docgen.SectionTagger
 
toHtml(String) - Method in class org.umber.crucible.docgen.JavaToHtml
Inserts HTML markup into the java text content.
toSqlType(String) - Method in class org.umber.ballast.generator.BaseSqlTypeMapper
Converts an arbitrary type name into an SQL type name.
toSqlType(String) - Method in interface org.umber.ballast.generator.ISqlTypeMapper
Converts an arbitrary type name into an SQL type name.
toString() - Method in class org.umber.ballast.metadata.ColumnMetadata
 
toString() - Method in class org.umber.ballast.metadata.IndexMetadata
 
toString() - Method in class org.umber.ballast.metadata.TableMetadata
 
toString() - Method in class org.umber.ballast.schema.SchemaJavaGenerator.WrappedAttribute
 
toString() - Method in class org.umber.ballast.util.BallastAntTask.DtdToBean
 
toString() - Method in class org.umber.ballast.util.BallastAntTask.DtdToFile
 
toString() - Method in class org.umber.ballast.util.BallastAntTask.JdbcToBean
 
toString() - Method in class org.umber.bellows.Datum
Creates a neatly formatted String version of the Datum object.
toString() - Method in class org.umber.bellows.query.QueryPath
Converts this object into a String object.
toString() - Method in class org.umber.bellows.schema.BellowsBourretSchemaLoader.BourretNode
 
toString() - Method in class org.umber.bellows.schema.BellowsSchema
 
toString() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaAttribute
 
toString() - Method in class org.umber.bellows.schema.BellowsWutkaSchemaLoader.WutkaNode
 
toString() - Method in class org.umber.bellows.schema.SchemaCardinality
 
toString() - Method in class org.umber.catalan.process.ProcessException
Converts object into String form.
toString() - Method in class org.umber.catalan.process.properties.BaseWorkProperties
Converts object to String form.
toString() - Method in class org.umber.catalan.process.properties.ChainedProperties
Converts object to String form.
toString() - Method in class org.umber.catalan.process.queue.Alert
Converts this object into String form.
toString() - Method in class org.umber.catalan.process.queue.AlertPriority
Converts this object into String form.
toString() - Method in class org.umber.catalan.transform.text.FromAsciiConverter
Convert this object to a String value.
toString() - Method in class org.umber.catalan.transform.text.Normalizer
Convert this object to a String value.
toString() - Method in class org.umber.catalan.transform.text.TextReplacer
Convert this object to a String value.
toString() - Method in class org.umber.catalan.transform.text.ToAsciiConverter
Convert this object to a String value.
toString() - Method in class org.umber.catalan.transform.text.TokenSplitter
Convert this object to a String value.
toString() - Method in class org.umber.catalan.transform.text.VariableTextReplacer
Convert this object to a String value.
toString() - Method in class org.umber.catalan.transform.xml.ObjectToDatum
Convert this object to a String value.
toString() - Method in class org.umber.core.UmberException
 
toString() - Method in class org.umber.core.email.UmberEmail
 
toString() - Method in class org.umber.core.io.UmberSocketServer.ClientConnection
 
toString() - Method in class org.umber.core.logging.BaseLog.LogLevel
 
toString() - Method in class org.umber.core.util.PropertyName.PropertyStyle
 
toString() - Method in class org.umber.core.util.PropertyName
Returns a stringified version of this object.
toString() - Method in class org.umber.crucible.content.TextContent
 
toString() - Method in class org.umber.crucible.layout.Coord
 
toString() - Method in class org.umber.crucible.layout.Dimension
 
toString() - Method in class org.umber.crucible.layout.Rectangle
 
toString() - Method in class org.umber.crucible.layout.TextLayoutArea
 
toString() - Method in class org.umber.crucible.old.layout.Constraint
Creates a String representation of this Constraint
toString() - Method in class org.umber.crucible.old.layout.LayoutArea
Converts the area object into String form.
toString() - Method in class org.umber.crucible.old.layout.LayoutGroup
Converts the area object into String form.
toString() - Method in class org.umber.crucible.old.layout.LayoutPadding
Converts the area object into String form.
toString() - Method in class org.umber.crucible.old.layout.LayoutText
Converts the area object into String form.
toString() - Method in class org.umber.crucible.old.layout.Markup
Creates a String version of this object
toString() - Method in class org.umber.crucible.old.layout.Relation
Returns this object as a String
toString() - Method in class org.umber.crucible.old.layout.style.FontStyleMetrics
Returns this object as a String
toString() - Method in class org.umber.crucible.render.AsciiTextGrid
 
toXml() - Method in interface org.umber.bellows.javabean.IXmlExporter
 
toXml() - Method in class org.umber.bellows.javabean.XmlAware
Expresses this javabean as a Bellows Datum tree.
toXml(Datum) - Static method in class org.umber.bellows.loader.DatumWriter
Writes an XML version of the Datum to a String.
toXml(Datum, XmlFormat) - Static method in class org.umber.bellows.loader.DatumWriter
Writes an XML version of the Datum to a String with the given formatting preferences.
toXml(Datum, XmlFormat, Writer) - Static method in class org.umber.bellows.loader.DatumWriter
Writes an XML version of the Datum to the provided Writer with the given preferences.
trace(Object) - Method in class org.umber.core.logging.BaseLog
 
trace(Object, Throwable) - Method in class org.umber.core.logging.BaseLog
 
trace(Object) - Method in class org.umber.core.logging.CommonsLog
 
trace(Object, Throwable) - Method in class org.umber.core.logging.CommonsLog
 
trace(Object) - Method in interface org.umber.core.logging.Log
Logs a message at TRACE level.
trace(Object, Throwable) - Method in interface org.umber.core.logging.Log
Logs a message at TRACE level.
trace(Object) - Method in class org.umber.core.logging.NullLog
 
trace(Object, Throwable) - Method in class org.umber.core.logging.NullLog
 
transform(Datum) - Method in interface org.umber.bellows.IDatumTransformer
Performs a transformation on the given node.
transform(Datum) - Method in class org.umber.bellows.transform.NullTransformer
Performs a transformation on the given node.
transform(Datum) - Method in class org.umber.bellows.transform.PassThroughTransformer
Performs a transformation on the given node.
transform(Datum) - Method in class org.umber.bellows.transform.QueryTransformer
Performs a transformation on the given node.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.CopyProcessor
Performs an in-place transformation on the supplied Datum tree.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.DeleteProcessor
Performs an in-place transformation on the supplied Datum tree.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.InlineProcessor
Performs an in-place transformation on the supplied Datum tree.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.InsertProcessor
Performs an in-place transformation on the supplied Datum tree.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.MoveProcessor
Performs an in-place transformation on the supplied Datum tree.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.RenameProcessor
Performs an in-place transformation on the supplied Datum tree.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.StyleProcessor
Performs an in-place transformation on the supplied Datum tree.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.TagProcessor
Performs an in-place transformation on the supplied Datum tree.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.ToAttributeProcessor
Performs an in-place transformation on the supplied Datum tree.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.ToElementProcessor
Performs an in-place transformation on the supplied Datum tree.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.WrapProcessor
Performs an in-place transformation on the supplied Datum tree.
transformNode(Datum, Datum) - Method in class org.umber.catalan.transform.xform.XFormProcessor
Performs an in-place transformation on the supplied Datum tree.
traverse(INodeProcessor) - Method in class org.umber.bellows.traverse.Traversal
Traverses all nodes.
trimTrailing(String) - Method in class org.umber.bellows.loader.TextReader
Removes all trailing whitespace from the given String and returns the result.

U

UNIX_LINE_BREAK - Static variable in class org.umber.crucible.render.AsciiRenderOutput
 
UNKNOWN_TYPE - Static variable in class org.umber.catalan.process.workers.partition.PartitionIndexer
PartitionRange type for unrecognized partitions.
UPPER - Static variable in class org.umber.core.text.filters.CaseFilter
Case style for all upper case.
UPPER_HYPHEN_STYLE - Static variable in class org.umber.core.util.PropertyName
Property formatting style for uppercase hyphen-separated names, e.g., MY-PROPERTY
UPPER_UNDERSCORE_STYLE - Static variable in class org.umber.core.util.PropertyName
Property formatting style for uppercase underscore-separated names, e.g., MY_PROPERTY
UmberAntTask - class org.umber.core.ant.UmberAntTask.
Base implementation of Ant tasks with common helper methods.
UmberAntTask() - Constructor for class org.umber.core.ant.UmberAntTask
 
UmberClassException - exception org.umber.core.util.UmberClassException.
Exception for Java Class problems.
UmberClassException(String) - Constructor for class org.umber.core.util.UmberClassException
 
UmberClassException(String, Throwable) - Constructor for class org.umber.core.util.UmberClassException
 
UmberEmail - class org.umber.core.email.UmberEmail.
 
UmberEmail() - Constructor for class org.umber.core.email.UmberEmail
 
UmberEmailException - exception org.umber.core.email.UmberEmailException.
 
UmberEmailException(String) - Constructor for class org.umber.core.email.UmberEmailException
 
UmberEmailException(String, Throwable) - Constructor for class org.umber.core.email.UmberEmailException
 
UmberException - exception org.umber.core.UmberException.
Base exception class for Umber tools API.
UmberException(String) - Constructor for class org.umber.core.UmberException
 
UmberException(String, Throwable) - Constructor for class org.umber.core.UmberException
 
UmberIOException - exception org.umber.core.io.UmberIOException.
 
UmberIOException(String) - Constructor for class org.umber.core.io.UmberIOException
 
UmberIOException(String, Throwable) - Constructor for class org.umber.core.io.UmberIOException
 
UmberLogFormatter - class org.umber.core.util.UmberLogFormatter.
Custom Java 1.4 logging formatter.
UmberLogFormatter() - Constructor for class org.umber.core.util.UmberLogFormatter
 
UmberSocketServer - class org.umber.core.io.UmberSocketServer.
Simple socket server which manages incoming socket connections in a round-robin pool.
UmberSocketServer(int) - Constructor for class org.umber.core.io.UmberSocketServer
Creates a new instance of UmberSocketServer.
UmberSocketServer(int, int, int) - Constructor for class org.umber.core.io.UmberSocketServer
Creates a new instance of UmberSocketServer with socket timeouts.
UmberSocketServer.ClientConnection - class org.umber.core.io.UmberSocketServer.ClientConnection.
A single client socket connection.
UmberSocketServer.ClientConnection(Socket) - Constructor for class org.umber.core.io.UmberSocketServer.ClientConnection
Creates a new instance of ClientConnection.
UserGuideAntTask - class org.umber.crucible.util.UserGuideAntTask.
Ant task for running the Transformer front end.
UserGuideAntTask() - Constructor for class org.umber.crucible.util.UserGuideAntTask
 
UserGuideAntTask.Html - class org.umber.crucible.util.UserGuideAntTask.Html.
 
UserGuideAntTask.Html() - Constructor for class org.umber.crucible.util.UserGuideAntTask.Html
 
UserGuideAntTask.Pdf - class org.umber.crucible.util.UserGuideAntTask.Pdf.
 
UserGuideAntTask.Pdf() - Constructor for class org.umber.crucible.util.UserGuideAntTask.Pdf
 
UserGuideAntTask.Text - class org.umber.crucible.util.UserGuideAntTask.Text.
 
UserGuideAntTask.Text() - Constructor for class org.umber.crucible.util.UserGuideAntTask.Text
 
UserGuideAntTask.Xml - class org.umber.crucible.util.UserGuideAntTask.Xml.
 
UserGuideAntTask.Xml() - Constructor for class org.umber.crucible.util.UserGuideAntTask.Xml
 
unloadBean(Object) - Method in class org.umber.bellows.loader.BeanUnloader
Converts a JavaBean object into a Datum tree.
unparsedEntityDecl(String, String, String, String) - Method in class org.umber.bellows.loader.SAXLoader
Receive notification of an unparsed entity declaration.
usage() - Method in class org.umber.core.util.CommandArgs
 

V

VERTICAL - Static variable in class org.umber.crucible.old.layout.LayoutGroup
Group child areas in a vertical direction
VERTICAL_MASK - Static variable in class org.umber.crucible.old.layout.Relation
Apply relation along vertical axis
ValidationResult - class org.umber.bellows.validate.ValidationResult.
Data holder to encapsulate validation results.
ValidationResult() - Constructor for class org.umber.bellows.validate.ValidationResult
Creates a new default instance of ValidationResult.
ValidationResult(boolean, String[], Datum[]) - Constructor for class org.umber.bellows.validate.ValidationResult
Creates a new instance of ValidationResult with the given parameters.
VariableTextReplacer - class org.umber.catalan.transform.text.VariableTextReplacer.
A text processor which performs dynamic text replacement by looking up specially formatted variables and resolving them against a Map of variable names to text values.
VariableTextReplacer(Datum) - Constructor for class org.umber.catalan.transform.text.VariableTextReplacer
Creates a new instance of VariableTextReplacer from the XML spec.
VariableTextReplacer(Map) - Constructor for class org.umber.catalan.transform.text.VariableTextReplacer
Creates a new instance of VariableTextReplacer.
VelocityCommand - class org.umber.catalan.commands.VelocityCommand.
Forge command to run data through a Velocity template.
VelocityCommand(ICommandQueue, String, String, Map) - Constructor for class org.umber.catalan.commands.VelocityCommand
 
VelocityDatumAdapter - class org.umber.bellows.util.VelocityDatumAdapter.
Simple adapter for exporting both raw Datum tree and DatumQuery support for easy use in Velocity templates.
VelocityDatumAdapter(Datum) - Constructor for class org.umber.bellows.util.VelocityDatumAdapter
Creates a new instance of VelocityDatumAdapter.
VelocityFactory - class org.umber.core.velocity.VelocityFactory.
Instantiator for VelocityRunner.
VelocityProcessor - class org.umber.catalan.transform.external.VelocityProcessor.
An external tools wrapper for processing Velocity template with Catalan.
VelocityProcessor(Datum) - Constructor for class org.umber.catalan.transform.external.VelocityProcessor
Creates a new instance of VelocityProcessor from the XML spec.
VelocityProperties - class org.umber.catalan.process.workers.velocity.VelocityProperties.
Specialized properties container for VelocityWorker.
VelocityProperties(IWorkProperties) - Constructor for class org.umber.catalan.process.workers.velocity.VelocityProperties
Creates a new instance of VelocityProperties.
VelocityRunner - class org.umber.catalan.process.workers.velocity.VelocityRunner.
Helper class to abstract calls to the Velocity API out of the VelocityProcessor class.
VelocityRunner() - Constructor for class org.umber.catalan.process.workers.velocity.VelocityRunner
 
VelocityRunner - class org.umber.catalan.transform.external.VelocityRunner.
Helper class to abstract calls to the Velocity API out of the VelocityProcessor class.
VelocityRunner() - Constructor for class org.umber.catalan.transform.external.VelocityRunner
 
VelocityRunner - class org.umber.core.velocity.VelocityRunner.
Helper class to invoke the Velocity API.
VelocityRunner() - Constructor for class org.umber.core.velocity.VelocityRunner
 
VelocityWorker - class org.umber.catalan.process.workers.velocity.VelocityWorker.
IWorker implementation which provides support for Jakarta Velocity template processing.
VelocityWorker() - Constructor for class org.umber.catalan.process.workers.velocity.VelocityWorker
 
VerticalFilter - class org.umber.bellows.query.VerticalFilter.
A query processor for moving up or down through the Datum child/parent tree.
VerticalFilter(String) - Constructor for class org.umber.bellows.query.VerticalFilter
Creates a new instance of VerticalFilter.
VisibleContentFilter - class org.umber.crucible.content.VisibleContentFilter.
Filter for IVisible state.
VisibleContentFilter() - Constructor for class org.umber.crucible.content.VisibleContentFilter
 
VisibleIterator - class org.umber.crucible.content.VisibleIterator.
Iterator for data elements that are optionally visible.
VisibleIterator(IVisible[]) - Constructor for class org.umber.crucible.content.VisibleIterator
 
validate(BellowsSchema, Datum) - Method in class org.umber.bellows.schema.SchemaValidator
Checks the XML tree against the provided schema and throws an exception if it does not follow the schema.
validate(Datum) - Method in interface org.umber.bellows.validate.IValidator
Validates the input data tree according to the constraints of the validator.
validateParams() - Method in class org.umber.catalan.commands.BaseForgeCommand
 
validateParams() - Method in class org.umber.catalan.commands.BellowsCommand
 
validateParams() - Method in class org.umber.catalan.commands.CrucibleCommand
 
validateParams() - Method in class org.umber.catalan.commands.ForkCommand
 
validateParams() - Method in class org.umber.catalan.commands.JasperCommand
 
validateParams() - Method in class org.umber.catalan.commands.PipelineCommand
 
validateParams() - Method in class org.umber.catalan.commands.TextCommand
 
validateParams() - Method in class org.umber.catalan.commands.VelocityCommand
 
validateParams() - Method in class org.umber.catalan.commands.XsltCommand
 
validateProperties(IWorkProperties, boolean) - Method in class org.umber.catalan.process.workers.BaseMetadataHolder
Validate properties against IWorkMetadata.
validateProperties(IWorkProperties, boolean) - Method in interface org.umber.catalan.process.workers.IMetadataHolder
Validate properties against IWorkMetadata.
validateType(PropertyInfo, String, Object) - Method in class org.umber.catalan.process.workers.BaseMetadataHolder
Make sure property type matches any of the required types.
validateType(PropertyInfo, String, Object) - Method in interface org.umber.catalan.process.workers.IMetadataHolder
Make sure property type matches any of the required types.

W

WARN - Static variable in class org.umber.core.logging.BaseLog
 
WARNING - Static variable in class org.umber.catalan.process.queue.AlertPriority
A WARNING Alert, signalling that the transform encountered a problem, but recovered; results should be valid and complete.
WIN_LINE_BREAK - Static variable in class org.umber.crucible.render.AsciiRenderOutput
 
WRAP_CHARACTER - Static variable in interface org.umber.crucible.old.layout.style.TextStyle
Text should be wrapped at the character boundary
WRAP_ENUM - Static variable in interface org.umber.crucible.old.layout.style.TextStyle
Enumeration of text wrapping
WRAP_LINE - Static variable in interface org.umber.crucible.old.layout.style.TextStyle
Text should be wrapped at the line boundary
WRAP_NEVER - Static variable in interface org.umber.crucible.old.layout.style.TextStyle
Text should not be wrapped at all
WRAP_PHRASE - Static variable in interface org.umber.crucible.old.layout.style.TextStyle
Text should be wrapped at the phrase boundary
WRAP_SENTENCE - Static variable in interface org.umber.crucible.old.layout.style.TextStyle
Text should be wrapped at the sentence boundary
WRAP_WORD - Static variable in interface org.umber.crucible.old.layout.style.TextStyle
Text should be wrapped at the word boundary
WorkMetadata - class org.umber.catalan.process.workers.WorkMetadata.
Wrapper around worker metadata.
WorkMetadata(String, String) - Constructor for class org.umber.catalan.process.workers.WorkMetadata
Creates a new instance of WorkMetadata with no property metadata.
WorkMetadata(String, String, PropertyInfo[], OptionalPropertyInfo[]) - Constructor for class org.umber.catalan.process.workers.WorkMetadata
Creates a new instance of WorkMetadata with property metadata.
WorkProcessor - class org.umber.catalan.process.WorkProcessor.
Top level driver for running worker processes.
WorkProcessor(String[]) - Constructor for class org.umber.catalan.process.WorkProcessor
Creates a new instance of WorkProcessor, using paths to XML versions of the workspace and registry.
WorkProcessor(IWorkspace) - Constructor for class org.umber.catalan.process.WorkProcessor
Creates a new instance of WorkProcessor from instantiated workspace and registry objects.
WorkPropertyException - exception org.umber.catalan.process.properties.WorkPropertyException.
An exception for IWorker initialization problems.
WorkPropertyException(String) - Constructor for class org.umber.catalan.process.properties.WorkPropertyException
Creates a new instance of WorkPropertyException.
WorkPropertyException(String, Throwable) - Constructor for class org.umber.catalan.process.properties.WorkPropertyException
Creates a new instance of WorkPropertyException.
WorkerRegistry - class org.umber.catalan.process.workers.WorkerRegistry.
Container for all instantiated IWorker objects.
WorkerRegistry() - Constructor for class org.umber.catalan.process.workers.WorkerRegistry
Creates a new instance of WorkerRegistry.
WorkspaceException - exception org.umber.catalan.process.workspace.WorkspaceException.
An exception for IWorkspace problems.
WorkspaceException(String) - Constructor for class org.umber.catalan.process.workspace.WorkspaceException
Creates a new instance of WorkspaceException.
WorkspaceException(String, Throwable) - Constructor for class org.umber.catalan.process.workspace.WorkspaceException
Creates a new instance of WorkspaceException.
WrapProcessor - class org.umber.catalan.transform.xform.WrapProcessor.
A Datum-only NodeProcessor for increasing the level of nesting for the queried set of elements.
WrapProcessor(Datum) - Constructor for class org.umber.catalan.transform.xform.WrapProcessor
Creates a new instance of WrapProcessor from the XML spec.
WrapProcessor(String, String) - Constructor for class org.umber.catalan.transform.xform.WrapProcessor
Creates a new instance of WrapProcessor.
warn(Object) - Method in class org.umber.core.logging.BaseLog
 
warn(Object, Throwable) - Method in class org.umber.core.logging.BaseLog
 
warn(Object) - Method in class org.umber.core.logging.CommonsLog
 
warn(Object, Throwable) - Method in class org.umber.core.logging.CommonsLog
 
warn(Object) - Method in interface org.umber.core.logging.Log
Logs a message at WARN level.
warn(Object, Throwable) - Method in interface org.umber.core.logging.Log
Logs a message at WARN level.
warn(Object) - Method in class org.umber.core.logging.NullLog
 
warn(Object, Throwable) - Method in class org.umber.core.logging.NullLog
 
warning(SAXParseException) - Method in class org.umber.bellows.loader.SAXLoader
SAX callback for reporting non-fatal parsing problems.
wrap(String) - Method in interface org.umber.crucible.layout.ILineWrapper
Split the text into an array of one or more text lines, according to an internal algorithm.
wrap(String) - Method in class org.umber.crucible.layout.SimpleWrapper
 
wrapDatum(Datum) - Static method in class org.umber.bellows.validate.TypesafeDatum
Creates a new instance of TypesafeDatum which wraps the Datum with a type safe API extension.
wrapText(int) - Method in class org.umber.crucible.old.layout.StyledText
Performs line-wrapping on the text contents.
wrapText(int, int, int) - Method in class org.umber.crucible.old.layout.StyledText
Performs line-wrapping on the text contents.
writeArea(ILayoutArea) - Method in class org.umber.crucible.render.AsciiRenderOutput
 
writeArea(ILayoutArea) - Method in class org.umber.crucible.render.RenderOutputBase
 
writePdf(OutputStream) - Method in class org.umber.crucible.grail.model.PdfDocument
 
writePdf(OutputStream, boolean) - Method in class org.umber.crucible.grail.model.PdfDocument
 
writePdf(OutputStream) - Method in interface org.umber.crucible.pdf.IPdfDocument
 
writePdf(OutputStream, boolean) - Method in interface org.umber.crucible.pdf.IPdfDocument
 
writePdf(OutputStream) - Method in class org.umber.crucible.pdf.cached.CachedPdfDocument
 
writePdf(OutputStream, boolean) - Method in class org.umber.crucible.pdf.gnujpdf.GnuJpdfDocument
 
writePdf(OutputStream, boolean) - Method in class org.umber.crucible.pdf.itext.ITextDocument
 
writePdf(OutputStream, boolean) - Method in class org.umber.crucible.pdf.pdfbox.PdfBoxDocument
 
writeText(String) - Method in class org.umber.crucible.grail.model.PdfDocument
 
writeText(String, PdfFont) - Method in class org.umber.crucible.grail.model.PdfDocument
 
writeText(String) - Method in interface org.umber.crucible.pdf.IPdfDocument
 
writeText(String, PdfFont) - Method in interface org.umber.crucible.pdf.IPdfDocument
 
writeText(String) - Method in class org.umber.crucible.pdf.cached.CachedPdfDocument
 
writeText(String, PdfFont) - Method in class org.umber.crucible.pdf.cached.CachedPdfDocument
 
writeXml(Datum) - Method in class org.umber.bellows.loader.DatumWriter
Writes an XML document from the input Reader and converts it into a Datum tree.

X

XERCES_READER - Static variable in class org.umber.bellows.loader.SAXLoader
The fully qualified class for the Apache Xerces SAX2 XML Reader
XFormProcessor - class org.umber.catalan.transform.xform.XFormProcessor.
Common base class for all XForm operations.
XFormProcessor(String) - Constructor for class org.umber.catalan.transform.xform.XFormProcessor
Creates a new instance of XFormProcessor.
XmlAware - class org.umber.bellows.javabean.XmlAware.
Base class for application object models that want a deeper integration with Bellows.
XmlAware() - Constructor for class org.umber.bellows.javabean.XmlAware
Creates a new instance of XmlAware with default element naming style and all properties expressed as child elements.
XmlAware(PropertyName.PropertyStyle, boolean) - Constructor for class org.umber.bellows.javabean.XmlAware
Creates a new instance of XmlAware with the given element naming style and property collapse mode.
XmlAware(PropertyName.PropertyStyle, boolean, BeanToXmlFilter) - Constructor for class org.umber.bellows.javabean.XmlAware
Creates a new instance of XmlAware with the given element naming style and property collapse mode.
XmlBuilderWorker - class org.umber.catalan.process.workers.xml.XmlBuilderWorker.
IWorker implementation which provides support for building XML documents from a queue of primitive data objects.
XmlBuilderWorker() - Constructor for class org.umber.catalan.process.workers.xml.XmlBuilderWorker
 
XmlCommandFactory - class org.umber.catalan.commands.XmlCommandFactory.
Loads XML content into IForgeCommand implementations.
XmlCommonProperties - class org.umber.catalan.process.workers.xml.XmlCommonProperties.
Specialized properties container for XmlWorker.
XmlCommonProperties(IWorkProperties) - Constructor for class org.umber.catalan.process.workers.xml.XmlCommonProperties
Creates a new instance of XmlCommonProperties.
XmlCopyCommand - class org.umber.catalan.process.workers.xml.XmlCopyCommand.
Implementation of "copy" command.
XmlCopyCommand() - Constructor for class org.umber.catalan.process.workers.xml.XmlCopyCommand
Creates a new instance of XmlCopyCommand.
XmlExploderCommand - class org.umber.catalan.process.workers.xml.XmlExploderCommand.
Implementation of "exploder" command.
XmlExploderCommand() - Constructor for class org.umber.catalan.process.workers.xml.XmlExploderCommand
Creates a new instance of XmlExploderCommand.
XmlFileQueue - class org.umber.catalan.queues.XmlFileQueue.
 
XmlFileQueue() - Constructor for class org.umber.catalan.queues.XmlFileQueue
 
XmlFormat - class org.umber.bellows.loader.XmlFormat.
Helper class to encapsulate XML formatting preferences.
XmlFormat() - Constructor for class org.umber.bellows.loader.XmlFormat
Creates a new instance of XmlFormat.
XmlFormat(int, boolean, boolean) - Constructor for class org.umber.bellows.loader.XmlFormat
Creates a new instance of XmlFormat with common properties set.
XmlFormat(int, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.umber.bellows.loader.XmlFormat
Creates a new instance of XmlFormat with properties already set.
XmlInlineCommand - class org.umber.catalan.process.workers.xml.XmlInlineCommand.
Implementation of "inline" command.
XmlInlineCommand() - Constructor for class org.umber.catalan.process.workers.xml.XmlInlineCommand
Creates a new instance of XmlInlineCommand.
XmlInsertCommand - class org.umber.catalan.process.workers.xml.XmlInsertCommand.
Implementation of "insert" command.
XmlInsertCommand() - Constructor for class org.umber.catalan.process.workers.xml.XmlInsertCommand
Creates a new instance of XmlInsertCommand.
XmlJob - class org.umber.catalan.process.workers.XmlJob.
A BaseJob based on an XML description of embedded Workers.
XmlJob(Datum, WorkerRegistry) - Constructor for class org.umber.catalan.process.workers.XmlJob
Creates a new instance of XmlJob.
XmlMimeConverter - class org.umber.bellows.util.XmlMimeConverter.
 
XmlMimeConverter() - Constructor for class org.umber.bellows.util.XmlMimeConverter
 
XmlProperties - class org.umber.catalan.process.properties.XmlProperties.
IWorkProperties which exports XML attributes as properties.
XmlProperties(Datum) - Constructor for class org.umber.catalan.process.properties.XmlProperties
Creates a new instance of XmlProperties.
XmlPropertyManager - class org.umber.catalan.process.properties.XmlPropertyManager.
Utility class for converting XML data into the proper Java objects.
XmlPropertyManager() - Constructor for class org.umber.catalan.process.properties.XmlPropertyManager
 
XmlRenameCommand - class org.umber.catalan.process.workers.xml.XmlRenameCommand.
Implementation of "rename" command.
XmlRenameCommand() - Constructor for class org.umber.catalan.process.workers.xml.XmlRenameCommand
Creates a new instance of XmlRenameCommand.
XmlSelectProcessor - class org.umber.catalan.transform.xml.XmlSelectProcessor.
Composite INodeProcessor which can select a subset of the current tree with a Bellows path, and only operate on that subset.
XmlSelectProcessor(Datum, ProcessorRegistry) - Constructor for class org.umber.catalan.transform.xml.XmlSelectProcessor
Creates a new instance of XmlSelectProcessor from the XML spec.
XmlSelectProcessor(INodeProcessor[], String) - Constructor for class org.umber.catalan.transform.xml.XmlSelectProcessor
Creates a new instance of XmlSelectProcessor.
XmlStyleCommand - class org.umber.catalan.process.workers.xml.XmlStyleCommand.
Implementation of "style" command.
XmlStyleCommand() - Constructor for class org.umber.catalan.process.workers.xml.XmlStyleCommand
Creates a new instance of XmlStyleCommand.
XmlStyleConverter - class org.umber.catalan.forge.XmlStyleConverter.
Demonstration of queues that converts XML from the InputStream into the requested naming style and writes it to the OutputStream.
XmlStyleConverter(Reader, Writer, PropertyName.PropertyStyle) - Constructor for class org.umber.catalan.forge.XmlStyleConverter
 
XmlTagCommand - class org.umber.catalan.process.workers.xml.XmlTagCommand.
Implementation of "tag" command.
XmlTagCommand() - Constructor for class org.umber.catalan.process.workers.xml.XmlTagCommand
Creates a new instance of XmlTagCommand.
XmlToAttributeCommand - class org.umber.catalan.process.workers.xml.XmlToAttributeCommand.
Implementation of "to-attribute" command.
XmlToAttributeCommand() - Constructor for class org.umber.catalan.process.workers.xml.XmlToAttributeCommand
Creates a new instance of XmlToAttributeCommand.
XmlToBean - class org.umber.bellows.javabean.XmlToBean.
Helper class to convert Datum trees into a JavaBean object.
XmlToBean() - Constructor for class org.umber.bellows.javabean.XmlToBean
 
XmlToBean - class org.umber.catalan.transform.xml.XmlToBean.
A processor which converts each Datum input node into a JavaBean.
XmlToBean() - Constructor for class org.umber.catalan.transform.xml.XmlToBean
Creates a new instance of BeanToXml.
XmlToBeanCommand - class org.umber.catalan.process.workers.javabean.XmlToBeanCommand.
Implementation of "xml-to-bean" command.
XmlToBeanCommand() - Constructor for class org.umber.catalan.process.workers.javabean.XmlToBeanCommand
Creates a new instance of XmlToBeanCommand.
XmlToElementCommand - class org.umber.catalan.process.workers.xml.XmlToElementCommand.
Implementation of "to-element" command.
XmlToElementCommand() - Constructor for class org.umber.catalan.process.workers.xml.XmlToElementCommand
Creates a new instance of XmlToElementCommand.
XmlToHtml - class org.umber.catalan.transform.xml.XmlToHtml.
Text or XML processor for marking up XML content with HTML formatting.
XmlToHtml() - Constructor for class org.umber.catalan.transform.xml.XmlToHtml
 
XmlToHtml - class org.umber.crucible.docgen.XmlToHtml.
Text or XML processor for marking up XML content with HTML formatting.
XmlToHtml() - Constructor for class org.umber.crucible.docgen.XmlToHtml
 
XmlToHtmlCommand - class org.umber.catalan.process.workers.html.XmlToHtmlCommand.
Command for "xml-to-html".
XmlToHtmlCommand() - Constructor for class org.umber.catalan.process.workers.html.XmlToHtmlCommand
Creates a new instance of XmlToHtmlCommand.
XmlToPdf - class org.umber.crucible.docgen.XmlToPdf.
Converts XML content into a PDF file, according to the layout XML.
XmlToPdf() - Constructor for class org.umber.crucible.docgen.XmlToPdf
 
XmlWorker - class org.umber.catalan.process.workers.xml.XmlWorker.
IWorker implementation which provides support for loading, creating, and modifying XML documents.
XmlWorker() - Constructor for class org.umber.catalan.process.workers.xml.XmlWorker
 
XmlWorkerRegistry - class org.umber.catalan.process.workers.XmlWorkerRegistry.
WorkerRegistry that loads itself from an XML specification.
XmlWorkerRegistry() - Constructor for class org.umber.catalan.process.workers.XmlWorkerRegistry
 
XmlWorkspace - class org.umber.catalan.process.workspace.XmlWorkspace.
IWorkspace backed by an XML document.
XmlWorkspace(String) - Constructor for class org.umber.catalan.process.workspace.XmlWorkspace
Creates a new instance of XmlWorkspace using a path to the XML document.
XmlWorkspace(Datum) - Constructor for class org.umber.catalan.process.workspace.XmlWorkspace
Creates a new instance of XmlWorkspace from the given XML document.
XmlWrapCommand - class org.umber.catalan.process.workers.xml.XmlWrapCommand.
Implementation of "wrap" command.
XmlWrapCommand() - Constructor for class org.umber.catalan.process.workers.xml.XmlWrapCommand
Creates a new instance of XmlWrapCommand.
XsltCommand - class org.umber.catalan.commands.XsltCommand.
Forge command to run data through an XSLT template.
XsltCommand(ICommandQueue, String, String, Map) - Constructor for class org.umber.catalan.commands.XsltCommand
 

Z

ZipManager - class org.umber.core.io.ZipManager.
 
ZipManager() - Constructor for class org.umber.core.io.ZipManager
 

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