PlatformFiles

bloop.config.PlatformFiles
object PlatformFiles

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Path = Path

Value members

Concrete methods

def createTempFile(prefix: String, suffix: String): Path
def deleteTempFile(path: Path): Unit
def getFileName(path: Path): Path
def getPath(path: String): Path
def readAllBytes(path: Path): Array[Byte]
def resolve(parent: Path, child: String): Path
def userDir: Path
def write(path: Path, bytes: Array[Byte]): Unit

Concrete fields