Methods in uk.ac.roe.antigen.ant that return CopyableFile |
CopyableFile |
BuildGrabber.grab(java.io.File dir)
Source files are supplied as a known directory |
CopyableFile |
BuildGrabber.grab(java.net.URL url)
Grabs contents of a jar file from a URL and unzip to a temp directory |
CopyableFile |
BuildGrabber.grab(java.util.jar.JarFile jar)
Grab the contents of a jar file and unzip to a temp directory |
CopyableFile |
BuildGrabber.grab(java.lang.String path)
Grabs stuff off the classpath and stick it in the temp directory |