public class

RestoreFile

extends Object
implements Comparable<T>
java.lang.Object
   ↳ org.mule.module.mongo.tools.RestoreFile

Summary

Fields
private String collection
private File file
Public Constructors
RestoreFile(File file)
Public Methods
int compareTo(RestoreFile restoreFile)
String getCollection()
List<DBObject> getCollectionObjects()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Comparable

Fields

private String collection

private File file

Public Constructors

public RestoreFile (File file)

Parameters
file

Public Methods

public int compareTo (RestoreFile restoreFile)

Parameters
restoreFile

public String getCollection ()

public List<DBObject> getCollectionObjects ()

Throws
IOException