Class ReadOnlyRtConfigDao

    • Constructor Detail

      • ReadOnlyRtConfigDao

        public ReadOnlyRtConfigDao()
    • Method Detail

      • getProperties

        protected org.apache.commons.configuration.Configuration getProperties()
        Retrieves the properties defined in the rt.properties file.
        Returns:
        a java.util.Properties object containing rt plugin defined properties
      • getFile

        protected java.lang.String getFile()
      • getPrefix

        protected java.lang.String getPrefix()
      • getQueue

        public java.lang.String getQueue()
        Specified by:
        getQueue in interface RtConfigDao
      • save

        public void save()
                  throws java.io.IOException
        Specified by:
        save in interface RtConfigDao
        Throws:
        java.io.IOException
      • clearCache

        protected void clearCache()
      • getStringProperty

        protected java.lang.String getStringProperty​(java.lang.String propertyName,
                                                     java.lang.String defaultValue)
      • setProperty

        protected void setProperty​(java.lang.String propertyName,
                                   java.lang.Object propertyValue)