object
Cmds
Type Members
-
implicit
class
FileDsl extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
cat(files: File*): Seq[Iterator[Byte]]
-
def
chgrp(group: String, file: File): File
-
def
chmod(permissions: String, file: File): File
-
def
chmod_+(permission: PosixFilePermission, file: File): File
-
def
chmod_-(permission: PosixFilePermission, file: File): File
-
def
chown(owner: String, file: File): File
-
def
clone(): AnyRef
-
def
cp(file1: File, file2: File): File
-
def
cwd: File
-
def
del(file: File): File
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
ln(file1: File, file2: File): File
-
def
ln_s(file1: File, file2: File): File
-
-
-
def
md5(file: File): String
-
def
mkdir(file: File): File
-
def
mkdirs(file: File): File
-
def
mv(file1: File, file2: File): File
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
pwd: File
-
-
def
sha1(file: File): String
-
def
sha256(file: File): String
-
def
sha512(file: File): String
-
def
stat(file: File): PosixFileAttributes
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
touch(file: File): File
-
def
unzip(zipFile: File)(destination: File)(implicit codec: Codec): File
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
zip(files: File*)(destination: File, compressionLevel: Int = Deflater.DEFAULT_COMPRESSION)(implicit codec: Codec): File
-
Inherited from AnyRef
Inherited from Any
Do file ops using a UNIX command line DSL