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 TypeMethodDescriptionvoidA callback method allowing the mount owner to perform any addition cleanup specific to the owner type.Methods inherited from class AbstractMountOwner
equals, getOwner, hashCode
-
Constructor Details
-
VirtualFileOwner
Constructed with aVirtualFileowner- Parameters:
file- theVirtualFileowning 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 theVirtualFileowner.
-