Uses of Interface
aQute.libg.shacache.ShaSource
-
Packages that use ShaSource Package Description aQute.libg.shacache -
-
Uses of ShaSource in aQute.libg.shacache
Methods in aQute.libg.shacache with parameters of type ShaSource Modifier and Type Method Description java.io.File
ShaCache. getFile(java.lang.String sha, ShaSource... sources)
Small variation on the cache that returns a file instead of a streamjava.io.InputStream
ShaCache. getStream(java.lang.String sha, ShaSource... sources)
Return a stream that is associated with a SHA.
-