Class ScrPlugin

  • All Implemented Interfaces:
    aQute.bnd.service.AnalyzerPlugin

    @Deprecated
    public class ScrPlugin
    extends java.lang.Object
    implements aQute.bnd.service.AnalyzerPlugin
    Deprecated.
    bnd generates these as well.
    Create capabilities for DS components
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) javax.xml.transform.Transformer transformer
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      ScrPlugin()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> analyze​(java.io.InputStream in)
      Deprecated.
       
      boolean analyzeJar​(aQute.bnd.osgi.Analyzer analyzer)
      Deprecated.
       
      protected javax.xml.transform.Transformer getTransformer​(java.net.URL url)
      Deprecated.
       
      private void process​(aQute.bnd.osgi.Analyzer analyzer, java.lang.String path, aQute.bnd.osgi.Resource resource, java.util.Set<java.lang.String> headers)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface aQute.bnd.service.AnalyzerPlugin

        ordering
    • Field Detail

      • transformer

        javax.xml.transform.Transformer transformer
        Deprecated.
    • Constructor Detail

      • ScrPlugin

        public ScrPlugin()
                  throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
    • Method Detail

      • analyzeJar

        public boolean analyzeJar​(aQute.bnd.osgi.Analyzer analyzer)
                           throws java.lang.Exception
        Deprecated.
        Specified by:
        analyzeJar in interface aQute.bnd.service.AnalyzerPlugin
        Throws:
        java.lang.Exception
      • process

        private void process​(aQute.bnd.osgi.Analyzer analyzer,
                             java.lang.String path,
                             aQute.bnd.osgi.Resource resource,
                             java.util.Set<java.lang.String> headers)
        Deprecated.
      • analyze

        public java.util.Set<java.lang.String> analyze​(java.io.InputStream in)
                                                throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • getTransformer

        protected javax.xml.transform.Transformer getTransformer​(java.net.URL url)
                                                          throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception