bee

bee

TaskOperations

TaskOperations()

project()Project

Project

Get the current processing Project.

ui()UserInterface

UserInterface

Get the current UserInterface.

config(ClassTtask)C

TTaskC
C
ClassTtask
C

Get the task config which is associated with the current project.

config(ClassTtask, kiss.WiseConsumerCconfig)void

TTaskC
C
ClassTtask
kiss.WiseConsumerCconfig

Get the task config which is associated with the current project.

makeDirectory(psychopath.Directorybase, Stringpath)psychopath.Directory

psychopath.Directorybase
Stringpath
psychopath.Directory

Utility method for task.

makeFile(psychopath.Filefile, kiss.XMLxml)psychopath.File

psychopath.Filefile

A file path to write.

kiss.XMLxml

A file contents.

psychopath.File

Utility method to write xml file.

makeFile(psychopath.Filepath, Propertiesproperties)psychopath.File

psychopath.Filepath

A file path to write.

Propertiesproperties

A file contents.

psychopath.File

Utility method to write property file.

makeFile(Stringpath, Stringcontent)psychopath.File

Stringpath

A file path to write.

Stringcontent

A file content.

psychopath.File

Utility method to write file.

makeFile(psychopath.Filefile, Stringcontent)psychopath.File

psychopath.Filefile

A file path to write.

Stringcontent

A file content.

psychopath.File

Utility method to write file.

makeFile(Stringpath, IterableStringcontent)psychopath.File

Stringpath

A file path to write.

IterableStringcontent

A file content.

psychopath.File

Utility method to write file.

makeFile(psychopath.Filefile, IterableStringcontent)psychopath.File

psychopath.Filefile

A file path to write.

IterableStringcontent

A file content.

psychopath.File

Utility method to write file.

makeFile(psychopath.Filefile, kiss.WiseFunctionString, Stringreplacer)psychopath.File

psychopath.Filefile

A file path to write.

kiss.WiseFunctionString, Stringreplacer

A file content replacer.

psychopath.File

Utility method to write file.

deleteFile(Stringpath)void

Stringpath

A file path to delete.

Utility method to delete file.

deleteFile(psychopath.Filefile)void

psychopath.Filefile

A file to delete.

Utility method to delete file.

deleteDirectory(Stringpath)void

Stringpath

A directory path to delete.

Utility method to delete directory.

deletedirectory(psychopath.Directorydir)void

psychopath.Directorydir

A directory to delete.

Utility method to delete directory.

copyFile(psychopath.Filefrom, psychopath.Fileto)void

psychopath.Filefrom

A file to copy.

psychopath.Fileto

A destination.

Utility method to delete file.

pack(psychopath.Directoryfrom, psychopath.Fileto)void

psychopath.Directoryfrom
psychopath.Fileto

Utilitu method to unpack archive.

pack(psychopath.Directoryfrom, psychopath.Fileto, UnaryOperatorpsychopath.Optionoptions)void

psychopath.Directoryfrom
psychopath.Fileto
UnaryOperatorpsychopath.Optionoptions

Utilitu method to unpack archive.

unpack(psychopath.Filefrom, psychopath.Directoryto)void

psychopath.Filefrom
psychopath.Directoryto

Utilitu method to unpack archive.

unpack(psychopath.Filefrom, psychopath.Directoryto, UnaryOperatorpsychopath.Optionoptions)void

psychopath.Filefrom
psychopath.Directoryto
UnaryOperatorpsychopath.Optionoptions

Utilitu method to unpack archive.

checkFile(Stringpath)boolean

Stringpath

A file path to check.

boolean

Utility method to check file.

checkFile(psychopath.Filefile)boolean

psychopath.Filefile

A file to check.

boolean

Utility method to check file.

require(ValuedTaskReferenceT, Rtask)R

TTask
R
ValuedTaskReferenceT, Rtask

A task to execute.

R

Execute required tasks.

require(TaskReferenceTtask)void

TTask
TaskReferenceTtask

A task to execute.

Execute required tasks.

require(TaskReferenceT1task1, TaskReferenceT2task2)void

T1Task
T2Task
TaskReferenceT1task1

A task to execute.

TaskReferenceT2task2

A task to execute.

Execute required tasks in parallel.

require(TaskReferenceT1task1, TaskReferenceT2task2, TaskReferenceT3task3)void

T1Task
T2Task
T3Task
TaskReferenceT1task1

A task to execute.

TaskReferenceT2task2

A task to execute.

TaskReferenceT3task3

A task to execute.

Execute required tasks in parallel.

require(TaskReferenceT1task1, TaskReferenceT2task2, TaskReferenceT3task3, TaskReferenceT4task4)void

T1Task
T2Task
T3Task
T4Task
TaskReferenceT1task1

A task to execute.

TaskReferenceT2task2

A task to execute.

TaskReferenceT3task3

A task to execute.

TaskReferenceT4task4

A task to execute.

Execute required tasks in parallel.

require(TaskReferenceT1task1, TaskReferenceT2task2, TaskReferenceT3task3, TaskReferenceT4task4, TaskReferenceT5task5)void

T1Task
T2Task
T3Task
T4Task
T5Task
TaskReferenceT1task1

A task to execute.

TaskReferenceT2task2

A task to execute.

TaskReferenceT3task3

A task to execute.

TaskReferenceT4task4

A task to execute.

TaskReferenceT5task5

A task to execute.

Execute required tasks in parallel.