public class RestoreFile extends Object implements Comparable<RestoreFile>
Constructor and Description |
---|
RestoreFile(File file) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RestoreFile restoreFile) |
boolean |
equals(Object obj) |
String |
getCollection() |
List<org.bson.Document> |
getCollectionObjects() |
int |
hashCode() |
public RestoreFile(File file)
public List<org.bson.Document> getCollectionObjects() throws IOException
IOException
public String getCollection()
public int compareTo(RestoreFile restoreFile)
compareTo
in interface Comparable<RestoreFile>
Copyright © 2010–2015. All rights reserved.