Package 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 aVirtualFile
as the actual owner.
-
-
Constructor Summary
Constructors Constructor Description VirtualFileOwner(VirtualFile file)
Constructed with aVirtualFile
owner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onCleanup()
A callback method allowing the mount owner to perform any addition cleanup specific to the owner type.-
Methods inherited from class org.jboss.vfs.util.automount.AbstractMountOwner
equals, getOwner, hashCode
-
-
-
-
Constructor Detail
-
VirtualFileOwner
public VirtualFileOwner(VirtualFile file)
Constructed with aVirtualFile
owner- Parameters:
file
- theVirtualFile
owning mount references
-
-
Method Detail
-
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 theVirtualFile
owner.
-
-