Class SyncInSelectedElement


  • public class SyncInSelectedElement
    extends java.lang.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) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IFile getFile()
      Returns this element's serialized file or folder.
      java.lang.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SyncInSelectedElement

        public SyncInSelectedElement​(IFile structureRoot,
                                     java.lang.String path)
                              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getPath

        public java.lang.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