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() @HotSpotIntrinsicCandidate()
  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 getAttributes(file: Path): BasicFileAttributes
    Annotations
    @inline()
  10. def getAttributesNoLinks(file: Path): BasicFileAttributes
    Annotations
    @inline()
  11. def getCanonicalConfigFile(workingDirectory: AbsoluteFile, config: Option[Path] = None): Option[Try[Path]]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getFile(path: Seq[String]): Path
    Annotations
    @inline()
  14. def getFile(path: String): Path
    Annotations
    @inline()
  15. def getFileMatcher(paths: Seq[Path]): (Path) ⇒ Boolean
  16. def getLastModifiedMsec(file: Path): Long
  17. def getLastModifiedMsecNoLinks(file: Path): Long
    Annotations
    @inline()
  18. def getPath(head: String, tail: String*): Path
    Annotations
    @inline()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def isAmmonite(filename: String): Boolean
    Annotations
    @inline()
  21. def isDirectory(file: Path): Boolean
    Annotations
    @inline()
  22. def isDirectoryNoLinks(file: Path): Boolean
    Annotations
    @inline()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isMarkdown(filename: String): Boolean
    Annotations
    @inline()
  25. def isRegularFile(file: Path): Boolean
    Annotations
    @inline()
  26. def isRegularFileNoLinks(file: Path): Boolean
    Annotations
    @inline()
  27. def isSbt(filename: String): Boolean
    Annotations
    @inline()
  28. def listFiles(file: Path, matches: (Path, BasicFileAttributes) ⇒ Boolean): Seq[Path]
  29. def listFiles(file: Path): Seq[Path]
  30. def listFiles(path: String): Seq[Path]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def readFile(file: Path)(implicit codec: Codec): String
  35. def readFile(url: URL)(implicit codec: Codec): String
  36. def readFile(filename: String)(implicit codec: Codec): String

    Reads file from file system or from http url

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped