Package owl.util
Class OwlVersion
- java.lang.Object
-
- owl.util.OwlVersion
-
public class OwlVersion extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OwlVersion.NameAndVersion
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OwlVersion.NameAndVersion
getNameAndVersion()
Obtains the name and version of the currently running Owl component.
-
-
-
Method Detail
-
getNameAndVersion
public static OwlVersion.NameAndVersion getNameAndVersion()
Obtains the name and version of the currently running Owl component. This is done by searching the current stack trace for initial entry point. It is assumed that this is called from the main thread.
-
-