Example usage for org.apache.commons.vfs2.provider.http HttpFileNameParser getInstance

List of usage examples for org.apache.commons.vfs2.provider.http HttpFileNameParser getInstance

Introduction

In this page you can find the example usage for org.apache.commons.vfs2.provider.http HttpFileNameParser getInstance.

Prototype

public static FileNameParser getInstance() 

Source Link

Usage

From source file:org.apache.accumulo.start.classloader.vfs.providers.HdfsFileProvider.java

/**
 * Constructs a new HdfsFileProvider
 */
public HdfsFileProvider() {
    super();
    this.setFileNameParser(HttpFileNameParser.getInstance());
}