Download jboss-vfs-3.2.2.final.jar file

Introduction

You can download jboss-vfs-3.2.2.final.jar in this page.

License

lgpl

Type List

jboss-vfs-3.2.2.final.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/org.jboss/jboss-vfs/pom.properties
META-INF/maven/org.jboss/jboss-vfs/pom.xml
META-INF/services/java.net.URLStreamHandlerFactory
org.jboss.vfs.BasicMountHandle.class
org.jboss.vfs.TempDir.class
org.jboss.vfs.TempFileProvider.class
org.jboss.vfs.VFS.class
org.jboss.vfs.VFSInputSource.class
org.jboss.vfs.VFSLogger.class
org.jboss.vfs.VFSMessages.class
org.jboss.vfs.VFSUtils.class
org.jboss.vfs.VirtualFile.class
org.jboss.vfs.VirtualFileAssembly.class
org.jboss.vfs.VirtualFileFilter.class
org.jboss.vfs.VirtualFileFilterWithAttributes.class
org.jboss.vfs.VirtualFilePermission.class
org.jboss.vfs.VirtualFilePermissionCollection.class
org.jboss.vfs.VirtualFileVisitor.class
org.jboss.vfs.VirtualJarFileInputStream.class
org.jboss.vfs.VirtualJarInputStream.class
org.jboss.vfs.VisitorAttributes.class
org.jboss.vfs.protocol.AbstractLocalURLStreamHandler.class
org.jboss.vfs.protocol.AbstractURLConnection.class
org.jboss.vfs.protocol.FileURLConnection.class
org.jboss.vfs.protocol.FileURLStreamHandler.class
org.jboss.vfs.protocol.VfsUrlStreamHandlerFactory.class
org.jboss.vfs.protocol.VirtualFileURLConnection.class
org.jboss.vfs.protocol.VirtualFileURLStreamHandler.class
org.jboss.vfs.protocol.file.Handler.class
org.jboss.vfs.protocol.vfs.Handler.class
org.jboss.vfs.spi.AssemblyFileSystem.class
org.jboss.vfs.spi.EnumerationIterable.class
org.jboss.vfs.spi.EnumerationIterator.class
org.jboss.vfs.spi.FileSystem.class
org.jboss.vfs.spi.JavaZipFileSystem.class
org.jboss.vfs.spi.MountHandle.class
org.jboss.vfs.spi.RealFileSystem.class
org.jboss.vfs.spi.RootFileSystem.class
org.jboss.vfs.util.AbstractPatternVirtualFileFilter.class
org.jboss.vfs.util.AbstractVirtualFileFilterWithAttributes.class
org.jboss.vfs.util.AbstractVirtualFileVisitor.class
org.jboss.vfs.util.ExtensibleFilter.class
org.jboss.vfs.util.FileNameVirtualFileFilter.class
org.jboss.vfs.util.FilterVirtualFileVisitor.class
org.jboss.vfs.util.IncludeExcludeVisitorAttributes.class
org.jboss.vfs.util.IncludeFileNameVirtualFileFilter.class
org.jboss.vfs.util.IncludePatternVirtualFileFilter.class
org.jboss.vfs.util.LazyInputStream.class
org.jboss.vfs.util.MatchAllVirtualFileFilter.class
org.jboss.vfs.util.PaddedManifestStream.class
org.jboss.vfs.util.PathTokenizer.class
org.jboss.vfs.util.SuffixMatchFilter.class
org.jboss.vfs.util.SuffixesExcludeFilter.class
org.jboss.vfs.util.automount.AbstractMountOwner.class
org.jboss.vfs.util.automount.Automounter.class
org.jboss.vfs.util.automount.MountConfig.class
org.jboss.vfs.util.automount.MountOption.class
org.jboss.vfs.util.automount.MountOwner.class
org.jboss.vfs.util.automount.SimpleMountOwner.class
org.jboss.vfs.util.automount.VirtualFileOwner.class
org/jboss/vfs/VFSLogger.i18n.properties
org/jboss/vfs/VFSMessages.i18n.properties

Pom

jboss-vfs-3.2.2.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>

