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)
boolean equals(Object obj)
String getCollection()
List<DBObject> getCollectionObjects()
int hashCode()
[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 boolean equals (Object obj)

Parameters
obj

public String getCollection ()

public List<DBObject> getCollectionObjects ()

Throws
IOException

public int hashCode ()