source: release-kits/wirk3/ant-scripts/tasks/antelope/src/ise/antelope/tasks/antelope.taskdefs@ 15023

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

did the bulk of the work on wirk3

File size: 2.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
11fileutil=ise.antelope.tasks.FileUtilTask
12finally=ise.antelope.tasks.FinallyTask
13find=ise.antelope.tasks.Find
14foreach=ise.antelope.tasks.Foreach
15grep=ise.antelope.tasks.Find
16hostname=ise.antelope.tasks.HostnameTask
17if=ise.antelope.tasks.IfTask
18limit=ise.antelope.tasks.Limit
19math=ise.antelope.tasks.MathTask
20new=ise.antelope.tasks.New
21pw=ise.antelope.tasks.PasswordHandlerTask
22post=ise.antelope.tasks.PostTask
23readlog=ise.antelope.tasks.ReadLog
24repeat=ise.antelope.tasks.Repeat
25split=ise.antelope.tasks.SplitTask
26stopwatch=ise.antelope.tasks.StopWatchTask
27suite=ise.antelope.tasks.Suite
28stringutil=ise.antelope.tasks.StringUtilTask
29switch=ise.antelope.tasks.SwitchTask
30testcase=ise.antelope.tasks.TestCase
31try=ise.antelope.tasks.TryTask
32uid=ise.antelope.tasks.UIDTask
33unset=ise.antelope.tasks.Unset
34until=ise.antelope.tasks.BooleanConditionTask
35var=ise.antelope.tasks.Variable
36xmlprop=ise.antelope.tasks.XmlPropertyTask
37
38prop=ise.antelope.tasks.typedefs.Prop
39
40contains=ise.antelope.tasks.condition.Contains
41datedifference=ise.antelope.tasks.condition.DateTimeDifference
42timedifference=ise.antelope.tasks.condition.DateTimeDifference
43datebefore=ise.antelope.tasks.condition.DateTimeBefore
44timebefore=ise.antelope.tasks.condition.DateTimeBefore
45islessthan=ise.antelope.tasks.condition.IsLessThan
46isgreaterthan=ise.antelope.tasks.condition.IsGreaterThan
47mathequals=ise.antelope.tasks.condition.MathEquals
48endswith=ise.antelope.tasks.condition.EndsWith
49startswith=ise.antelope.tasks.condition.StartsWith
50
51and=ise.antelope.tasks.condition.And
52or=ise.antelope.tasks.condition.Or
53not=ise.antelope.tasks.condition.Not
54
55lowercase=ise.antelope.tasks.typedefs.string.LowerCase
56uppercase=ise.antelope.tasks.typedefs.string.UpperCase
57trim=ise.antelope.tasks.typedefs.string.Trim
58substring=ise.antelope.tasks.typedefs.string.Substring
59replace=ise.antelope.tasks.typedefs.string.Replace
60indexof=ise.antelope.tasks.typedefs.string.IndexOf
61lastindexof=ise.antelope.tasks.typedefs.string.LastIndexOf
62length=ise.antelope.tasks.typedefs.string.Length
63messagebox=ise.antelope.tasks.typedefs.string.MessageBox
64sort=ise.antelope.tasks.typedefs.string.Sort
65
66canread=ise.antelope.tasks.typedefs.file.CanRead
67canwrite=ise.antelope.tasks.typedefs.file.CanWrite
68filecount=ise.antelope.tasks.typedefs.file.FileCount
69filelength=ise.antelope.tasks.typedefs.file.FileLength
70linecount=ise.antelope.tasks.typedefs.file.FileLineCount
71listfiles=ise.antelope.tasks.typedefs.file.FileList
72isdirectory=ise.antelope.tasks.typedefs.file.IsDirectory
73isfile=ise.antelope.tasks.typedefs.file.IsFile
74lastmodified=ise.antelope.tasks.typedefs.file.LastModified
75
Note: See TracBrowser for help on using the repository browser.