Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.api.sequencer |
Many repositories are used (at least in part) to manage files and other artifacts, including service definitions,
policy files, images, media, documents, presentations, application components, reusable libraries, configuration files,
application installations, databases schemas, management scripts, and so on.
|
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 | Class and Description |
---|---|
protected static class |
Sequencers.SequencingContext |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Sequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context)
Execute the sequencing operation on the specified property, which has recently been created or changed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClassFileSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
void |
DefaultClassFileRecorder.recordClass(Sequencer.Context context,
Node outputNode,
ClassMetadata classMetadata) |
void |
ClassFileRecorder.recordClass(Sequencer.Context context,
Node outputNode,
ClassMetadata classMetadata)
Records a row using the provided
Node node. |
Modifier and Type | Method and Description |
---|---|
boolean |
CndSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
DdlSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
ImageMetadataSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
JavaFileSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
protected void |
JdtRecorder.record(Sequencer.Context context,
char[] sourceCode,
Node outputNode)
Convert the compilation unit into JCR nodes.
|
void |
SourceFileRecorder.record(Sequencer.Context context,
InputStream inputStream,
long length,
String encoding,
Node outputNode)
Records a source file.
|
void |
JdtRecorder.record(Sequencer.Context context,
InputStream inputStream,
long length,
String encoding,
Node outputNode)
Records a source file.
|
void |
ClassSourceFileRecorder.record(Sequencer.Context context,
InputStream inputStream,
long length,
String encoding,
Node outputNode)
Records a source file.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Mp3MetadataSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
MSOfficeMetadataSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
Modifier and Type | Field and Description |
---|---|
protected Sequencer.Context |
AbstractResolvingReader.context |
Modifier and Type | Method and Description |
---|---|
Sequencer.Context |
AbstractResolvingReader.getContext()
Get the sequencing context in which this reader is being used.
|
Constructor and Description |
---|
AbstractResolvingReader(Sequencer.Context context) |
AbstractResolvingReader(Sequencer.Context context,
SymbolSpaceResolvers resolvers) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractTextSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
WsdlSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
Constructor and Description |
---|
Wsdl11Reader(Sequencer.Context context,
String baseUri) |
WsdlReader(Sequencer.Context context,
String baseUri) |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
XsdSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
Constructor and Description |
---|
XsdReader(Sequencer.Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
ZipSequencer.execute(Property inputProperty,
Node outputNode,
Sequencer.Context context) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.