Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.sequencer.classfile |
The classes that provide the ability to sequence Java class files into metadata and then write that metadata to a graph in a customizable way.
|
org.modeshape.sequencer.cnd | |
org.modeshape.sequencer.ddl |
The classes that make up the DDL sequencer, which is capable of parsing the more important DDL statements
from SQL-92, Oracle, Derby, and PostgreSQL, and constructing a graph structure containing a structured
representation of these statements.
|
org.modeshape.sequencer.image |
The classes that make up the image sequencer.
|
org.modeshape.sequencer.javafile |
The classes that make up the Java source file sequencer.
|
org.modeshape.sequencer.mp3 |
The classes that make up the MP3 file sequencer.
|
org.modeshape.sequencer.msoffice |
The classes that make up the sequencer of Microsoft Office files.
|
org.modeshape.sequencer.sramp |
The classes that make up the S-RAMP library.
|
org.modeshape.sequencer.text |
The classes that provide the ability to sequence fixed-width and delimited text files.
|
org.modeshape.sequencer.wsdl |
The classes that make up the Web Service Definition Lanaguage (WSDL) 1.1 sequencer.
|
org.modeshape.sequencer.xml |
The classes that make up the XML sequencer.
|
org.modeshape.sequencer.xsd |
The classes that make up the XML Schema Document sequencer.
|
org.modeshape.sequencer.zip |
The classes that make up the ZIP file sequencer.
|
Modifier and Type | Method and Description |
---|---|
Sequencer |
Sequencers.SequencingConfiguration.getSequencer() |
Sequencer |
Sequencers.getSequencer(String sequencerName) |
protected Sequencer |
Sequencers.getSequencer(UUID id) |
Modifier and Type | Method and Description |
---|---|
protected Set<SequencerPathExpression> |
Sequencers.buildPathExpressionSet(Sequencer sequencer) |
Constructor and Description |
---|
SequencingConfiguration(SequencerPathExpression expression,
Sequencer sequencer) |
Modifier and Type | Class and Description |
---|---|
class |
ClassFileSequencer |
Modifier and Type | Class and Description |
---|---|
class |
CndSequencer
A sequencer of CND files.
|
Modifier and Type | Class and Description |
---|---|
class |
DdlSequencer
A sequencer of DDL files.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageMetadataSequencer
A sequencer that processes the binary content of an image file, extracts the metadata for the image, and then writes that image
metadata to the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaFileSequencer
Sequencer which handles java source files.
|
Modifier and Type | Class and Description |
---|---|
class |
Mp3MetadataSequencer
A sequencer that processes the binary content of an MP3 audio file, extracts the metadata for the file, and then writes that
audio metadata to the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
MSOfficeMetadataSequencer
A sequencer that processes the content of an MS Office document, extracts the metadata for the file, and then writes that
metadata to the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSrampSequencer
Base class for sequencers which are based on the S-RAMP specification.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextSequencer
The base class for the text sequencers.
|
class |
DelimitedTextSequencer
An text sequencer implementation that uses a
regular-expression pattern to split incoming rows
into columns. |
class |
FixedWidthTextSequencer
An text sequencer implementation that uses a
list of column numbers to split incoming
rows into fixed-width columns. |
Modifier and Type | Class and Description |
---|---|
class |
WsdlSequencer
A sequencer that processes and extract the schema object model from XML Schema Document files.
|
Modifier and Type | Class and Description |
---|---|
class |
InheritingXmlSequencer
An XML sequencer that is a specialization of
XmlSequencer by inheriting unqualified attribute namespaces
from the element rather than from the
default namespace . |
class |
XmlSequencer
A sequencer for XML files, which maintains DTD, entity, comments, and other content.
|
Modifier and Type | Class and Description |
---|---|
class |
XsdSequencer
A sequencer that processes and extract the schema object model from XML Schema Document files.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipSequencer
A sequencer that processes and extract the files and folders from ZIP archive files.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.