Class PreprocessorInfo

  • All Implemented Interfaces:
    Comparable<AbstractInfo<org.osgi.service.http.whiteboard.Preprocessor>>

    public final class PreprocessorInfo
    extends WhiteboardServiceInfo<org.osgi.service.http.whiteboard.Preprocessor>
    Provides registration information for a Preprocessor.

    This class only provides information used at registration time, and as such differs slightly from the corresponding DTO

    • Constructor Detail

      • PreprocessorInfo

        public PreprocessorInfo​(org.osgi.framework.ServiceReference<org.osgi.service.http.whiteboard.Preprocessor> ref)
    • Method Detail

      • getInitParameters

        public Map<String,​String> getInitParameters()
        Returns an immutable map of the init parameters.
      • isSame

        public boolean isSame​(AbstractInfo<org.osgi.service.http.whiteboard.Preprocessor> other)
        Description copied from class: AbstractInfo
        Compare two info objects
        Overrides:
        isSame in class WhiteboardServiceInfo<org.osgi.service.http.whiteboard.Preprocessor>