Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.federation | |
org.modeshape.jcr.spi.federation |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
Connectors.LocalDocumentStoreExtraProperties |
Modifier and Type | Class and Description |
---|---|
class |
NoExtraPropertiesStorage
An
ExtraPropertiesStore implementation that throws an exception whenever trying to store or update extra properties. |
Modifier and Type | Method and Description |
---|---|
protected ExtraPropertiesStore |
Connector.extraPropertiesStore()
Get the "extra" properties store.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Connector.setExtraPropertiesStore(ExtraPropertiesStore customExtraPropertiesStore)
Method that can be called by a connector during
initialization if
it wants to provide its own implementation of an "extra" properties store. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.