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

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

Introduction

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

Usage

From source file org.pentaho.platform.repository.solution.filebased.MondrianFileObject.java

/**
 * FileObject that applies Mondrian schema annotations to the InputStream
 */
class MondrianFileObject extends DecoratedFileObject {

    private final FileObject annotationsFile;

From source file org.obiba.opal.fs.security.SecuredFileObject.java

class SecuredFileObject extends DecoratedFileObject {

    private static final Logger log = LoggerFactory.getLogger(SecuredFileObject.class);

    private final Authorizer authorizer;