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[Path]

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

  2. class AttributeMatcher extends PathMatcher[Path]

    Matches a path if the attributes have the same values for the file.

  3. class FunctionMatcher [T <: Path] extends PathMatcher[T]

  4. class GlobNameMatcher extends PathMatcher[Path]

    Attributes
    final
  5. class GlobPathMatcher extends PathMatcher[Path]

    Attributes
    final
  6. case class NameIs (name: String) extends FunctionMatcher[Path] with Product with Serializable

    Attributes
    final
  7. class RegexNameMatcher extends PathMatcher[Path]

    Attributes
    final
  8. class RegexPathMatcher extends PathMatcher[Path]

    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[Path]

    matches all paths

  8. object AttributeMatcher extends AnyRef

  9. object Exists extends PathMatcher[Path]

    matches a path if it is Exists

  10. object GlobNameMatcher extends AnyRef

  11. object GlobPathMatcher extends AnyRef

  12. object IsDirectory extends PathMatcher[Path]

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

  13. object IsFile extends PathMatcher[Path]

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

  14. object NonExistent extends PathMatcher[Path]

    matches a path if it does not Exist

  15. object RegexNameMatcher extends AnyRef

  16. object RegexPathMatcher extends AnyRef

  17. object StandardSyntax extends AnyRef

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

  18. def asInstanceOf [T0] : T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any