arakhneVmutils: Java Virtual Machine and Operating System Tools
arakhneVmutils is a Java library that is providing tools and utilities based on low-level virtual machine features. This library is only compatible with the Sun's
virtual machine.
This library is distributed under the GNU Lesser General Public License. You are welcome to contribute. The arakhneVmutils library contains the following tools: org.arakhne.vmutil.AutoboxingUtil:
provides a set of utility functions which are extending the Class's
functions with autoboxing support (isInstance, isAssignableFrom...).org.arakhne.vmutil.Caller:
is a facility class to retreive the classes that are calling a function (stack exploration).org.arakhne.vmutil.ClassLoaderFinder:
provides a singleton repository of ClassLoader instances.org.arakhne.vmutil.DynamicURLClassLoader:
is the implementation of a ClassLoader which is able to
update the class paths with URLs.org.arakhne.vmutil.FileSystem:
provides file system utilities (dirname, split...).org.arakhne.vmutil.LibraryLoader:
provides a convenient way to load native dynamic libraries. It extends the default
JVM loading functions by the ability to load a library from remote sources (URL-based location)
or from a archive (Jar...).org.arakhne.vmutil.OperatingSystem:
provides an enumeration of operating systems and permits to retreive the current operating
system.org.arakhne.vmutil.VMCommandLine:
provides a sety of functions to parse and store the command line arguments. It also permits
to relaunch a virtual machine with the stored command line.
arakhneVmutils is a part of the Arakhnê Foundation Classes.
| |
|
| Package | Version |
|---|
arakhneVmutils | 2.0 |
| |
| Download the arakhneVmutils Library |
- SVN Project Name:
afc/arakhneVmutils - Maven repository:
http://download.tuxfamily.org/arakhne/maven - Maven group id:
org.arakhne.afc - Maven artifact id:
arakhneVmutils
| |
|