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
Learn more about member selection
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def absent(paths: List[String]): Unit

  7. def apply(command: String, arguments: List[String]): Unit

    Definition Classes
    FileCommandsBasicStatementHandler
  8. final def apply(command: String, arguments: List[String], state: Unit): Unit

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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 finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def finish(state: Unit): Unit

  24. def fromString(path: String): File

  25. def fromStrings(paths: List[String]): List[File]

  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. final def initialState: Unit

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def makeDirectories(paths: List[String]): Unit

  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. def newer(a: String, b: String): Unit

  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def scriptError(message: String): Unit

  36. def spaced[T](l: Seq[T]): String

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def touch(paths: List[String]): Unit

  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BasicStatementHandler

Inherited from StatementHandler

Inherited from AnyRef

Inherited from Any

Ungrouped