lumis.portal.structure.sync
Class SyncInSelectedElement

Package class diagram package SyncInSelectedElement
java.lang.Object
  extended by lumis.portal.structure.sync.SyncInSelectedElement

public class SyncInSelectedElement
extends Object

An element selected for synchronization.

Since:
6.2.0

Constructor Summary
SyncInSelectedElement(File structureRoot, String path)
           
 
Method Summary
 File 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncInSelectedElement

public SyncInSelectedElement(File structureRoot,
                             String path)
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 File getFile()
Returns this element's serialized file or folder.

Returns:
this element's serialized file or folder.
Since:
6.2.0

getType

public lumis.portal.structure.sync.SyncInSelectedElement.Type getType()
Returns this element's type.

Returns:
the type.
Since:
6.2.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.