Uses of Class
repository.Repository
Packages that use Repository
-
Uses of Repository in repository
Methods in repository that return RepositoryModifier and TypeMethodDescriptionRepository.PutData.repository()Returns the value of therepositoryrecord component.Repository.RepositoryGet.repository()Returns the value of therepositoryrecord component.Snapshot.CreateSnapshotData.repository()Returns the value of therepositoryrecord component.Constructors in repository with parameters of type RepositoryModifierConstructorDescriptionCreateSnapshotData(IPFSProxyConnector connector, Repository repository, Encryption encryption, com.google.gson.Gson gson, List<File> source, HashMap<String, Block> newBlocks) Creates an instance of aCreateSnapshotDatarecord class.PutData(Repository repository, IPFSClusterConnector clusterConnector, Encryption encryption, com.google.gson.Gson gson, String repoName) Creates an instance of aPutDatarecord class.RepositoryGet(Repository repository, String CID) Creates an instance of aRepositoryGetrecord class.