_AptusPath

aptus.aptmisc._AptusPath
trait _AptusPath

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AptusPath

Members list

Value members

Concrete methods

protected def _isDir(): Boolean
protected def _isFile(): Boolean
def doesNotExists(): Boolean
def exists(): Boolean
def listContent(): List[Path]
def listDirNames(): List[DirName]
def listDirPaths(): List[DirPath]
def listFileNames(): List[FileName]
def listFilePaths(): List[FilePath]
def listFilePathsRecursively(suffix: String): List[FilePath]
def listNames(): List[Name]
def listPaths(): List[Path]
def listPathsRecursively(): List[Path]
def moveTo(path: OutputFilePath): Path
def name: String
def removeEmptyDir(): Unit
def removeFile(): Unit
def removeFileIfExists(): Unit
def removeFiles(): String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def touchFile(): Unit
def writeFile(content: String): Unit

Deprecated methods

def emptyDirNonRecursively(): String

Attributes

Deprecated
true

Abstract fields

protected val path: String

Concrete fields

lazy protected val ioFile: File
lazy protected val nioPath: Path