| Package | Description |
|---|---|
| org.modeshape.schematic |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchematicDbProvider<T extends SchematicDb>
Service interface for
SchematicDb providers. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends SchematicDb> |
Schematic.getDb(Document document)
Returns a DB with the given configuration document
Document. |
static <T extends SchematicDb> |
Schematic.getDb(Document document,
ClassLoader cl)
Returns a DB with the given type and configuration document, by delegating to all the available
SchematicDbProvider
services. |
static <T extends SchematicDb> |
Schematic.getDb(InputStream configInputStream)
Returns a DB with reads the given input stream as a configuration document
Document. |
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.