An open API service indexing awesome lists of open source software.

https://github.com/mateuszkubuszok/jsdpu

Project of a library dedicated to performing some specific operations on processes, namely running them in queues as one process, running them with elevation or terminating existing processes.
https://github.com/mateuszkubuszok/jsdpu

elevation java

Last synced: 7 months ago
JSON representation

Project of a library dedicated to performing some specific operations on processes, namely running them in queues as one process, running them with elevation or terminating existing processes.

Awesome Lists containing this project

README

        

Java's System Dependent Process Utils.
===========

[![Build Status](https://travis-ci.org/MateuszKubuszok/JSDPU.png)](https://travis-ci.org/MateuszKubuszok/JSDPU)

Project of a library dedicated to performing some specific operations on
processes, namely running them in queues as one process, running them
with elevation or terminating existing processes.

History
-----------

Project was created during development of an Autoupdater project for Nokia
Siemens Networks, when amount of operations on processes grow up, making
it reasonable to dedicate whole library, that would handle them.

It's created from the scratch by Mateusz Kubuszok, and though it's still
in an early development, it can already be used for creating elevated
processes and termination of running programs.

License
-----------
Project's own licence can be found [here](LICENSE.md). Licenses of referenced libraries
can be found either on their respective homepages or inside their source code files,
as well as inside this [NOTICE](NOTICE.md).