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