AptusFilePath

aptus.aptmisc.AptusFilePath
final class AptusFilePath(val path: String) extends _AptusPath

Attributes

Graph
Supertypes
trait _AptusPath
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def fileName: String
def isEmpty: Boolean
def nonEmpty: Boolean

Inherited methods

protected def _isDir(): Boolean

Attributes

Inherited from:
_AptusPath
protected def _isFile(): Boolean

Attributes

Inherited from:
_AptusPath

Attributes

Inherited from:
_AptusPath
def doesNotExists(): Boolean

Attributes

Inherited from:
_AptusPath

Attributes

Inherited from:
_AptusPath

Attributes

Inherited from:
_AptusPath
def exists(): Boolean

Attributes

Inherited from:
_AptusPath
def listContent(): List[Path]

Attributes

Inherited from:
_AptusPath
def listDirNames(): List[DirName]

Attributes

Inherited from:
_AptusPath
def listDirPaths(): List[DirPath]

Attributes

Inherited from:
_AptusPath

Attributes

Inherited from:
_AptusPath
def listFileNames(): List[FileName]

Attributes

Inherited from:
_AptusPath
def listFilePaths(): List[FilePath]

Attributes

Inherited from:
_AptusPath
def listFilePathsRecursively(suffix: String): List[FilePath]

Attributes

Inherited from:
_AptusPath

Attributes

Inherited from:
_AptusPath
def listNames(): List[Name]

Attributes

Inherited from:
_AptusPath
def listPaths(): List[Path]

Attributes

Inherited from:
_AptusPath
def listPathsRecursively(): List[Path]

Attributes

Inherited from:
_AptusPath
def moveTo(path: OutputFilePath): Path

Attributes

Inherited from:
_AptusPath
def name: String

Attributes

Inherited from:
_AptusPath
def removeEmptyDir(): Unit

Attributes

Inherited from:
_AptusPath
def removeFile(): Unit

Attributes

Inherited from:
_AptusPath

Attributes

Inherited from:
_AptusPath
def removeFileIfExists(): Unit

Attributes

Inherited from:
_AptusPath

Attributes

Inherited from:
_AptusPath
def removeFiles(): String

Attributes

Inherited from:
_AptusPath
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
_AptusPath -> Any
Inherited from:
_AptusPath
def touchFile(): Unit

Attributes

Inherited from:
_AptusPath
def writeFile(content: String): Unit

Attributes

Inherited from:
_AptusPath

Deprecated and Inherited methods

def emptyDirNonRecursively(): String

Attributes

Deprecated
true
Inherited from:
_AptusPath

Concrete fields

override val path: String

Inherited fields

lazy protected val ioFile: File

Attributes

Inherited from:
_AptusPath
lazy protected val nioPath: Path

Attributes

Inherited from:
_AptusPath