forked from apache/commons-io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be63c1d
commit ff1a6cf
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Apache Commons IO - Modified for Software Dependability Exam | ||
=================== | ||
|
||
[![GitHub Actions Status](https://github.com/apache/commons-io/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-io/actions) | ||
[![Coverage Status](https://codecov.io/gh/apache/commons-io/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-io/branch/master) | ||
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-io/commons-io/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-io/commons-io/?gav=true) | ||
[![Javadocs](https://javadoc.io/badge/commons-io/commons-io/2.11.0.svg)](https://javadoc.io/doc/commons-io/commons-io/2.11.0) | ||
[![CodeQL](https://github.com/apache/commons-io/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-io/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL) | ||
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-io/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-io) | ||
|
||
The Apache Commons IO library contains utility classes, stream implementations, file filters, | ||
file comparators, endian transformation classes, and much more. | ||
|
||
Documentation | ||
------------- | ||
|
||
More information can be found on the [Apache Commons IO homepage](https://commons.apache.org/proper/commons-io). | ||
The [Javadoc](https://commons.apache.org/proper/commons-io/apidocs) can be browsed. | ||
Questions related to the usage of Apache Commons IO should be posted to the [user mailing list][ml]. | ||
|
||
Don't use this repository | ||
------------- | ||
|
||
This is an experiment repository for an University Exam |