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.FileShaCache. getFile(java.lang.String sha, ShaSource... sources)Small variation on the cache that returns a file instead of a streamjava.io.InputStreamShaCache. getStream(java.lang.String sha, ShaSource... sources)Return a stream that is associated with a SHA.
-