All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.futureplatforms.kirin.console.dropbox.ConsoleDropboxes Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package com.futureplatforms.kirin.console.dropbox;

import java.sql.ResultSet;

/**
 * Created by douglas on 28/09/15.
 */
public class ConsoleDropboxes {
    public final ConsoleDropbox _NetworkDropbox = new ConsoleDropbox<>();
    public final ConsoleDropbox _DbDropbox = new ConsoleDropbox<>();

    private ConsoleDropboxes() { }

    private static ConsoleDropboxes _Instance;
    public static ConsoleDropboxes getInstance() {
        if (_Instance == null) {
            _Instance = new ConsoleDropboxes();
        }
        return _Instance;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy