Commons VFS.
VFS is a Virtual File System library..
Here is the list of declaration for commons-vfs. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>commons-vfs</groupId> <artifactId>commons-vfs</artifactId> <version>1.0</version> </dependency>
If you think this Maven repository POM file listing for commons-vfs is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: /LICENSE.txt.
The commons-vfs-1.0 has 9 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 |
---|---|---|
Log | commons-logging 1.0.4 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 273 |
Data Structure | commons-collections 3.1 Types that extend and augment the Java Collections Framework. | 105 |
Http | commons-httpclient 2.0.2 The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily. | 9 |
XML Parser | xml-apis 1.0.b2 xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ... | 52 |
The following plugins are used in the commons-vfs-1.0.jar
The following packages are defined in the commons-vfs-1.0.jar
org.apache.commons.vfs org.apache.commons.vfs.auth org.apache.commons.vfs.cache org.apache.commons.vfs.events org.apache.commons.vfs.impl org.apache.commons.vfs.operations org.apache.commons.vfs.operations.vcs org.apache.commons.vfs.provider org.apache.commons.vfs.provider.bzip2 org.apache.commons.vfs.provider.compressed org.apache.commons.vfs.provider.ftp org.apache.commons.vfs.provider.gzip org.apache.commons.vfs.provider.http org.apache.commons.vfs.provider.https org.apache.commons.vfs.provider.jar org.apache.commons.vfs.provider.local org.apache.commons.vfs.provider.ram org.apache.commons.vfs.provider.res org.apache.commons.vfs.provider.sftp org.apache.commons.vfs.provider.tar org.apache.commons.vfs.provider.temp org.apache.commons.vfs.provider.url org.apache.commons.vfs.provider.zip org.apache.commons.vfs.tasks org.apache.commons.vfs.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>commons-vfs</groupId> <artifactId>commons-vfs</artifactId> <name>Commons VFS</name> <version>1.0</version> <description>VFS is a Virtual File System library.</description> <url>http://jakarta.apache.org/commons/vfs/</url> <issueManagement> <url>http://issues.apache.org/jira/</url> </issueManagement> <inceptionYear>2002</inceptionYear> <mailingLists> <mailingList> <name>Commons Dev List</name> <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe> <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive> </mailingList> <mailingList> <name>Commons User List</name> <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe> <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive> </mailingList> </mailingLists> <contributors> <contributor> <name>Rami Ojares</name> <email>rami.ojares -at- elisa.fi</email> </contributor> <contributor> <name>Anthony Goubard</name> <email>adagoubard -at- chello.nl</email> </contributor> <contributor> <name>Christopher Ottley</name> <email>xknight -at- users.sourceforge.net</email> </contributor> </contributors> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>/LICENSE.txt</url> </license> </licenses> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/vfs/trunk</connection> <url>http://svn.apache.org/viewvc</url> </scm> <organization> <name>The Apache Software Foundation</name> <url>http://jakarta.apache.org</url> </organization> <build> <sourceDirectory>core/src/main/java</sourceDirectory> <testSourceDirectory>core/src/test/java</testSourceDirectory> <resources> <resource> <directory>core/src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includes> </resource> <resource> <targetPath>META-INF</targetPath> <directory>${basedir}</directory> <includes> <include>NOTICE.txt</include> </includes> </resource> </resources> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/test/*TestCase.java</include> </includes> <excludes> <exclude>**/test/Abstract*TestCase.java</exclude> </excludes> </configuration> </plugin> <plugin> <artifactId>maven-xdoc-plugin</artifactId> <version>1.9.2</version> <configuration> <comment><strong>Site</strong> - Only required for building the website/documentation.</comment> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.6.2</version> <optional>true</optional> </dependency> <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> <version>1.4.1</version> <optional>true</optional> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.1</version> <optional>true</optional> </dependency> <dependency> <groupId>jdom</groupId> <artifactId>jdom</artifactId> <version>1.0</version> <optional>true</optional> </dependency> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> <version>2.0.2</version> <optional>true</optional> </dependency> <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> <version>0.1.23</version> <optional>true</optional> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.0.b2</version> <optional>true</optional> </dependency> <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.8</version> <optional>true</optional> </dependency> </dependencies> <distributionManagement> <repository> <id>default</id> <name>Default Repository</name> <url>file:///www/jakarta.apache.org/builds/jakarta-commons/vfs/</url> </repository> <site> <id>default</id> <name>Default Site</name> <url>scp://people.apache.org/public_html/vfs-1.0/site</url> </site> <status>converted</status> </distributionManagement> </project>