java/sql-dk/src/info/globalcode/sql/dk/CLIStarter.java
branchv_0
changeset 26 4ec8e5534eb9
parent 21 d42ed0d10a10
child 33 04db6ccd6c48
equal deleted inserted replaced
25:4c118af3e855 26:4ec8e5534eb9
    15  * You should have received a copy of the GNU General Public License
    15  * You should have received a copy of the GNU General Public License
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    17  */
    17  */
    18 package info.globalcode.sql.dk;
    18 package info.globalcode.sql.dk;
    19 
    19 
       
    20 import info.globalcode.sql.dk.configuration.ConfigurationProvider;
    20 import info.globalcode.sql.dk.CLIOptions.MODE;
    21 import info.globalcode.sql.dk.CLIOptions.MODE;
       
    22 import info.globalcode.sql.dk.configuration.Configuration;
    21 import java.util.logging.Level;
    23 import java.util.logging.Level;
    22 import java.util.logging.Logger;
    24 import java.util.logging.Logger;
    23 
    25 
    24 /**
    26 /**
    25  *
    27  *