<!--
  ~ JBoss, Home of Professional Open Source.
  ~ Copyright 2011, Red Hat, Inc., and individual contributors
  ~ as indicated by the @author tags. See the copyright.txt file in the
  ~ distribution for a full listing of individual contributors.
  ~
  ~ This is free software; you can redistribute it and/or modify it
  ~ under the terms of the GNU Lesser General Public License as
  ~ published by the Free Software Foundation; either version 2.1 of
  ~ the License, or (at your option) any later version.
  ~
  ~ This software is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  ~ Lesser General Public License for more details.
  ~
  ~ You should have received a copy of the GNU Lesser General Public
  ~ License along with this software; if not, write to the Free
  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  -->

<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.jboss</groupId>
        <artifactId>jboss-parent</artifactId>
        <version>11</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss</groupId>
    <artifactId>jboss-vfs</artifactId>
    <packaging>jar</packaging>
    <version>3.2.2.Final</version>
    <name>JBoss VFS</name>
    <url>http://www.jboss.org</url>
    <description>A VFS library</description>

    <licenses>
        <license>
            <name>lgpl</name>
            <url>http://repository.jboss.org/licenses/lgpl.txt</url>
        </license>
    </licenses>

    <organization>
        <name>JBoss, A division of Red Hat, Inc</name>
        <url>http://www.jboss.org</url>
    </organization>

    <issueManagement>
        <system>JIRA</system>
        <url>https://issues.jboss.org/browse/JBVFS</url>
    </issueManagement>

    <scm>
        <connection>scm:git:git://github.com/jbossas/jboss-vfs.git</connection>
        <developerConnection>scm:git:git@github.com:jbossas/jboss-vfs.git</developerConnection>
        <url>https://github.com/jbossas/jboss-vfs</url>
    </scm>

    <properties>
        <version.org.jboss.logging.jboss-logging>3.1.3.GA</version.org.jboss.logging.jboss-logging>
        <version.org.jboss.logging.jboss-logging-tools>1.2.0.Beta1</version.org.jboss.logging.jboss-logging-tools>
        <version.jboss.test>1.1.5.GA</version.jboss.test>
        <version.junit>4.11</version.junit>
        <maven.compiler.target>1.6</maven.compiler.target>
        <maven.compiler.source>1.6</maven.compiler.source>
        <version.surefire.plugin>2.16</version.surefire.plugin>
    </properties>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
            </plugin>
        </plugins>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-surefire-plugin</artifactId>
                    <version>${version.surefire.plugin}</version>
                    <configuration>
                        <reuseForks>false</reuseForks>
                        <redirectTestOutputToFile>true</redirectTestOutputToFile>
                        <testFailureIgnore>true</testFailureIgnore>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-checkstyle-plugin</artifactId>
                    <version>${version.checkstyle.plugin}</version>
                    <configuration>
                        <configLocation>checkstyle.xml</configLocation>
                        <consoleOutput>true</consoleOutput>
                        <failsOnError>true</failsOnError>
                        <includeTestSourceDirectory>true</includeTestSourceDirectory>
                        <useFile/>
                    </configuration>
                    <executions>
                        <execution>
                            <id>check-style</id>
                            <phase>compile</phase>
                            <goals>
                                <goal>checkstyle</goal>
                            </goals>
                        </execution>
                    </executions>
                </plugin>
            </plugins>
        </pluginManagement>

    </build>


    <dependencies>
        <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging</artifactId>
            <version>${version.org.jboss.logging.jboss-logging}</version>
            <scope>compile</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging-annotations</artifactId>
            <version>${version.org.jboss.logging.jboss-logging-tools}</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging-processor</artifactId>
            <version>${version.org.jboss.logging.jboss-logging-tools}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.jboss.test</groupId>
            <artifactId>jboss-test</artifactId>
            <version>${version.jboss.test}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>${version.junit}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.jboss</groupId>
   <artifactId>jboss-vfs</artifactId>
   <version>3.2.2.final</version>
</dependency>

Download

If you think the following jboss-vfs-3.2.2.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jboss-vfs-3.2.2.final.jar file




PreviousNext

Related