https://github.com/ops4j/org.ops4j.base
OPS4J Base Libraries Forge
https://github.com/ops4j/org.ops4j.base
Last synced: 10 months ago
JSON representation
OPS4J Base Libraries Forge
- Host: GitHub
- URL: https://github.com/ops4j/org.ops4j.base
- Owner: ops4j
- License: other
- Created: 2011-03-07T19:10:11.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T16:19:16.000Z (about 5 years ago)
- Last Synced: 2024-04-13T16:08:14.614Z (about 2 years ago)
- Language: Java
- Homepage: http://www.ops4j.org
- Size: 425 KB
- Stars: 4
- Watchers: 57
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ops4j base
----------
Utility classes and extensions common to several ops4j projects.
PLease find the documentation in the [ops4j base wiki](https://ops4j1.jira.com/wiki/spaces/base).
Issues
------
[Jira BASE](https://ops4j1.jira.com/wiki/spaces/base/overview)
Build
-----
mvn clean install
Modules
-------
In order to minimize dependencies and improve modularity, the Base project is split into very fine-grained modules.
* [exec](ops4j-base-exec) — Running a Java class in a separate process
* [io](ops4j-base-io) — Handling streams and files
* [lang](ops4j-base-lang) — java.lang extensions
* [monitors](ops4j-base-monitors) — monitoring
* [net](ops4j-base-net) — network access/usage
* [spi](ops4j-base-spi) Utilities for obtaining services via the Java SE 6 ServiceLoader
* [store](ops4j-base-store) — Utilities for storing and retrieving data from an InputStream.
* [util](ops4j-base-util) — Utilities for environment, i18n and mime types
* [util-collections](ops4j-base-util-collections) — Utilities for collections
* [util-property](ops4j-base-util-property) — Resolving properties from different sources
* [util-xml](ops4j-base-util-xml) — XML parsing and access
* [ops4j-base](ops4j-base) — the über-bundle with all from OPS4J Base