Keyword |
Keyword elements are Jython
script syntax. Examples of keyword elements are: print, def, class, if, for, and more. |
wsadmin |
wsadmin elements are WebSphere® Administrative
(wsadmin) objects and methods. Examples of wsadmin elements are: AdminConfig.attributes(), AdminControl, AdminApp.list(), AdminTask, and more. |
Strings |
String elements are any
text enclosed in matching single quotation marks (') or double quotation marks
( " ). |
Comments |
Comment elements starts with a
number sign (#) that is not part of a string literal, and ends at the end
of the physical line. |
Default |
Default elements are any text other
than keywords for Jython scripting syntax, wsadmin objects or methods, string
literals, or comments. For example, variables and constants are default elements. |
Bold |
Set the text of the element in boldface.
A bold check box is available for keywords, wsadmin, strings, comments and
default elements. Certain keywords always remain in boldface. These are Jython
syntax that begins a block statements, such as if, for and while statements. |