Uses of Class
exceptions.IPFSException
Packages that use IPFSException
-
Uses of IPFSException in repository
Methods in repository that throw IPFSExceptionModifier and TypeMethodDescriptionstatic voidSnapshot.create(Snapshot.CreateSnapshotData commandData) Constructs the object to create a new snapshot and uploads the filesstatic booleanRepository.exists(IPFSClusterConnector connector, String repoName) Returns a boolean whether the repository exists or not.booleanDirectory.get(IPFSProxyConnector connector, Encryption encryption, String parentDir) Downloads all files referenced by this directoryvoidFile.get(IPFSProxyConnector connector, Encryption encryption, String path) Downloads the file into the provided directorystatic Repository.RepositoryGetRepository.get(Repository.GetData getData) Gets the repository meta file and converts it to an instance of the Repository classstatic voidRepository.put(Repository.PutData commandData) Converts the repository file to utf 8 bytes and uploads it as a whole to ipfs. -
Uses of IPFSException in wrappers
Methods in wrappers that throw IPFSExceptionModifier and TypeMethodDescriptionvoidIPFSClusterConnector.add(InputStream stream, String pinName) Adds a file to ipfs through the cluster, meaning its automatically pinned Due to not needing the CID, nothing is returnedIPFSProxyConnector.add(InputStream file) Adds a file to IPFS.IPFSProxyConnector.addBlock(InputStream block) Puts a block on to IPFS.Retrieves the block with the given CID See block/getIPFSClusterConnector.getCIDUsingName(String name) Retrieves a CID based on the pin name If there are multiple pinsbyte[]Gets a file with the specified CID and returns the pure bytes See getIPFSProxyConnector.getID()longIPFSClusterConnector.getMinFreeSpace()voidvoidRemoves a block based on the given CID See block/rmvoidDeletes a pin from the specified CID