org.hackystat.utilities.ivy
Class CleanLocalRepository

java.lang.Object
  extended by org.hackystat.utilities.ivy.CleanLocalRepository

public class CleanLocalRepository
extends java.lang.Object

Removes all but most recently published files from the Hackystat local repository. Can be invoked locally from the hackystat-utilities build system using "ant cleanlocalrepository". The repository is structured as follows:

 ~/.ivy2/local-repository/org.hackystat/
                                        hackystat-utilities/
                                                            2009.07.13.12.49.00/
                                                                                f1
                                                                                f2
                                                            2009.07.08.16.26.27/
                                                                                f1
                                                                                f2
                                                            :
                                        hackystat-sensorbase-uh/
                                                                2009.07.13.12.49.00/
                                                                :
                                        :
 

Author:
Philip Johnson

Constructor Summary
CleanLocalRepository()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanLocalRepository

public CleanLocalRepository()
Method Detail

main

public static void main(java.lang.String[] args)
Runs the program.

Parameters:
args - Ignored.