Package lumis.portal.structure.sync
Class SyncInSelectedElement
- java.lang.Object
-
- lumis.portal.structure.sync.SyncInSelectedElement
-
public class SyncInSelectedElement extends Object
An element selected for synchronization.- Since:
- 6.2.0
- Version:
- $Revision: 17047 $ $Date: 2015-03-03 11:22:22 -0300 (Tue, 03 Mar 2015) $
-
-
Constructor Summary
Constructors Constructor Description SyncInSelectedElement(IFile structureRoot, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFile
getFile()
Returns this element's serialized file or folder.String
getPath()
Returns the relative path for this element's serialized file or folder.lumis.portal.structure.sync.SyncInSelectedElement.Type
getType()
Returns this element's type.
-
-
-
Constructor Detail
-
SyncInSelectedElement
public SyncInSelectedElement(IFile structureRoot, String path) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getPath
public String getPath()
Returns the relative path for this element's serialized file or folder.- Returns:
- the path, relative to the structure root.
- Since:
- 6.2.0
-
getFile
public IFile getFile()
Returns this element's serialized file or folder.- Returns:
- this element's serialized file or folder.
- Since:
- 8.0.0
-
getType
public lumis.portal.structure.sync.SyncInSelectedElement.Type getType()
Returns this element's type.- Returns:
- the type.
- Since:
- 6.2.0
-
-