All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static IQuestionNode |
copy(IQuestionNode question) |
static Question |
copy(Question question) |
static QuestionPart |
copy(QuestionPart questionPart) |
static Reference |
copy(Reference reference) |
static App |
createApp(File file) |
static App |
createApp(String value) |
static String |
cut(String input,
String from) |
static String |
cut(String input,
String from,
int occurence) |
static String |
cut(String input,
String from,
String to) |
static String |
cut(String input,
String from,
String to,
int occurence) |
static String |
cutFromFirstToLast(String input,
String fromFirst,
String toLast) |
static String |
cutFromStart(String input,
String to) |
static String |
cutFromStart(String input,
String to,
int occurence) |
static File |
findFileWithAsterisk(File file) |
static Statement |
fromStatementString(String statement) |
static int |
getCardinality(Tool tool,
String operator) |
static String |
getDate() |
static Reference |
getFrom(List<Reference> references) |
static int |
getPid(Process p) |
static Reference |
getTo(List<Reference> references) |
static File |
makeUnique(File file) |
static String |
modeToString(int mode) |
static Answer |
removeRedundant(Answer answer) |
static boolean |
replaceAllQuestionPart(IQuestionNode question,
QuestionPart needle,
IQuestionNode replacement) |
static boolean |
replaceQuestionPart(IQuestionNode question,
QuestionPart needle,
IQuestionNode replacement) |
static String |
replaceVariables(String str,
OperatorTaskInfo taskinfo,
List<File> tempAnswerFiles) |
static String |
replaceVariables(String str,
TaskInfo taskinfo) |
static String |
replaceVariables(String str,
TaskInfo taskinfo,
App app) |
static String |
replaceVariables(String str,
TaskInfo taskinfo,
QuestionPart question) |
static String |
replaceVariables(String str,
ToolTaskInfo taskinfo,
File resultFile) |
static Object |
toRAW(App app) |
static Object |
toRAW(Reference reference) |
static String |
toRAW(Tool tool) |
static String |
toString(Answer answer) |
static String |
toString(Flow flow) |
static String |
toString(Flows flows) |
static String |
toString(Intentsink intentsink) |
static String |
toString(Intentsinks intentsinks) |
static String |
toString(Intentsource intentsource) |
static String |
toString(Intentsources intentsources) |
static String |
toString(List<Tool> tools) |
static String |
toString(Permission permission) |
static String |
toString(Permissions permissions) |
static String |
toString(Reference reference) |
static String |
toString(Reference reference,
int level) |
static String |
toString(Target target) |
static String |
toString(Tool tool) |
static void |
waitForResult(String msg,
File result) |