Package org.apache.felix.framework
Class VersionConverter
- java.lang.Object
-
- org.apache.felix.framework.VersionConverter
-
public class VersionConverter extends java.lang.ObjectConverts generic version identifiers to theVersioninstances.
-
-
Constructor Summary
Constructors Constructor Description VersionConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VersiontoOsgiVersion(java.lang.String value)Converts generic version id to theVersioninstance.
-