Class OsgiUtils
- java.lang.Object
-
- org.apache.commons.compress.utils.OsgiUtils
-
public class OsgiUtils extends 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?
-