Package com.swoval.files.apple
Class FileEvent
- java.lang.Object
-
- com.swoval.files.apple.FileEvent
-
public class FileEvent extends java.lang.ObjectSimple wrapper around the event provided by the apple file system event callback.- See Also:
- FsEventStreamCallback
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringfileName
-
Constructor Summary
Constructors Constructor Description FileEvent(java.lang.String fileName, int flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleaneventIdsWrapped()intflags()booleanhistoryDone()booleanisCreated()booleanisModified()booleanisNewFile()booleanisNone()booleanisRemoved()booleanisTouched()booleanitemChangeOwner()booleanitemCloned()booleanitemCreated()booleanitemFinderInfoMod()booleanitemInodeMetaMod()booleanitemIsDir()booleanitemIsFile()booleanitemIsHardlink()booleanitemIsLastHardlink()booleanitemIsSymlink()booleanitemModified()booleanitemRemoved()booleanitemRenamed()booleanitemXattrMod()booleankernelDropped()booleanmount()booleanmustScanSubDirs()booleanownEvent()booleanrootChanged()java.lang.StringtoString()booleanunmount()booleanuserDropped()
-
-
-
Method Detail
-
isModified
public boolean isModified()
-
isNewFile
public boolean isNewFile()
-
isCreated
public boolean isCreated()
-
isRemoved
public boolean isRemoved()
-
isTouched
public boolean isTouched()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
flags
public int flags()
-
isNone
public boolean isNone()
-
mustScanSubDirs
public boolean mustScanSubDirs()
-
userDropped
public boolean userDropped()
-
kernelDropped
public boolean kernelDropped()
-
eventIdsWrapped
public boolean eventIdsWrapped()
-
historyDone
public boolean historyDone()
-
rootChanged
public boolean rootChanged()
-
mount
public boolean mount()
-
unmount
public boolean unmount()
-
itemChangeOwner
public boolean itemChangeOwner()
-
itemCreated
public boolean itemCreated()
-
itemFinderInfoMod
public boolean itemFinderInfoMod()
-
itemInodeMetaMod
public boolean itemInodeMetaMod()
-
itemIsDir
public boolean itemIsDir()
-
itemIsFile
public boolean itemIsFile()
-
itemIsHardlink
public boolean itemIsHardlink()
-
itemIsLastHardlink
public boolean itemIsLastHardlink()
-
itemIsSymlink
public boolean itemIsSymlink()
-
itemModified
public boolean itemModified()
-
itemRemoved
public boolean itemRemoved()
-
itemRenamed
public boolean itemRenamed()
-
itemXattrMod
public boolean itemXattrMod()
-
ownEvent
public boolean ownEvent()
-
itemCloned
public boolean itemCloned()
-
-