|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.modeshape.common.annotation | |
---|---|
org.modeshape.cnd | Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. |
org.modeshape.common.collection | A set of common classes for dealing with collections of other objects. |
org.modeshape.common.component | A simple framework for loading and managing Component objects that may be configured and used reflectively. |
org.modeshape.common.i18n | A simple framework for defining internationalized strings and obtaining the localized forms. |
org.modeshape.common.text | A set of utilities for working with text. |
org.modeshape.common.util | A set of miscellaneous utilities. |
org.modeshape.common.xml | A set of utilities for working with XML documents. |
org.modeshape.connector.disk | The classes that make up the connector that stores content in a ModeShape-specific format on fixed disk. |
org.modeshape.connector.filesystem | The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. |
org.modeshape.connector.infinispan | The classes that make up the connector that stores content in a deployed instance of Infinispan. |
org.modeshape.connector.jbosscache | The classes that make up the connector that stores content in a JBoss Cache instance. |
org.modeshape.connector.jcr | The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). |
org.modeshape.connector.meta.jdbc | The classes that make up the connector that accesses the database schema metadata exposed by JDBC drivers for existing relational databases. |
org.modeshape.connector.store.jpa | The classes that make up the connector that stores content in a relational database via JDBC and JPA. |
org.modeshape.connector.store.jpa.model.simple | The classes that define the "simple" storage model for the JPA connector. |
org.modeshape.connector.store.jpa.util | The classes that define the utility JPA entities that are not part of any storage model. |
org.modeshape.connector.svn | The classes that make up the connector that accesses content from an SVN repository. |
org.modeshape.graph | The ModeShape Graph API defines the types that allow you to work with content organized as a graph. |
org.modeshape.graph.cache | Caching of graph content is controlled with cache policies , and these are used
in connectors and in requests
(among other places). |
org.modeshape.graph.connector | ModeShape uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. |
org.modeshape.graph.connector.base | This package defines a series of classes that can serve as base classes for a connector implementation. |
org.modeshape.graph.connector.base.cache | |
org.modeshape.graph.connector.federation | ModeShape provides a federated connector that is able to access repository content from multiple external systems and make that content look like it exists in a single unified repository. |
org.modeshape.graph.connector.inmemory | The In-Memory Connector represents a connector that maintains
a graph in transient in-process memory. |
org.modeshape.graph.connector.map | The MapRepository class and its supporting classes provide a default implementation of the connector
classes for connectors that support the transient or persistent mapping of a UUID to a standard
representation of a node . |
org.modeshape.graph.connector.path | The PathRepository class and its supporting classes provide a default read-only implementation of the connector
classes for connectors that only support path-based access to a standard
representation of a node . |
org.modeshape.graph.connector.path.cache | The PathRepositoryCache class and its supporting classes provide a standard caching mechanism for path-based repositories. |
org.modeshape.graph.connector.xmlfile | The XML File connector is a connector that maintains
a graph in transient in-process memory, where the graph is loaded initially from an XML file. |
org.modeshape.graph.io | Utilities for inputing and outputing larger amounts of data. |
org.modeshape.graph.mimetype | This package defines an interface for the MIME type detector , which represents a component
that is able to determine the MIME type for a stream of data and/or the name of the file containing the data. |
org.modeshape.graph.observe | The Observation API provides several mechanisms for asynchronously observing changes to content. |
org.modeshape.graph.property | Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. |
org.modeshape.graph.query | The Query API provides a mechanism for building and executing queries. |
org.modeshape.graph.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
org.modeshape.graph.query.optimize | This package contains the Optimizer interface, a rule-based optimizer implementation, and library of optimization rules. |
org.modeshape.graph.query.parse | This package defines the QueryParser interface, which defines a component that can parse a query represented
in a specific language and produce the corresponding abstract query model representation. |
org.modeshape.graph.query.plan | This package defines the Planner interface, the CanonicalPlanner implementation, and the
PlanNode class that is used to represent a canonical query plan. |
org.modeshape.graph.query.process | This package defines the QueryProcessor interface, which is responsible for constructing for each query
a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of
the query and returning the tuples to the parent component. |
org.modeshape.graph.query.validate | This package provides the interfaces that define the tables and columns that can be queried. |
org.modeshape.graph.request | Sometimes its useful to work with a graph using objects that represent individual commands on the graph. |
org.modeshape.graph.request.processor | This portion of the ModeShape Graph API defines the processor for requests . |
org.modeshape.graph.search | A small framework for a search engine component. |
org.modeshape.graph.sequencer | A sequencer in ModeShape is a component that is able to process information (usually the content of a file, or a property value on a node) and recreate that information as a graph of structured content. |
org.modeshape.graph.session | A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. |
org.modeshape.graph.text | This package defines an interface for components that extract text from content. |
org.modeshape.graph.xml | Graph content can often be represented in XML, so this part of the ModeShape Graph API defines the classes that provide the binding between graph and XML content. |
org.modeshape.jcr | The ModeShape implementation of the JCR API. |
org.modeshape.jcr.nodetype | The ModeShape specification for programmatically creating JCR NodeDefinition s. |
org.modeshape.jcr.query | |
org.modeshape.repository | The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. |
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.classfile.metadata | The classes that are immutable representations of metadata appearing in Java class files. |
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.ddl.node | The classes for nodes within an Abstract Syntax Tree (AST) and a factory for creating them. |
org.modeshape.sequencer.image | The classes that make up the image sequencer. |
org.modeshape.sequencer.java | 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.teiid | The classes that make up the JCR Compact Node Definition (CND) file sequencer. |
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.xsd | The classes that make up the XML Schema Document sequencer. |
org.modeshape.sequencer.zip | The classes that make up the ZIP file sequencer. |
org.modeshape.web.jcr | This package contains the core components for the ModeShape common web library. |
org.modeshape.web.jcr.webdav | This package contains the core components for the ModeShape WebDAV server implementation. |
Classes in org.modeshape.common.annotation used by org.modeshape.cnd | |
---|---|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.common.collection | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.common.component | |
---|---|
GuardedBy
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.common.i18n | |
---|---|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.common.text | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.common.util | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.common.xml | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.connector.disk | |
---|---|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.connector.filesystem | |
---|---|
Category
Annotation that can be used provide a human-readable category. |
|
Description
Annotation that can be used provide a human-readable description. |
|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
Label
Annotation that can be used provide a human-readable label. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.connector.infinispan | |
---|---|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.connector.jbosscache | |
---|---|
Category
Annotation that can be used provide a human-readable category. |
|
Description
Annotation that can be used provide a human-readable description. |
|
GuardedBy
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
Label
Annotation that can be used provide a human-readable label. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.connector.jcr | |
---|---|
Category
Annotation that can be used provide a human-readable category. |
|
Description
Annotation that can be used provide a human-readable description. |
|
Label
Annotation that can be used provide a human-readable label. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.connector.meta.jdbc | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.connector.store.jpa | |
---|---|
Category
Annotation that can be used provide a human-readable category. |
|
Description
Annotation that can be used provide a human-readable description. |
|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
Label
Annotation that can be used provide a human-readable label. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.connector.store.jpa.model.simple | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.connector.store.jpa.util | |
---|---|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.connector.svn | |
---|---|
Category
Annotation that can be used provide a human-readable category. |
|
Description
Annotation that can be used provide a human-readable description. |
|
Label
Annotation that can be used provide a human-readable label. |
|
ReadOnly
Annotation that can be used to specify that the target field, method, constructor, package or type is read-only. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.cache | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.connector | |
---|---|
GuardedBy
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.connector.base | |
---|---|
Category
Annotation that can be used provide a human-readable category. |
|
Description
Annotation that can be used provide a human-readable description. |
|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
Label
Annotation that can be used provide a human-readable label. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.connector.base.cache | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.connector.federation | |
---|---|
GuardedBy
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.connector.inmemory | |
---|---|
Category
Annotation that can be used provide a human-readable category. |
|
Description
Annotation that can be used provide a human-readable description. |
|
Label
Annotation that can be used provide a human-readable label. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ReadOnly
Annotation that can be used to specify that the target field, method, constructor, package or type is read-only. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.connector.map | |
---|---|
GuardedBy
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.connector.path | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.connector.path.cache | |
---|---|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.connector.xmlfile | |
---|---|
Category
Annotation that can be used provide a human-readable category. |
|
Description
Annotation that can be used provide a human-readable description. |
|
Label
Annotation that can be used provide a human-readable label. |
|
ReadOnly
Annotation that can be used to specify that the target field, method, constructor, package or type is read-only. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.io | |
---|---|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.mimetype | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.observe | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.property | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.query | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.query.model | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.query.optimize | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.query.parse | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.query.plan | |
---|---|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.query.process | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.query.validate | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.request | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.request.processor | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.search | |
---|---|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.sequencer | |
---|---|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.session | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.text | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.graph.xml | |
---|---|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.jcr | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.jcr.nodetype | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.jcr.query | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.repository | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.classfile | |
---|---|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.classfile.metadata | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.ddl | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.ddl.node | |
---|---|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.image | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.java | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.mp3 | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.msoffice | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.sramp | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.teiid | |
---|---|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.text | |
---|---|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.wsdl | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.xsd | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
NotThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.sequencer.zip | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.web.jcr | |
---|---|
ThreadSafe
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
Classes in org.modeshape.common.annotation used by org.modeshape.web.jcr.webdav | |
---|---|
Immutable
Copyright (c) 2005 Brian Goetz and Tim Peierls. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |