akka.actor.mailbox.filebased.filequeue.tools
Class QDumper$

java.lang.Object
  extended by akka.actor.mailbox.filebased.filequeue.tools.QDumper$

public class QDumper$
extends java.lang.Object


Field Summary
static QDumper$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
QDumper$()
           
 
Method Summary
 scala.collection.mutable.ListBuffer<java.lang.String> filenames()
           
 void main(java.lang.String[] args)
           
 void parseArgs(scala.collection.immutable.List<java.lang.String> args)
           
 boolean quiet()
           
 void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final QDumper$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

QDumper$

public QDumper$()
Method Detail

filenames

public scala.collection.mutable.ListBuffer<java.lang.String> filenames()

quiet

public boolean quiet()

usage

public void usage()

parseArgs

public void parseArgs(scala.collection.immutable.List<java.lang.String> args)

main

public void main(java.lang.String[] args)