whiskeysierra / primal

A Process Management Library for Java

Home Page:http://whiskeysierra.github.io/primal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Primal Build Status

Caveman icon

A Process Management Library for the Java Platform

This library is still under development

The Java Process API has been around for a while now, and even though it had received some significant updates in the past major releases of the platform, there are still plenty of possibilities to shoot yourself in the foot. For more details read the section about Issues with the Process API.

The goal of this library is to provide a usable API to be used as an alternative to Process and ProcessBuilder which

  1. works around the issues with Process API
  2. provide a set of useful Features

Table of Contents

1. Features
2. Requirements
3. TODO
4. References
5. Boring legal stuff
6. Attributions

1. Features

  1. Interface-based API
  2. Efficient and cross-platform stream gobbling

2. Requirements

3. TODO

4. References

5. Boring legal stuff

The MIT License (MIT)

Copyright (c) 2013 Willi Schönborn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

6. Attributions

Caveman Icon by Fast Icon is licensed as Linkware: Icons by: Fast Icon.com

About

A Process Management Library for Java

http://whiskeysierra.github.io/primal

License:MIT License


Languages

Language:Java 73.6%Language:Python 21.8%Language:Shell 2.6%Language:Groovy 1.9%