- Notifications
You must be signed in to change notification settings - Fork694
apache/commons-io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Apache Commons IO library contains utility classes, stream implementations, file filters,file comparators, endian transformation classes, and much more.
More information can be found on theApache Commons IO homepage.TheJavadoc can be browsed.Questions related to the usage of Apache Commons IO should be posted to theuser mailing list.
You can download source and binaries from ourdownload page.
Alternatively, you can pull it from the central Maven repositories:
<dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.20.0</version></dependency>
Building requires a Java JDK andApache Maven.The required Java version is found in thepom.xml
as themaven.compiler.source
property.
From a command shell, runmvn
without arguments to invoke the default Maven goal to run all tests and checks.
We accept Pull Requests via GitHub. Thedeveloper mailing list is the main channel of communication for contributors.There are some guidelines which will make applying PRs easier for us:
- No tabs! Please use spaces for indentation.
- Respect the existing code style for each file.
- Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
- Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running
mvn
. - Before you pushing a PR, run
mvn
(by itself), this runs the default goal, which contains all build checks. - To see the code coverage report, regardless of coverage failures, run
mvn clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco
If you plan to contribute on a regular basis, please consider filing acontributor license agreement.You can learn more about contributing via GitHub in ourcontribution guidelines.
This code is licensed under theApache License v2.
See theNOTICE.txt
file for required notices and attributions.
You like Apache Commons IO? Thendonate back to the ASF to support development.
- Apache Commons Homepage
- Apache Issue Tracker (JIRA)
- Apache Commons Slack Channel
- Apache Commons Twitter Account
Please see thelist of components
About
Apache Commons IO
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.