Class UnicityExtension

    • Constructor Detail

      • UnicityExtension

        public UnicityExtension()
    • Method Detail

      • getAlgo

        public String getAlgo()
      • getEnabled

        public Boolean getEnabled()
      • getComputeDigest

        public Boolean getComputeDigest()
      • 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