A D F G H I L M O P R S T V W 

A

addListener(WatcherListener) - Method in class io.fabric8.watcher.support.WatcherSupport
 
addListener(WatcherListener) - Method in interface io.fabric8.watcher.Watcher
 

D

destroy() - Method in class io.fabric8.watcher.file.FileWatcher
 

F

fail(Logger, String) - Static method in class io.fabric8.watcher.file.FileWatcher
Throws an invalid argument exception after logging a warning just in case the stack trace gets gobbled up by application containers like spring or blueprint, at least the error message will be clearly shown in the log
FileWatcher - Class in io.fabric8.watcher.file
A File watching service
FileWatcher() - Constructor for class io.fabric8.watcher.file.FileWatcher
 
FileWatcher.FilteringFileVisitor - Class in io.fabric8.watcher.file
 
FileWatcher.FilteringFileVisitor() - Constructor for class io.fabric8.watcher.file.FileWatcher.FilteringFileVisitor
 
fireListeners(Path, WatchEvent.Kind) - Method in class io.fabric8.watcher.support.WatcherSupport
 

G

getDirMatcher() - Method in class io.fabric8.watcher.file.FileWatcher
 
getExecutor() - Method in class io.fabric8.watcher.file.FileWatcher
 
getFileMatcher() - Method in class io.fabric8.watcher.file.FileWatcher
 
getFileSystem() - Method in class io.fabric8.watcher.file.FileWatcher
 
getLastModified() - Method in class io.fabric8.watcher.file.FileWatcher
 
getListeners() - Method in class io.fabric8.watcher.support.WatcherSupport
 
getNamespaces(Path) - Static method in class io.fabric8.watcher.Paths
Returns the namespace URIs found in the given XML file
getProcessor() - Method in class io.fabric8.watcher.support.WatcherSupport
 
getProcessor() - Method in interface io.fabric8.watcher.Watcher
 
getRoot() - Method in class io.fabric8.watcher.file.FileWatcher
 
getWatcher() - Method in class io.fabric8.watcher.file.FileWatcher
 

H

hasNamespace(Path, String...) - Static method in class io.fabric8.watcher.Paths
Returns true if the file can be parsed as XML and it contains one of the given namespace URs

I

indexOfParenthesisMatch(String, int) - Static method in class io.fabric8.watcher.matchers.Logical
Given a string and a position in that string of an open parend, find the matching close parend.
init() - Method in class io.fabric8.watcher.file.FileWatcher
 
io.fabric8.watcher - package io.fabric8.watcher
 
io.fabric8.watcher.file - package io.fabric8.watcher.file
 
io.fabric8.watcher.matchers - package io.fabric8.watcher.matchers
 
io.fabric8.watcher.support - package io.fabric8.watcher.support
 
isMatchesFile(Path) - Method in class io.fabric8.watcher.file.FileWatcher
 
isWatch() - Method in class io.fabric8.watcher.file.FileWatcher
 

L

Logical - Class in io.fabric8.watcher.matchers
Logical matchers.
Logical() - Constructor for class io.fabric8.watcher.matchers.Logical
 

M

Matchers - Class in io.fabric8.watcher.matchers
Additional matcher support
Matchers() - Constructor for class io.fabric8.watcher.matchers.Matchers
 
matches(Path) - Method in class io.fabric8.watcher.matchers.Maven.GroupIdPathMatcher
 
Maven - Class in io.fabric8.watcher.matchers
Maven groupId matcher.
Maven() - Constructor for class io.fabric8.watcher.matchers.Maven
 
Maven.GroupIdPathMatcher - Class in io.fabric8.watcher.matchers
 
Maven.GroupIdPathMatcher(Collection<String>) - Constructor for class io.fabric8.watcher.matchers.Maven.GroupIdPathMatcher
 

O

onRemove(Path) - Method in interface io.fabric8.watcher.Processor
Invoked when a file is removed to remove any resources associated with the given path
onWatchEvent(Path, WatchEvent.Kind) - Method in interface io.fabric8.watcher.WatcherListener
Fired when a path is changed

