Interface RankedAdapterFactoryDescriptor

    • Method Detail

      • getRanking

        int getRanking()
        The ranking of the adapter factory binded to this descriptor.
        Returns:
        the ranking of the adapter factory binded to this descriptor.
      • getContextTester

        IContextTester getContextTester()
        The context tester of the adapter factory binded to this descriptor. The context tester may be null.
        Returns:
        the context tester of the adapter factory binded to this descriptor.
      • getId

        String getId()
        Gets a unique id for this descriptor.
        Returns:
        an unique id.
      • getLabel

        String getLabel()
        Returns a human readable label for this adapter factory.
        Returns:
        a label.
      • getDescription

        String getDescription()
        Returns a human readable description for this adapter factory.
        Returns:
        a description or null if none.
      • isOptional

        boolean isOptional()
        Returns true if the adapter factory is optional.
        Returns:
        true if optional or false otherwise.