com.trackstudio.sman.properties
Class PropertiesSets
java.lang.Object
com.trackstudio.sman.properties.PropertiesSets
public class PropertiesSets
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static PropertiesSets getInstance()
getTrackStudioProperties
public SortedProperties getTrackStudioProperties()
setTrackStudioProperties
public void setTrackStudioProperties(SortedProperties trackStudioProperties)
getMailProperties
public SortedProperties getMailProperties()
setMailProperties
public void setMailProperties(SortedProperties mailProperties)
getDatabaseProperties
public SortedProperties getDatabaseProperties()
setDatabaseProperties
public void setDatabaseProperties(SortedProperties databaseProperties)
getSecurityProperties
public SortedProperties getSecurityProperties()
setSecurityProperties
public void setSecurityProperties(SortedProperties securityProperties)
getSCMProperties
public SortedProperties getSCMProperties()
setSCMProperties
public void setSCMProperties(SortedProperties SCMProperties)
setLicenseProperties
public void setLicenseProperties(SortedProperties licenseProperties)
getImportProperties
public SortedProperties getImportProperties()
setImportProperties
public void setImportProperties(SortedProperties importProperties)
setTrackStudioProperty
public void setTrackStudioProperty(java.lang.String property,
java.lang.String value)
setMailProperty
public void setMailProperty(java.lang.String property,
java.lang.String value)
setImportProperty
public void setImportProperty(java.lang.String property,
java.lang.String value)
setSecurityProperty
public void setSecurityProperty(java.lang.String property,
java.lang.String value)
setLicenseProperty
public void setLicenseProperty(java.lang.String property,
java.lang.String value)
setDatabaseProperty
public void setDatabaseProperty(java.lang.String property,
java.lang.String value)
setSCMProperty
public void setSCMProperty(java.lang.String property,
java.lang.String value)
getDatabaseProperty
public java.lang.String getDatabaseProperty(java.lang.String property)
getTrackStudioProperty
public java.lang.String getTrackStudioProperty(java.lang.String property)
getMailProperty
public java.lang.String getMailProperty(java.lang.String property)
getImportProperty
public java.lang.String getImportProperty(java.lang.String property)
getLicenseProperty
public java.lang.String getLicenseProperty(java.lang.String property)
getSecurityProperty
public java.lang.String getSecurityProperty(java.lang.String property)
getSCMProperty
public java.lang.String getSCMProperty(java.lang.String property)
Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.