scalax.file

PathMatcher

object PathMatcher extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PathMatcher
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. class AccessMatcher extends PathMatcher

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

  2. class FunctionMatcher extends PathMatcher

  3. class GlobNameMatcher extends PathMatcher

    Attributes
    final
  4. class GlobPathMatcher extends PathMatcher

    Attributes
    final
  5. case class NameIs (name: String) extends FunctionMatcher with Product with Serializable

    Attributes
    final
  6. class RegexNameMatcher extends PathMatcher

    Attributes
    final
  7. class RegexPathMatcher extends PathMatcher

    Attributes
    final

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 == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. object AccessMatcher extends AnyRef

  7. object All extends PathMatcher

    matches all paths

  8. object Exists extends PathMatcher

    matches a path if it is Exists

  9. object GlobNameMatcher extends AnyRef

  10. object GlobPathMatcher extends AnyRef

  11. object IsDirectory extends PathMatcher

    matches a path if it is a Directory (and exists)

  12. object IsFile extends PathMatcher

    matches a path if it is a file (and exists)

  13. object NonExistent extends PathMatcher

    matches a path if it does not Exist

  14. object RegexNameMatcher extends AnyRef

  15. object RegexPathMatcher extends AnyRef

  16. object StandardSyntax extends AnyRef

    Contains the constants for the different PathMatcher syntaxes that are supported by all filesystems

  17. def asInstanceOf [T0] : T0

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def eq (arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  30. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any