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

com.github.krr.mongodb.embeddedmongo.config.impl.LinuxPackageIoUtil Maven / Gradle / Ivy

There is a newer version: 0.9.4
Show newest version
package com.github.krr.mongodb.embeddedmongo.config.impl;

import java.io.File;
import java.util.List;

public interface LinuxPackageIoUtil {
  boolean isExists(File file);

  List readFile(File file);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy