1 package com.atlassian.activeobjects.internal; 2 3 public interface DatabaseConfiguration { 4 String getBaseDirectory(); 5 }