Package com.btmatthews.maven.plugins.inmemdb

Examples of com.btmatthews.maven.plugins.inmemdb.Database.shutdown()


   *             If there was an error executing the goal.
   */
  public void execute() throws MojoFailureException {
    final Database database = getDatabase();
    if (database != null) {
      database.shutdown(this);
    }
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.