Example usage for org.apache.commons.vfs.impl DecoratedFileObject subclass-usage

List of usage examples for org.apache.commons.vfs.impl DecoratedFileObject subclass-usage

Introduction

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

Usage

From source file org.objectweb.proactive.extensions.dataspaces.vfs.AbstractLimitingFileObject.java

/**
 * Abstract FileObject decorator, checking if to limit write or ancestor access to the file basing
 * on pluggable rules.
 * <p>
 * Decorator may limit write access basing on {@link #isReadOnly()} method: direct write access
 * (like deleting file, opening output stream from getContent()), write checks (like isWriteable()).