Interface ScrInfo


  • @Deprecated(since="2021-05-27")
    public interface ScrInfo
    Deprecated.
    The Apache Felix SCR info API is deprecated, please use the OSGi component runtime API instead.
    Abstraction of command interface.
    • Method Detail

      • list

        void list​(String bundleIdentifier,
                  PrintWriter out)
        Deprecated.
        List in text the components for the bundle specified, or all components if null, sorted by component ID
        Parameters:
        bundleIdentifier - bundle the components are in or null for all components
        out - PrintStream for normal output
        Throws:
        IllegalArgumentException - if nothing can be found
      • info

        void info​(String componentId,
                  PrintWriter out)
        Deprecated.
        List in text detailed information about the specified components. Components can be specified by numeric componentId, component name, a regexp to match for component name, or null for all components.
        Parameters:
        componentId - specifier for desired components
        out - PrintStream for normal output
        Throws:
        IllegalArgumentException - if nothing can be found
      • config

        void config​(PrintWriter out)
        Deprecated.
        List in text the current SCR configuration
        Parameters:
        out - PrintStream for output.