Package | Description |
---|---|
lumis.portal.structure.sync |
Structure synchronization implementation.
|
Modifier and Type | Method and Description |
---|---|
static ChannelResume |
SyncUtil.getCurrentChannel()
Returns the channel that corresponds to the file currently being
read or written.
|
ChannelResume |
ChannelResume.getParentChannel()
Returns the channel parent of this channel.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IFileElement> |
SyncUtil.read(Class<T> clazz,
File file,
ChannelResume currentChannel)
Reads a structure file.
|
static void |
SyncUtil.writeIfModified(IFileElement obj,
File file,
ChannelResume currentChannel)
Writes a structure file, only if the semantics in the object is different.
|
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.