JBoss VFS 3.1.0.Final-redhat-2

org.jboss.vfs.spi
Interface MountHandle

All Superinterfaces:
Closeable

public interface MountHandle
extends Closeable

This class represents a handle to a mounted FileSystem. This can be used to close/cleanup the FileSystem as well as to access the mount source.

Author:
John Bailey

Method Summary
 File getMountSource()
          Get the source file used for the mount.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getMountSource

File getMountSource()
Get the source file used for the mount.

Returns:
the source file

JBoss VFS 3.1.0.Final-redhat-2

Copyright © 2012 JBoss, A division of Red Hat, Inc. All Rights Reserved.