bee
TaskOperations
TaskOperations()
project()Project
Project |
Get the current processing Project.
ui()UserInterface
UserInterface |
Get the current UserInterface.
config(ClassTtask)C
ClassTtask)T |
|
C |
|
Classtask |
|
C |
Get the task config which is associated with the current project.
config(ClassTtask, kiss.WiseConsumerCconfig)void
ClassTtask, kiss.WiseConsumerCconfig)T |
|
C |
|
Classtask |
|
kiss.WiseConsumerconfig |
Get the task config which is associated with the current project.
makeDirectory(psychopath.Directorybase, Stringpath)psychopath.Directory
psychopath.Directorybase, Stringpath)psychopath.Directorybase |
|
Stringpath |
|
psychopath.Directory |
Utility method for task.
makeFile(psychopath.Filefile, kiss.XMLxml)psychopath.File
psychopath.Filefile, kiss.XMLxml)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, Propertiesproperties)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, Stringcontent)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, Stringcontent)psychopath.Filefile |
A file path to write. |
Stringcontent |
A file content. |
psychopath.File |
Utility method to write file.
makeFile(Stringpath, IterableStringcontent)psychopath.File
Stringpath, IterableStringcontent)Stringpath |
A file path to write. |
Iterablecontent |
A file content. |
psychopath.File |
Utility method to write file.
makeFile(psychopath.Filefile, IterableStringcontent)psychopath.File
psychopath.Filefile, IterableStringcontent)psychopath.Filefile |
A file path to write. |
Iterablecontent |
A file content. |
psychopath.File |
Utility method to write file.
makeFile(psychopath.Filefile, kiss.WiseFunctionString, Stringreplacer)psychopath.File
psychopath.Filefile, kiss.WiseFunctionString, Stringreplacer)psychopath.Filefile |
A file path to write. |
kiss.WiseFunctionreplacer |
A file content replacer. |
psychopath.File |
Utility method to write file.
deleteFile(Stringpath)void
Stringpath)Stringpath |
A file path to delete. |
Utility method to delete file.
deleteFile(psychopath.Filefile)void
psychopath.Filefile)psychopath.Filefile |
A file to delete. |
Utility method to delete file.
deleteDirectory(Stringpath)void
Stringpath)Stringpath |
A directory path to delete. |
Utility method to delete directory.
deletedirectory(psychopath.Directorydir)void
psychopath.Directorydir)psychopath.Directorydir |
A directory to delete. |
Utility method to delete directory.
copyFile(psychopath.Filefrom, psychopath.Fileto)void
psychopath.Filefrom, psychopath.Fileto)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)psychopath.Directoryfrom |
|
psychopath.Fileto |
Utilitu method to unpack archive.
pack(psychopath.Directoryfrom, psychopath.Fileto, UnaryOperatorpsychopath.Optionoptions)void
psychopath.Directoryfrom, psychopath.Fileto, UnaryOperatorpsychopath.Optionoptions)psychopath.Directoryfrom |
|
psychopath.Fileto |
|
UnaryOperatoroptions |
Utilitu method to unpack archive.
unpack(psychopath.Filefrom, psychopath.Directoryto)void
psychopath.Filefrom, psychopath.Directoryto)psychopath.Filefrom |
|
psychopath.Directoryto |
Utilitu method to unpack archive.
unpack(psychopath.Filefrom, psychopath.Directoryto, UnaryOperatorpsychopath.Optionoptions)void
psychopath.Filefrom, psychopath.Directoryto, UnaryOperatorpsychopath.Optionoptions)psychopath.Filefrom |
|
psychopath.Directoryto |
|
UnaryOperatoroptions |
Utilitu method to unpack archive.
checkFile(Stringpath)boolean
Stringpath)Stringpath |
A file path to check. |
boolean |
Utility method to check file.
checkFile(psychopath.Filefile)boolean
psychopath.Filefile)psychopath.Filefile |
A file to check. |
boolean |
Utility method to check file.
require(ValuedTaskReferenceT, Rtask)R
ValuedTaskReferenceT, Rtask)T |
|
R |
|
ValuedTaskReferencetask |
A task to execute. |
R |
Execute required tasks.
require(TaskReferenceTtask)void
TaskReferenceTtask)T |
|
TaskReferencetask |
A task to execute. |
Execute required tasks.
require(TaskReferenceT1task1, TaskReferenceT2task2)void
TaskReferenceT1task1, TaskReferenceT2task2)T1 |
|
T2 |
|
TaskReferencetask1 |
A task to execute. |
TaskReferencetask2 |
A task to execute. |
Execute required tasks in parallel.
require(TaskReferenceT1task1, TaskReferenceT2task2, TaskReferenceT3task3)void
TaskReferenceT1task1, TaskReferenceT2task2, TaskReferenceT3task3)T1 |
|
T2 |
|
T3 |
|
TaskReferencetask1 |
A task to execute. |
TaskReferencetask2 |
A task to execute. |
TaskReferencetask3 |
A task to execute. |
Execute required tasks in parallel.
require(TaskReferenceT1task1, TaskReferenceT2task2, TaskReferenceT3task3, TaskReferenceT4task4)void
TaskReferenceT1task1, TaskReferenceT2task2, TaskReferenceT3task3, TaskReferenceT4task4)T1 |
|
T2 |
|
T3 |
|
T4 |
|
TaskReferencetask1 |
A task to execute. |
TaskReferencetask2 |
A task to execute. |
TaskReferencetask3 |
A task to execute. |
TaskReferencetask4 |
A task to execute. |
Execute required tasks in parallel.
require(TaskReferenceT1task1, TaskReferenceT2task2, TaskReferenceT3task3, TaskReferenceT4task4, TaskReferenceT5task5)void
TaskReferenceT1task1, TaskReferenceT2task2, TaskReferenceT3task3, TaskReferenceT4task4, TaskReferenceT5task5)T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
TaskReferencetask1 |
A task to execute. |
TaskReferencetask2 |
A task to execute. |
TaskReferencetask3 |
A task to execute. |
TaskReferencetask4 |
A task to execute. |
TaskReferencetask5 |
A task to execute. |
Execute required tasks in parallel.