Example usage for org.apache.commons.vfs.provider AbstractLayeredFileProvider subclass-usage

List of usage examples for org.apache.commons.vfs.provider AbstractLayeredFileProvider subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.vfs.provider AbstractLayeredFileProvider subclass-usage.

Usage

From source file net.didion.loopy.vfs.provider.iso.IsoFileProvider.java

/**
 * Implementation of {@link org.apache.commons.vfs.provider.FileProvider} for ISO9660 (.iso) files.
 * Currently, .iso files are read-only.
 */
public class IsoFileProvider extends AbstractLayeredFileProvider {
    public static final Collection capabilities = Arrays

From source file org.sonatype.gshell.vfs.provider.truezip.TruezipFileProvider.java

/**
 * <h href="https://truezip.dev.java.net">TrueZIP</a> file provider.
 *
 * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
 * @since 2.0
 */

From source file com.github.stephenc.javaisotools.vfs.provider.iso.IsoFileProvider.java

/**
 * Implementation of {@link org.apache.commons.vfs.provider.FileProvider} for ISO9660 (.iso) files. Currently, .iso
 * files are read-only.
 */
public class IsoFileProvider extends AbstractLayeredFileProvider {