scalax.file.PathMatcher

AccessMatcher

class AccessMatcher extends PathMatcher[Path]

Matches a path if the access modes are applicable for the file.

If the file does not exist this matcher will not match

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

Instance Constructors

  1. new AccessMatcher (accessModes: AccessMode*)

    accessModes

    the access modes that must be applicable on the path object.

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. val accessModeSet : Set[AccessMode]

  9. def andThen [A] (g: (Boolean) ⇒ A): (Path) ⇒ A

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

    Definition Classes
    AccessMatcher → Function1
  11. def asInstanceOf [T0] : T0

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  23. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    AccessMatcher → 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