Class SqlProperties

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>

    @Vetoed
    public class SqlProperties
    extends SecureProperties
    Author:
    Michael Remijan mjremijan@yahoo.com @mjremijan
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.Properties

        defaults
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlProperties​(java.io.File file, java.util.Optional<Rsa> rsa)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPassword()  
      java.lang.String getSchema()  
      java.lang.String getUrl()  
      java.lang.String getUsername()  
      java.lang.String toString()  
      • Methods inherited from class java.util.Properties

        clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SqlProperties

        public SqlProperties​(java.io.File file,
                             java.util.Optional<Rsa> rsa)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.Properties
      • getSchema

        public java.lang.String getSchema()
      • getPassword

        public java.lang.String getPassword()
      • getUsername

        public java.lang.String getUsername()
      • getUrl

        public java.lang.String getUrl()