Class OsgiUtils


  • public class OsgiUtils
    extends java.lang.Object
    Utilities for dealing with OSGi environments.
    Since:
    1.21
    • Constructor Summary

      Constructors 
      Constructor Description
      OsgiUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isRunningInOsgiEnvironment()
      Tests if Commons Compress running as an OSGi bundle?
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OsgiUtils

        public OsgiUtils()
    • Method Detail

      • isRunningInOsgiEnvironment

        public static boolean isRunningInOsgiEnvironment()
        Tests if Commons Compress running as an OSGi bundle?
        Returns:
        true if Commons Compress running as an OSGi bundle.