Class FragmentMatcher

java.lang.Object
org.apache.jackrabbit.oak.spi.mount.FragmentMatcher

public final class FragmentMatcher extends Object
This utility class allows to match strings against a simple pattern language. There are two special characters:
  • * - matches zero or more any characters different than slash
  • $ - matches the end of the subject