object FileOps
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val defaultConfigFileName: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAttributes(file: Path): BasicFileAttributes
- Annotations
- @inline()
-
def
getAttributesNoLinks(file: Path): BasicFileAttributes
- Annotations
- @inline()
- def getCanonicalConfigFile(workingDirectory: AbsoluteFile, config: Option[Path] = None): Option[Try[Path]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getFile(path: Seq[String]): Path
- Annotations
- @inline()
-
def
getFile(path: String): Path
- Annotations
- @inline()
- def getFileMatcher(paths: Seq[Path]): (Path) ⇒ Boolean
- def getLastModifiedMsec(file: Path): Long
-
def
getLastModifiedMsecNoLinks(file: Path): Long
- Annotations
- @inline()
-
def
getPath(head: String, tail: String*): Path
- Annotations
- @inline()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isAmmonite(filename: String): Boolean
- Annotations
- @inline()
-
def
isDirectory(file: Path): Boolean
- Annotations
- @inline()
-
def
isDirectoryNoLinks(file: Path): Boolean
- Annotations
- @inline()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isMarkdown(filename: String): Boolean
- Annotations
- @inline()
-
def
isRegularFile(file: Path): Boolean
- Annotations
- @inline()
-
def
isRegularFileNoLinks(file: Path): Boolean
- Annotations
- @inline()
-
def
isSbt(filename: String): Boolean
- Annotations
- @inline()
- def listFiles(file: Path, matches: (Path, BasicFileAttributes) ⇒ Boolean): Seq[Path]
- def listFiles(file: Path): Seq[Path]
- def listFiles(path: String): Seq[Path]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readFile(file: Path)(implicit codec: Codec): String
- def readFile(url: URL)(implicit codec: Codec): String
-
def
readFile(filename: String)(implicit codec: Codec): String
Reads file from file system or from http url
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def tryGetConfigInDir(dir: AbsoluteFile): Option[Try[Path]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def writeFile(filename: String, content: String)(implicit codec: Codec): Unit
- def writeFile(path: Path, content: String)(implicit codec: Codec): Unit