| Package | Description |
|---|---|
| org.modeshape.schematic |
| Modifier and Type | Method and Description |
|---|---|
EditableDocument |
SchematicDb.editContent(String key,
boolean createIfMissing)
Get an editor for the content of the given entry with the supplied key.
|
default boolean |
SchematicDb.lockForWriting(List<String> locks) |
default void |
SchematicDb.put(String key,
Document content)
Store the supplied content document at the given key.
|
void |
SchematicDb.put(String key,
SchematicEntry entry)
Stores the supplied schematic entry under the given key.
|
default void |
SchematicDb.putEntry(Document entryDocument)
Store the supplied document.
|
SchematicEntry |
SchematicDb.putIfAbsent(String key,
Document content)
Store the supplied content at the given key.
|
boolean |
SchematicDb.remove(String key)
Remove the existing document at the given key.
|
void |
SchematicDb.removeAll()
Removes all the entries from this DB.
|
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.