org.biffle.cliff.pearl.tools
Class ScrubLost

java.lang.Object
  |
  +--org.biffle.cliff.pearl.tools.ScrubLost

public class ScrubLost
extends java.lang.Object

A simple command-line tool to find and remove 'lost' files on a Pearl device. This tool contains a subset of the functionality of the full Client.


Nested Class Summary
static class ScrubLost.Tracker
           
 
Constructor Summary
ScrubLost()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main function executed from the command line; walks the user through the scrub process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrubLost

public ScrubLost()
Method Detail

main

public static void main(java.lang.String[] args)
Main function executed from the command line; walks the user through the scrub process.