Package 

Class DefaultProjectApiHelper

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultProjectApiHelper(ObjectFactory factory, ExecOperations execOperations, FileSystemOperations fileSystemOperations, ArchiveOperations archiveOperations)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ConfigurableFileTree fileTree(Directory directory)
      FileTree zipTree(File tarPath)
      FileTree tarTree(File tarPath)
      WorkResult copy(Action<CopySpec> action)
      WorkResult delete(Action<DeleteSpec> action)
      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

      • DefaultProjectApiHelper

        DefaultProjectApiHelper(ObjectFactory factory, ExecOperations execOperations, FileSystemOperations fileSystemOperations, ArchiveOperations archiveOperations)
    • Method Detail

      • fileTree

         ConfigurableFileTree fileTree(Directory directory)
      • copy

         WorkResult copy(Action<CopySpec> action)
      • delete

         WorkResult delete(Action<DeleteSpec> action)
      • exec

         ExecResult exec(Action<ExecSpec> action)