Uses of Class
com.jeffpalm.util.Dir

Packages that use Dir
com.jeffpalm.bin   
com.jeffpalm.util   
 

Uses of Dir in com.jeffpalm.bin
 

Fields in com.jeffpalm.bin declared as Dir
 Dir GenInterfaces.outdir
           
 

Methods in com.jeffpalm.bin with parameters of type Dir
 void Machines.addInboxDir(Dir d)
           
 void Machines.addInboxDirs(Dir[] dirs)
           
 

Uses of Dir in com.jeffpalm.util
 

Methods in com.jeffpalm.util that return Dir
static Dir IO.macMailDir()
           
static Dir IO.mozillaDir()
           
static Dir Dir.newInstance(java.lang.String s)
           
static Dir IO.thunderbirdDir()
           
 

Methods in com.jeffpalm.util with parameters of type Dir
 boolean Classpath.addDir(Dir d)
           
 boolean ClassFinder.addPath(Dir dirPath)
           
 boolean ClassFinder.addPath(Dir[] paths)
           
static boolean Dir.isBullshit(Dir d)