Example usage for org.apache.commons.vfs.provider.http HttpFileSystemConfigBuilder getInstance

List of usage examples for org.apache.commons.vfs.provider.http HttpFileSystemConfigBuilder getInstance

Introduction

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

Prototype

public static HttpFileSystemConfigBuilder getInstance() 

Source Link

Usage

From source file:org.jclouds.vfs.provider.blobstore.BlobStoreFileProvider.java

public FileSystemConfigBuilder getConfigBuilder() {
    return HttpFileSystemConfigBuilder.getInstance();
}