Uses of Class
utu.vbingm.privaterepocloner.CouldNotReadProfilesJson
-
Uses of CouldNotReadProfilesJson in utu.vbingm.privaterepocloner
Methods in utu.vbingm.privaterepocloner that throw CouldNotReadProfilesJsonModifier and TypeMethodDescriptionstatic voidPrivateRepoCloner.addProfile(String profileName, String repoUrl, String token) Add or replace a profile and store its access token in the OS keyring.static voidPrivateRepoCloner.cloneProfileRepo(String profileName, Path targetDir) Clone a profile's repository totargetDirusing the stored token.static List<PrivateRepoCloner.PrivateRepo> PrivateRepoCloner.listProfiles()Returns all stored profile metadata (no tokens).static voidPrivateRepoCloner.removeProfile(String profileName) Remove profile metadata and delete its token from the keyring.