Class ActiveTopLevelFolderItemFactoryDescriptor

java.lang.Object
org.nuxeo.drive.service.impl.ActiveTopLevelFolderItemFactoryDescriptor
All Implemented Interfaces:
Descriptor

public class ActiveTopLevelFolderItemFactoryDescriptor extends Object implements Descriptor
XMap descriptor for the activeTopLevelFolderItemFactory contributions to the activeFileSystemItemFactories extension point of the FileSystemItemAdapterService.
Author:
Antoine Taillefer
  • Field Details

    • name

      protected String name
  • Constructor Details

    • ActiveTopLevelFolderItemFactoryDescriptor

      public ActiveTopLevelFolderItemFactoryDescriptor()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: Descriptor
      The descriptor id, descriptors with same id are merged.

      To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.

      To forbid merge use a unique value, non-overriden toString() for exemple.

      Specified by:
      getId in interface Descriptor
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • merge

      Description copied from interface: Descriptor
      Returns a descriptor representing other merged into this

      Default implementation returns other.

      Specified by:
      merge in interface Descriptor
      Returns:
      the merged descriptor