bee
TaskOperations
TaskOperations
()
project
()
Project
Project |
Get the current processing Project
.
ui
()
UserInterface
UserInterface |
Get the current UserInterface
.
config
(ClassT
task
)
C
ClassT
task
)T
|
|
C |
|
Class task |
|
C |
Get the task config which is associated with the current project.
config
(ClassT
task
, kiss.WiseConsumerC
config
)
void
ClassT
task
, kiss.WiseConsumerC
config
)T
|
|
C |
|
Class task |
|
kiss.WiseConsumer config |
Get the task config which is associated with the current project.
makeDirectory
(psychopath.Directory
base
, String
path
)
psychopath.Directory
psychopath.Directory
base
, String
path
)psychopath.Directory base |
|
String path |
|
psychopath.Directory |
Utility method for task.
makeFile
(psychopath.File
file
, kiss.XML
xml
)
psychopath.File
psychopath.File
file
, kiss.XML
xml
)psychopath.File file |
A file path to write. |
kiss.XML xml |
A file contents. |
psychopath.File |
Utility method to write xml file.
makeFile
(psychopath.File
path
, Properties
properties
)
psychopath.File
psychopath.File
path
, Properties
properties
)psychopath.File path |
A file path to write. |
Properties properties |
A file contents. |
psychopath.File |
Utility method to write property file.
makeFile
(String
path
, String
content
)
psychopath.File
String
path
, String
content
)String path |
A file path to write. |
String content |
A file content. |
psychopath.File |
Utility method to write file.
makeFile
(psychopath.File
file
, String
content
)
psychopath.File
psychopath.File
file
, String
content
)psychopath.File file |
A file path to write. |
String content |
A file content. |
psychopath.File |
Utility method to write file.
makeFile
(String
path
, IterableString
content
)
psychopath.File
String
path
, IterableString
content
)String path |
A file path to write. |
Iterable content |
A file content. |
psychopath.File |
Utility method to write file.
makeFile
(psychopath.File
file
, IterableString
content
)
psychopath.File
psychopath.File
file
, IterableString
content
)psychopath.File file |
A file path to write. |
Iterable content |
A file content. |
psychopath.File |
Utility method to write file.
makeFile
(psychopath.File
file
, kiss.WiseFunctionString
, String
replacer
)
psychopath.File
psychopath.File
file
, kiss.WiseFunctionString
, String
replacer
)psychopath.File file |
A file path to write. |
kiss.WiseFunction replacer |
A file content replacer. |
psychopath.File |
Utility method to write file.
deleteFile
(String
path
)
void
String
path
)String path |
A file path to delete. |
Utility method to delete file.
deleteFile
(psychopath.File
file
)
void
psychopath.File
file
)psychopath.File file |
A file to delete. |
Utility method to delete file.
deleteDirectory
(String
path
)
void
String
path
)String path |
A directory path to delete. |
Utility method to delete directory.
deletedirectory
(psychopath.Directory
dir
)
void
psychopath.Directory
dir
)psychopath.Directory dir |
A directory to delete. |
Utility method to delete directory.
copyFile
(psychopath.File
from
, psychopath.File
to
)
void
psychopath.File
from
, psychopath.File
to
)psychopath.File from |
A file to copy. |
psychopath.File to |
A destination. |
Utility method to delete file.
pack
(psychopath.Directory
from
, psychopath.File
to
)
void
psychopath.Directory
from
, psychopath.File
to
)psychopath.Directory from |
|
psychopath.File to |
Utilitu method to unpack archive.
pack
(psychopath.Directory
from
, psychopath.File
to
, UnaryOperatorpsychopath.Option
options
)
void
psychopath.Directory
from
, psychopath.File
to
, UnaryOperatorpsychopath.Option
options
)psychopath.Directory from |
|
psychopath.File to |
|
UnaryOperator options |
Utilitu method to unpack archive.
unpack
(psychopath.File
from
, psychopath.Directory
to
)
void
psychopath.File
from
, psychopath.Directory
to
)psychopath.File from |
|
psychopath.Directory to |
Utilitu method to unpack archive.
unpack
(psychopath.File
from
, psychopath.Directory
to
, UnaryOperatorpsychopath.Option
options
)
void
psychopath.File
from
, psychopath.Directory
to
, UnaryOperatorpsychopath.Option
options
)psychopath.File from |
|
psychopath.Directory to |
|
UnaryOperator options |
Utilitu method to unpack archive.
checkFile
(String
path
)
boolean
String
path
)String path |
A file path to check. |
boolean |
Utility method to check file.
checkFile
(psychopath.File
file
)
boolean
psychopath.File
file
)psychopath.File file |
A file to check. |
boolean |
Utility method to check file.
require
(ValuedTaskReferenceT
, R
task
)
R
ValuedTaskReferenceT
, R
task
)T
|
|
R |
|
ValuedTaskReference task |
A task to execute. |
R |
Execute required tasks.
require
(TaskReferenceT
task
)
void
TaskReferenceT
task
)T
|
|
TaskReference task |
A task to execute. |
Execute required tasks.
require
(TaskReferenceT1
task1
, TaskReferenceT2
task2
)
void
TaskReferenceT1
task1
, TaskReferenceT2
task2
)T1
|
|
T2
|
|
TaskReference task1 |
A task to execute. |
TaskReference task2 |
A task to execute. |
Execute required tasks in parallel.
require
(TaskReferenceT1
task1
, TaskReferenceT2
task2
, TaskReferenceT3
task3
)
void
TaskReferenceT1
task1
, TaskReferenceT2
task2
, TaskReferenceT3
task3
)T1
|
|
T2
|
|
T3
|
|
TaskReference task1 |
A task to execute. |
TaskReference task2 |
A task to execute. |
TaskReference task3 |
A task to execute. |
Execute required tasks in parallel.
require
(TaskReferenceT1
task1
, TaskReferenceT2
task2
, TaskReferenceT3
task3
, TaskReferenceT4
task4
)
void
TaskReferenceT1
task1
, TaskReferenceT2
task2
, TaskReferenceT3
task3
, TaskReferenceT4
task4
)T1
|
|
T2
|
|
T3
|
|
T4
|
|
TaskReference task1 |
A task to execute. |
TaskReference task2 |
A task to execute. |
TaskReference task3 |
A task to execute. |
TaskReference task4 |
A task to execute. |
Execute required tasks in parallel.
require
(TaskReferenceT1
task1
, TaskReferenceT2
task2
, TaskReferenceT3
task3
, TaskReferenceT4
task4
, TaskReferenceT5
task5
)
void
TaskReferenceT1
task1
, TaskReferenceT2
task2
, TaskReferenceT3
task3
, TaskReferenceT4
task4
, TaskReferenceT5
task5
)T1
|
|
T2
|
|
T3
|
|
T4
|
|
T5
|
|
TaskReference task1 |
A task to execute. |
TaskReference task2 |
A task to execute. |
TaskReference task3 |
A task to execute. |
TaskReference task4 |
A task to execute. |
TaskReference task5 |
A task to execute. |
Execute required tasks in parallel.