class FileCommands extends BasicStatementHandler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileCommands
- BasicStatementHandler
- StatementHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FileCommands(baseDirectory: File)
Type Members
- final class CommandBuilder extends AnyRef
-
final
type
State = Unit
- Definition Classes
- BasicStatementHandler → StatementHandler
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
- def absent(paths: List[String]): Unit
-
def
apply(command: String, arguments: List[String]): Unit
- Definition Classes
- FileCommands → BasicStatementHandler
-
final
def
apply(command: String, arguments: List[String], state: Unit): Unit
- Definition Classes
- BasicStatementHandler → StatementHandler
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def commandBuilder(s: String): CommandBuilder
- def commandMap: Map[String, (List[String]) ⇒ Unit]
- lazy val commands: Map[String, (List[String]) ⇒ Unit]
- def copyFile(from: String, to: String): Unit
- def delete(paths: List[String]): Unit
- def diffFiles(file1: String, file2: String): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def execute(command: List[String]): Unit
- def execute0(command: String, args: List[String]): Unit
- def exists(paths: List[String]): Unit
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
finish(state: Unit): Unit
- Definition Classes
- BasicStatementHandler → StatementHandler
- def fromString(path: String): File
- def fromStrings(paths: List[String]): List[File]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
initialState: Unit
- Definition Classes
- BasicStatementHandler → StatementHandler
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeDirectories(paths: List[String]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newer(a: String, b: String): Unit
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def scriptError(message: String): Unit
- def spaced[T](l: Seq[T]): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def touch(paths: List[String]): Unit
-
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()