Packages

object FileOps

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val defaultConfigFileName: String
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getAttributes(file: Path): BasicFileAttributes
    Annotations
    @inline()
  11. def getAttributesNoLinks(file: Path): BasicFileAttributes
    Annotations
    @inline()
  12. def getCanonicalConfigFile(workingDirectory: AbsoluteFile, config: Option[Path] = None): Option[Try[Path]]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getFile(path: Seq[String]): Path
    Annotations
    @inline()
  15. def getFile(path: String): Path
    Annotations
    @inline()
  16. def getFileMatcher(paths: Seq[Path]): (Path) ⇒ Boolean
  17. def getLastModifiedMsec(file: Path): Long
  18. def getLastModifiedMsecNoLinks(file: Path): Long
    Annotations
    @inline()
  19. def getPath(head: String, tail: String*): Path
    Annotations
    @inline()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def isAmmonite(filename: String): Boolean
    Annotations
    @inline()
  22. def isDirectory(file: Path): Boolean
    Annotations
    @inline()
  23. def isDirectoryNoLinks(file: Path): Boolean
    Annotations
    @inline()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isMarkdown(filename: String): Boolean
    Annotations
    @inline()
  26. def isRegularFile(file: Path): Boolean
    Annotations
    @inline()
  27. def isRegularFileNoLinks(file: Path): Boolean
    Annotations
    @inline()
  28. def isSbt(filename: String): Boolean
    Annotations
    @inline()
  29. def listFiles(file: Path, matches: (Path, BasicFileAttributes) ⇒ Boolean): Seq[Path]
  30. def listFiles(file: Path): Seq[Path]
  31. def listFiles(path: String): Seq[Path]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def readFile(file: Path)(implicit codec: Codec): String
  36. def readFile(url: URL)(implicit codec: Codec): String
  37. def readFile(filename: String)(implicit codec: Codec): String

    Reads file from file system or from http url

  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def tryGetConfigInDir(dir: AbsoluteFile): Option[Try[Path]]
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. def writeFile(filename: String, content: String)(implicit codec: Codec): Unit
  45. def writeFile(path: Path, content: String)(implicit codec: Codec): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped