public interface LocalRepoLoader
RepoPackages that are installed locally.| Modifier and Type | Method and Description |
|---|---|
long |
getLatestPackageUpdateTime()
Gets the update timestamp of the most-recently updated installed package.
|
byte[] |
getLocalPackagesHash()
Gets a hash of the known (suspected) package directories.
|
java.util.Map<java.lang.String,LocalPackage> |
getPackages(ProgressIndicator progress)
Gets our packages, loading them if necessary.
|
@Nullable byte[] getLocalPackagesHash()
long getLatestPackageUpdateTime()
@NonNull java.util.Map<java.lang.String,LocalPackage> getPackages(@NonNull ProgressIndicator progress)
progress - A ProgressIndicator used to show progress (unimplemented) and
logging.LocalPackage, containing all the packages found in
the given root.