Class FolderEntryDescriptor

java.lang.Object
ro.sync.net.protocol.FolderEntryDescriptor

@API(src=PUBLIC, type=NOT_EXTENDABLE) public class FolderEntryDescriptor extends Object
Descriptor for a folder entry.
Since:
17.1
  • Constructor Details

    • FolderEntryDescriptor

      public FolderEntryDescriptor(String absolutePath)
      Parameters:
      absolutePath - The absolute URL path. Path entries should be percent-encoded. Folder paths should end with a '/' character.
  • Method Details

    • getAbsolutePath

      public String getAbsolutePath()
      Returns:
      Returns the absolute path of the entry.