Commons IO.
The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes..
Here is the list of declaration for commons-io. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.1</version> </dependency>
If you think this Maven repository POM file listing for commons-io is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Apache License.
The commons-io-2.1 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 4.10 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1957 |
The following table lists the most popular artifacts which are depending on commons-io-2.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Document Database | hbase 0.94.3 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 28 |
Document Database | hbase 0.94.14 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 8 |
JEE | opencms-core 8.5.2 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 5 |
Data Structure | commons-lang3 3.1 Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. | 287 |
Cache | disklrucache 2.0.2 A disk-based implementaion of a least-recently used cache. | 6 |
Document Database | cassandra-unit 2.0.2.0 Test framekork to develop with Cassandra | 35 |
Document Database | hbase 0.94.6.1 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 19 |
Network | mock-http-server 1.3 Mock and Proxy HTTP Server for testing purposes. Forked from https://github.com/jharlap/mock-http-server | 7 |
Network | mock-http-server 4.0 Mock and Proxy HTTP Server for testing purposes. Forked from https://github.com/jharlap/mock-http-server | 5 |
Document Database | hbase 0.94.12 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 5 |
JEE | opencms-core 8.5.0 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 28 |
File | resource-utils 1.0.7 Convenience for dealing with Java resources as properties, files, text and input streams. | 9 |
The following plugins are used in the commons-io-2.1.jar
The following packages are defined in the commons-io-2.1.jar
org.apache.commons.io org.apache.commons.io.comparator org.apache.commons.io.filefilter org.apache.commons.io.input org.apache.commons.io.monitor org.apache.commons.io.output
Here is the content of the POM file.
<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> <version>22</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.1</version> <name>Commons IO</name> <inceptionYear>2002</inceptionYear> <description> The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes. </description> <url>http://commons.apache.org/io/</url> <issueManagement> <system>jira</system> <url>http://issues.apache.org/jira/browse/IO</url> </issueManagement> <distributionManagement> <site> <id>apache.website</id> <name>Apache Commons IO Site</name> <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url> </site> </distributionManagement> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/trunk</developerConnection> <url>http://svn.apache.org/viewvc/commons/proper/io/trunk</url> </scm> <contributors> <contributor> <name>Rahul Akolkar</name> </contributor> <contributor> <name>Jason Anderson</name> </contributor> <contributor> <name>Nathan Beyer</name> </contributor> <contributor> <name>Emmanuel Bourg</name> </contributor> <contributor> <name>Chris Eldredge</name> </contributor> <contributor> <name>Magnus Grimsell</name> </contributor> <contributor> <name>Jim Harrington</name> </contributor> <contributor> <name>Thomas Ledoux</name> </contributor> <contributor> <name>Andy Lehane</name> </contributor> <contributor> <name>Marcelo Liberato</name> </contributor> <contributor> <name>Alban Peignier</name> <email>alban.peignier at free.fr</email> </contributor> <contributor> <name>Ian Springer</name> </contributor> <contributor> <name>Masato Tezuka</name> </contributor> <contributor> <name>James Urie</name> </contributor> <contributor> <name>Frank W. Zammetti</name> </contributor> </contributors> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> </dependencies> <properties> <maven.compile.source>1.5</maven.compile.source> <maven.compile.target>1.5</maven.compile.target> <commons.componentid>io</commons.componentid> <commons.release.version>2.1</commons.release.version> <commons.rc.version>RC3</commons.rc.version> <commons.release.desc>(requires JDK 1.5+)</commons.release.desc> <commons.release.2.version>1.4</commons.release.2.version> <commons.release.2.desc>(requires JDK 1.3+)</commons.release.2.desc> <commons.jira.id>IO</commons.jira.id> <commons.jira.pid>12310477</commons.jira.pid> </properties> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.0</version> <dependencies> <dependency> <!-- add support for ssh/scp --> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh</artifactId> <version>1.0</version> </dependency> </dependencies> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>pertest</forkMode> <!-- limit memory size see IO-161 --> <argLine>-Xmx25M</argLine> <includes> <include>**/*Test*</include> </includes> <excludes> <exclude>**/*AbstractTestCase*</exclude> <exclude>**/testtools/**</exclude> <!-- http://jira.codehaus.org/browse/SUREFIRE-44 --> <exclude>**/*$*</exclude> </excludes> </configuration> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.5.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.7</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.3.2</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort> <excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <version>${commons.changes.version}</version> <configuration> <xmlPath>${basedir}/src/changes/changes.xml</xmlPath> <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate> <!-- TODO: <onlyCurrentVersion>true</onlyCurrentVersion> --> </configuration> <reportSets> <reportSet> <reports> <report>changes-report</report> <!-- <report>jira-report</report> --> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> </project>