Uses of Class
com.teamdev.filewatch.WatchingAttributes

Packages that use WatchingAttributes
com.teamdev.filewatch   
 

Uses of WatchingAttributes in com.teamdev.filewatch
 

Methods in com.teamdev.filewatch that return WatchingAttributes
static WatchingAttributes WatchingAttributes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WatchingAttributes[] WatchingAttributes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.teamdev.filewatch that return types with arguments of type WatchingAttributes
 java.util.Set<WatchingAttributes> FileWatcher.getOptions()
          Returns set of watching options.
 

Methods in com.teamdev.filewatch with parameters of type WatchingAttributes
 void FileWatcher.setOptions(WatchingAttributes... newOptions)
          Specifies the set of new watching options.
 

Method parameters in com.teamdev.filewatch with type arguments of type WatchingAttributes
 void FileWatcher.setOptions(java.util.Set<WatchingAttributes> newOptions)
          Specifies the set of watcher options.