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
Mount owner using a
VirtualFile
as the actual owner.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
VirtualFileOwner
Constructed with aVirtualFile
owner- Parameters:
file
- theVirtualFile
owning mount references
-
-
Method Details
-
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.
-