The system-property Element"
From Documentation
Maya001122 (talk | contribs) (Created page with '== The system-property Element == <source lang="xml" > <system-property> <name>''any name''</name> <value>''any value''</value> </system-property> </source> Specifies a syste…') |
Maya001122 (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | ||
<source lang="xml" > | <source lang="xml" > |
Revision as of 02:53, 9 July 2010
<system-property>
<name>''any name''</name>
<value>''any value''</value>
</system-property>
Specifies a system properties with the system-property element. The above example is equivalent to
System.setProperty("any name", "any value");