org.jboss.vfs.util.automount
Class VirtualFileOwner
java.lang.Object
org.jboss.vfs.util.automount.AbstractMountOwner<VirtualFile>
org.jboss.vfs.util.automount.VirtualFileOwner
- All Implemented Interfaces:
- MountOwner
public class VirtualFileOwner
- extends AbstractMountOwner<VirtualFile>
Mount owner using a VirtualFile
as the actual owner.
- Author:
- John Bailey
Method Summary |
void |
onCleanup()
A callback method allowing the mount owner to perform any addition cleanup
specific to the owner type. |
VirtualFileOwner
public VirtualFileOwner(VirtualFile file)
- Constructed with a
VirtualFile
owner
- Parameters:
file
- the VirtualFile
owning mount references
onCleanup
public void onCleanup()
- A callback method allowing the mount owner to perform any addition cleanup
specific to the owner type.
Execute a forced recursive deep clean on the
VirtualFile
owner.
Copyright © 2012 JBoss, A division of Red Hat, Inc. All Rights Reserved.