com.trackstudio.sman.properties
Class PropertiesSets

java.lang.Object
  extended by com.trackstudio.sman.properties.PropertiesSets

public class PropertiesSets
extends java.lang.Object


Method Summary
 SortedProperties getDatabaseProperties()
           
 java.lang.String getDatabaseProperty(java.lang.String property)
           
 SortedProperties getImportProperties()
           
 java.lang.String getImportProperty(java.lang.String property)
           
static PropertiesSets getInstance()
           
 java.lang.String getLicenseProperty(java.lang.String property)
           
 SortedProperties getMailProperties()
           
 java.lang.String getMailProperty(java.lang.String property)
           
 SortedProperties getSCMProperties()
           
 java.lang.String getSCMProperty(java.lang.String property)
           
 SortedProperties getSecurityProperties()
           
 java.lang.String getSecurityProperty(java.lang.String property)
           
 SortedProperties getTrackStudioProperties()
           
 java.lang.String getTrackStudioProperty(java.lang.String property)
           
 void setDatabaseProperties(SortedProperties databaseProperties)
           
 void setDatabaseProperty(java.lang.String property, java.lang.String value)
           
 void setImportProperties(SortedProperties importProperties)
           
 void setImportProperty(java.lang.String property, java.lang.String value)
           
 void setLicenseProperties(SortedProperties licenseProperties)
           
 void setLicenseProperty(java.lang.String property, java.lang.String value)
           
 void setMailProperties(SortedProperties mailProperties)
           
 void setMailProperty(java.lang.String property, java.lang.String value)
           
 void setSCMProperties(SortedProperties SCMProperties)
           
 void setSCMProperty(java.lang.String property, java.lang.String value)
           
 void setSecurityProperties(SortedProperties securityProperties)
           
 void setSecurityProperty(java.lang.String property, java.lang.String value)
           
 void setTrackStudioProperties(SortedProperties trackStudioProperties)
           
 void setTrackStudioProperty(java.lang.String property, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.