Package 

Interface ProjectApiHelper

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ConfigurableFileTree fileTree(Directory directory)
      abstract FileTree zipTree(File tarPath)
      abstract FileTree tarTree(File tarPath)
      abstract WorkResult copy(Action<CopySpec> action)
      abstract WorkResult delete(Action<DeleteSpec> action)
      abstract ExecResult exec(Action<ExecSpec> action)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • fileTree

         abstract ConfigurableFileTree fileTree(Directory directory)
      • copy

         abstract WorkResult copy(Action<CopySpec> action)
      • delete

         abstract WorkResult delete(Action<DeleteSpec> action)
      • exec

         abstract ExecResult exec(Action<ExecSpec> action)