scalax.file.PathMatcher

RegexPathMatcher

class RegexPathMatcher extends PathMatcher[Path]

Attributes
final
Linear Supertypes
PathMatcher[Path], (Path) ⇒ Boolean, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RegexPathMatcher
  2. PathMatcher
  3. Function1
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RegexPathMatcher (pattern: String, flags: Int)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def && [U <: Path] (filter: PathMatcher[U]): PathMatcher[U]

    Definition Classes
    PathMatcher
  5. def -- [U <: Path] (filter: PathMatcher[U]): PathMatcher[U]

    Definition Classes
    PathMatcher
  6. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  7. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  8. def andThen [A] (g: (Boolean) ⇒ A): (Path) ⇒ A

    Definition Classes
    Function1
  9. def apply (path: Path): Boolean

    Definition Classes
    RegexPathMatcher → Function1
  10. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def compose [A] (g: (A) ⇒ Path): (A) ⇒ Boolean

    Definition Classes
    Function1
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  18. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  19. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  20. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  21. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. var patternMap : Map[String, Pattern]

  23. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  24. def toString (): String

    Definition Classes
    RegexPathMatcher → Function1 → AnyRef → Any
  25. def unapply [U <: Path] (path: U): Option[U]

    Definition Classes
    PathMatcher
  26. def unary_- : PathMatcher[Path]

    Definition Classes
    PathMatcher
  27. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def || [U <: Path] (filter: PathMatcher[U]): PathMatcher[U]

    Definition Classes
    PathMatcher

Inherited from PathMatcher[Path]

Inherited from (Path) ⇒ Boolean

Inherited from AnyRef

Inherited from Any