Class BaseImmutableDatabaseConfiguration

  • Direct Known Subclasses:
    ImmutableDatabaseConfiguration

    public class BaseImmutableDatabaseConfiguration
    extends java.lang.Object
    A bit odd. Why are these properties not simply properties on the AbstractDatabase object? Because they are mandated by a spec: https://docs.google.com/document/d/16XmIOw7aZ_NcFc6Dy6fc1jV7sc994r6iv5qm9_J7qKo/edit#heading=h.kt1n12mtpzx4
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDirectory()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDirectory

        @NonNull
        public final java.lang.String getDirectory()