Example usage for org.apache.commons.vfs2.provider.local DefaultLocalFileProvider capabilities

List of usage examples for org.apache.commons.vfs2.provider.local DefaultLocalFileProvider capabilities

Introduction

In this page you can find the example usage for org.apache.commons.vfs2.provider.local DefaultLocalFileProvider capabilities.

Prototype

Collection capabilities

To view the source code for org.apache.commons.vfs2.provider.local DefaultLocalFileProvider capabilities.

Click Source Link

Document

The provider's capabilities.

Usage

From source file:org.wso2.carbon.inbound.endpoint.protocol.file.MockFileSystem.java

protected void addCapabilities(Collection<Capability> caps) {
    caps.addAll(DefaultLocalFileProvider.capabilities);
}