c

sbt.internal.scripted

FileCommands

class FileCommands extends BasicStatementHandler

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileCommands
  2. BasicStatementHandler
  3. StatementHandler
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FileCommands(baseDirectory: File)

Type Members

  1. final class CommandBuilder extends AnyRef
  2. final type State = Unit

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def absent(paths: List[String]): Unit
  5. def apply(command: String, arguments: List[String]): Unit
    Definition Classes
    FileCommandsBasicStatementHandler
  6. final def apply(command: String, arguments: List[String], state: Unit): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. implicit def commandBuilder(s: String): CommandBuilder
  10. def commandMap: Map[String, (List[String]) ⇒ Unit]
  11. lazy val commands: Map[String, (List[String]) ⇒ Unit]
  12. def copyFile(from: String, to: String): Unit
  13. def delete(paths: List[String]): Unit
  14. def diffFiles(file1: String, file2: String): Unit
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def execute(command: List[String]): Unit
  18. def execute0(command: String, args: List[String]): Unit
  19. def exists(paths: List[String]): Unit
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def finish(state: Unit): Unit
  22. def fromString(path: String): File
  23. def fromStrings(paths: List[String]): List[File]
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def initialState: Unit
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def makeDirectories(paths: List[String]): Unit
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def newer(a: String, b: String): Unit
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def scriptError(message: String): Unit
  34. def spaced[T](l: Seq[T]): String
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def touch(paths: List[String]): Unit
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from BasicStatementHandler

Inherited from StatementHandler

Inherited from AnyRef

Inherited from Any

Ungrouped