public class ApplicationConfiguration
extends java.util.HashMap
<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>
| Constructor and Description |
|---|
ApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(Property property)
Addes the
Property passed to the HashMap |
Property |
findProperty(java.lang.String name)
Finds if any
Property is present. |
java.lang.String |
getPromptType()
Returns the PromptType
|
void |
setPromptType(java.lang.String promptType)
Sets the PromptType.
|
java.lang.String |
toXML(java.lang.String pad)
Returns XML config of this class.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic void setPromptType(java.lang.String promptType)
gui | consolegetPromptType()public java.lang.String getPromptType()
setPromptType(java.lang.String)public Property findProperty(java.lang.String name)
Property is present.null if no Property was found.public java.lang.String toXML(java.lang.String pad)
Copyright © 2003-2014 QuickServer.org