This class encapsulate the Application Configuration.
The example xml is
<quickserver>
....
<application-configuration>
<property>
<property-name>FTP_ROOT</property-name>
<property-value>c:\</property-value>
</property>
<property>
<property-name>Server Name</property-name>
<property-value>My Server</property-value>
</property>
</application-configuration>
....
</quickserver>
author: Akshathkumar Shetty since: 1.3.2 |