P

parse(String) - Static method in class io.fabric8.watcher.matchers.Logical
 
parse(String) - Static method in class io.fabric8.watcher.matchers.Matchers
 
parse(String, FileSystem) - Static method in class io.fabric8.watcher.matchers.Matchers
 
parse(String) - Static method in class io.fabric8.watcher.matchers.Maven
 
PathHelper - Class in io.fabric8.watcher
A set of helper methods for working with {@link Path) instances
PathHelper() - Constructor for class io.fabric8.watcher.PathHelper
 
Paths - Class in io.fabric8.watcher
Helper functions for working with Path
Paths() - Constructor for class io.fabric8.watcher.Paths
 
postVisitDirectory(Path, IOException) - Method in class io.fabric8.watcher.file.FileWatcher.FilteringFileVisitor
 
PREFIX - Static variable in class io.fabric8.watcher.matchers.Logical
 
PREFIX - Static variable in class io.fabric8.watcher.matchers.Maven
 
PREFIX_GROUPID - Static variable in class io.fabric8.watcher.matchers.Maven
 
preVisitDirectory(Path, BasicFileAttributes) - Method in class io.fabric8.watcher.file.FileWatcher.FilteringFileVisitor
 
process(Path) - Method in interface io.fabric8.watcher.Processor
Processes the given file
Processor - Interface in io.fabric8.watcher
Represents a processor of a Path along with a remove event when a path is removed from a Watcher

R

removeListener(WatcherListener) - Method in class io.fabric8.watcher.support.WatcherSupport
 
removeListener(WatcherListener) - Method in interface io.fabric8.watcher.Watcher
 

S

setDirMatcher(PathMatcher) - Method in class io.fabric8.watcher.file.FileWatcher
 
setDirMatchPattern(String) - Method in class io.fabric8.watcher.file.FileWatcher
Sets the directory matching pattern using the java 7 pattern matching syntax such as glob:/foo/*
setExecutor(ExecutorService) - Method in class io.fabric8.watcher.file.FileWatcher
 
setFileMatcher(PathMatcher) - Method in class io.fabric8.watcher.file.FileWatcher
 
setFileMatchPattern(String) - Method in class io.fabric8.watcher.file.FileWatcher
Sets the file matching pattern using the java 7 pattern matching syntax such as glob:*.xml
setProcessor(Processor) - Method in class io.fabric8.watcher.support.WatcherSupport
 
setProcessor(Processor) - Method in interface io.fabric8.watcher.Watcher
 
setRoot(Path) - Method in class io.fabric8.watcher.file.FileWatcher
 
setRootDirectory(File) - Method in class io.fabric8.watcher.file.FileWatcher
 
setRootPath(String) - Method in class io.fabric8.watcher.file.FileWatcher
 
setWatch(boolean) - Method in class io.fabric8.watcher.file.FileWatcher
 
setWatcher(WatchService) - Method in class io.fabric8.watcher.file.FileWatcher
 

T

toPathArray(File...) - Static method in class io.fabric8.watcher.PathHelper
Converts the given array of files into an array of paths
toURL(Path) - Static method in class io.fabric8.watcher.PathHelper
Converts the given Path to a URL
toUrlString(Path) - Static method in class io.fabric8.watcher.PathHelper
Converts the given Path to a URL string

V

visitFile(Path, BasicFileAttributes) - Method in class io.fabric8.watcher.file.FileWatcher.FilteringFileVisitor
 
visitFileFailed(Path, IOException) - Method in class io.fabric8.watcher.file.FileWatcher.FilteringFileVisitor
 

W

Watcher - Interface in io.fabric8.watcher
 
WatcherListener - Interface in io.fabric8.watcher
A listener of events on paths
WatcherSupport - Class in io.fabric8.watcher.support
 
WatcherSupport() - Constructor for class io.fabric8.watcher.support.WatcherSupport
 
A D F G H I L M O P R S T V W 

Copyright © 2017 Red Hat. All Rights Reserved.