Package | Description |
---|---|
org.nuxeo.connect.update.task.update |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Entry> |
UpdateManager.registry |
Modifier and Type | Method and Description |
---|---|
Entry |
UpdateManager.createEntry(String key)
Create a new entry in the registry given the entry key.
|
protected Entry |
RegistrySerializer.readEntryElement(Element element) |
Modifier and Type | Method and Description |
---|---|
Map<String,Entry> |
UpdateManager.getRegistry() |
static Map<String,Entry> |
RegistrySerializer.load(File file)
De-serializes the given file into a Nuxeo packages registry
|
protected Map<String,Entry> |
RegistrySerializer.read(File file) |
Modifier and Type | Method and Description |
---|---|
boolean |
UpdateManager.createBaseVersion(Entry entry)
Create a base version for the given entry if needed.
|
protected void |
UpdateManager.rollbackBaseVersion(Entry entry,
RollbackOptions opt) |
protected void |
UpdateManager.rollbackVersion(Entry entry,
Version version,
RollbackOptions opt) |
protected void |
RegistrySerializer.writeEntry(Entry entry) |
Modifier and Type | Method and Description |
---|---|
protected void |
RegistrySerializer.read(Element element,
Map<String,Entry> registry) |
static void |
RegistrySerializer.store(Map<String,Entry> registry,
File file)
Serializes the given registry into the given file.
|
protected void |
RegistrySerializer.write(Map<String,Entry> registry) |
Copyright © 2018 Nuxeo. All rights reserved.