source: release-kits/lirk3/ant-scripts/tasks/antelope/src/ise/antelope/tasks/antelopetaskdefs@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 1.9 KB
Line 
1antcallback=ise.antelope.tasks.AntCallBack
2antfetch=ise.antelope.tasks.AntFetch
3assert=ise.antelope.tasks.Assert
4bool=ise.antelope.tasks.BooleanConditionTask
5break=ise.antelope.tasks.Break
6call=ise.antelope.tasks.Call
7case=ise.antelope.tasks.Case
8catch=ise.antelope.tasks.CatchTask
9default=ise.antelope.tasks.DefaultCase
10else=ise.antelope.tasks.ElseTask
11finally=ise.antelope.tasks.FinallyTask
12find=ise.antelope.tasks.Find
13foreach=ise.antelope.tasks.Foreach
14grep=ise.antelope.tasks.Find
15if=ise.antelope.tasks.IfTask
16limit=ise.antelope.tasks.Limit
17math=ise.antelope.tasks.MathTask
18new=ise.antelope.tasks.New
19post=ise.antelope.tasks.PostTask
20prop=ise.antelope.tasks.Prop
21readlog=ise.antelope.tasks.ReadLog
22repeat=ise.antelope.tasks.Repeat
23split=ise.antelope.tasks.SplitTask
24stopwatch=ise.antelope.tasks.StopWatchTask
25suite=ise.antelope.tasks.Suite
26stringutil=ise.antelope.tasks.StringUtilTask;
27switch=ise.antelope.tasks.SwitchTask
28testcase=ise.antelope.tasks.TestCase
29try=ise.antelope.tasks.TryTask
30unset=ise.antelope.tasks.Unset;
31until=ise.antelope.tasks.BooleanConditionTask
32var=ise.antelope.tasks.Variable
33
34contains=ise.antelope.tasks.Contains
35datedifference=ise.antelope.tasks.DateTimeDifference
36timedifference=ise.antelope.tasks.DateTimeDifference
37datebefore=ise.antelope.tasks.DateTimeBefore
38timebefore=ise.antelope.tasks.DateTimeBefore
39islessthan=ise.antelope.tasks.IsLessThan
40isgreaterthan=ise.antelope.tasks.IsGreaterThan
41mathequals=ise.antelope.tasks.MathEquals
42endswith=ise.antelope.tasks.EndsWith
43startswith=ise.antelope.tasks.StartsWith
44
45and=ise.antelope.tasks.And
46or=ise.antelope.tasks.Or
47not = ise.antelope.tasks.Not
48
49lowercase=ise.antelope.tasks.typedefs.LowerCase
50uppercase=ise.antelope.tasks.typedefs.UpperCase
51trim=ise.antelope.tasks.typedefs.Trim
52substring=ise.antelope.tasks.typdefs.Substring
53replace=ise.antelope.tasks.typedefs.Replace
54indexof=ise.antelope.tasks.typdefs.IndexOf
55lastindexof=ise.antelope.tasks.typedefs.LastIndexOf
56length=ise.antelope.tasks.typedefs.Length;
57
58
59
Note: See TracBrowser for help on using the repository browser.