org.isam.exehda
Class ProfileManager
java.lang.Object
|
+--org.isam.exehda.ProfileManager
- public class ProfileManager
- extends java.lang.Object
Method Summary |
void |
addProfileData(org.isam.util.xml.XmlElement profileData)
|
java.util.Enumeration |
getBootstrapServices(java.lang.String profileName)
|
java.lang.String |
getProperty(java.lang.String propName)
|
java.lang.String |
getProperty(java.lang.String profileName,
java.lang.String propName)
|
java.lang.String |
getServiceProperty(java.lang.String serviceName,
java.lang.String propName)
|
java.lang.String |
getServiceProperty(java.lang.String profileName,
java.lang.String serviceName,
java.lang.String propName)
|
void |
removeProfileData(java.lang.String profileName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileManager
public ProfileManager()
getBootstrapServices
public java.util.Enumeration getBootstrapServices(java.lang.String profileName)
getServiceProperty
public java.lang.String getServiceProperty(java.lang.String profileName,
java.lang.String serviceName,
java.lang.String propName)
getServiceProperty
public java.lang.String getServiceProperty(java.lang.String serviceName,
java.lang.String propName)
getProperty
public java.lang.String getProperty(java.lang.String profileName,
java.lang.String propName)
getProperty
public java.lang.String getProperty(java.lang.String propName)
addProfileData
public void addProfileData(org.isam.util.xml.XmlElement profileData)
removeProfileData
public void removeProfileData(java.lang.String profileName)