|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelResume | |
---|---|
lumis.portal.structure.sync | Structure synchronization implementation. |
Uses of ChannelResume in lumis.portal.structure.sync |
---|
Methods in lumis.portal.structure.sync that return ChannelResume | |
---|---|
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. |
Methods in lumis.portal.structure.sync with parameters of type ChannelResume | ||
---|---|---|
static
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |