Object/Trait

org.specs2.io

FilePathReader

Related Docs: trait FilePathReader | package io

Permalink

object FilePathReader extends FilePathReader

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def doesNotExist(directoryPath: DirectoryPath): Action[Boolean]

    Permalink

    returns

    true if the directory doesn't exist

    Definition Classes
    FilePathReader
  7. def doesNotExist(filePath: FilePath): Action[Boolean]

    Permalink

    returns

    true if the file doesn't exist

    Definition Classes
    FilePathReader
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def exists(directoryPath: DirectoryPath): Action[Boolean]

    Permalink

    returns

    true if the directory exists

    Definition Classes
    FilePathReader
  11. def exists(filePath: FilePath): Action[Boolean]

    Permalink

    returns

    true if the file exists

    Definition Classes
    FilePathReader
  12. def filePaths(dir: DirectoryPath, glob: String, verbose: Boolean): Action[IndexedSeq[FilePath]]

    Permalink

    returns

    the list of file paths accessible from dir

    Definition Classes
    FilePathReader
  13. def filterWithPattern(pattern: String): (FilePath) ⇒ Boolean

    Permalink

    filter files according to a regex pattern

    filter files according to a regex pattern

    Definition Classes
    FilePathReader
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def globToPattern(glob: String): String

    Permalink

    returns

    the regular expression equivalent to a glob pattern (see the specs for Fragments)

    Definition Classes
    FilePathReader
  17. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  19. def listDirectDirectoryPaths(directory: DirectoryPath): Action[IndexedSeq[DirectoryPath]]

    Permalink

    returns

    the files directly accessible from a directory

    Definition Classes
    FilePathReader
  20. def listDirectFilePaths(directory: DirectoryPath): Action[IndexedSeq[FilePath]]

    Permalink

    returns

    the files directly accessible from a directory

    Definition Classes
    FilePathReader
  21. def listFilePaths(directory: DirectoryPath): Action[IndexedSeq[FilePath]]

    Permalink

    returns

    the files accessible recursively from a directory

    Definition Classes
    FilePathReader
  22. def md5(filePath: FilePath): Action[String]

    Permalink

    returns

    the MD5 hash of a file

    Definition Classes
    FilePathReader
  23. def mustBeADirectory(file: File): Action[Unit]

    Permalink

    succeeds if the file is a directory

    succeeds if the file is a directory

    Definition Classes
    FilePathReader
  24. def mustExist(file: File): Action[Unit]

    Permalink

    succeeds if the file exists

    succeeds if the file exists

    Definition Classes
    FilePathReader
  25. def mustNotBeADirectory(file: File): Action[Unit]

    Permalink

    succeeds if the file is not a directory

    succeeds if the file is not a directory

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def readBytes(filePath: FilePath): Action[Array[Byte]]

    Permalink

    read the content of a file as an Array of Bytes

    read the content of a file as an Array of Bytes

    Definition Classes
    FilePathReader
  30. def readFile(path: FilePath): Action[String]

    Permalink

    returns

    the content of a file encoded as UTF8

    Definition Classes
    FilePathReader
  31. def readFileWithCodec(path: FilePath, codec: Codec): Action[String]

    Permalink

    returns

    the content of a file with a specific codec

    Definition Classes
    FilePathReader
  32. def readLines(filePath: FilePath): Action[IndexedSeq[String]]

    Permalink

    returns

    the content of a file as UTF-8 lines

    Definition Classes
    FilePathReader
  33. def readLinesWithCodec(filePath: FilePath, codec: Codec): Action[IndexedSeq[String]]

    Permalink

    returns

    the content of a file with a specific codec

    Definition Classes
    FilePathReader
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FilePathReader

Inherited from AnyRef

Inherited from Any

Ungrouped