Squeak
  QotD    "To be or not to be" – Shakespeare
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
MCRepository
Last updated at 6:39 am UTC on 7 April 2019
MCRepository printHierarchy '
ProtoObject #()
	Object #()

		MCRepository #(''creationTemplate'' ''storeDiffs'')
			MCDictionaryRepository #(''description'' ''dict'')
			MCFileBasedRepository #(''cache'' ''allFileNamesCache'' ''allVersionNamesCache'')
				MCDirectoryRepository #(''directory'')
					MCCacheRepository #(''packageCaches'' ''seenFiles'')
					MCFileTreeRepository #(''readonly'' ''repositoryProperties'' ''versionNameToFileNameMap'' ''cacheInvalidationFlag'')
						MCGitBasedNetworkRepository #(''projectPath'' ''projectVersion'' ''repoPath'' ''projectVersionPattern'')
							MCBitbucketRepository #()
							MCGitHubRepository #()
					MCSubDirectoryRepository #()
				MCFtpRepository #(''host'' ''directory'' ''user'' ''password'' ''connection'')
				MCHttpRepository #(''location'' ''user'' ''password'' ''readerCache'' ''indexed'' ''webClient'')
				MCSMCacheRepository #(''smCache'')
			MCGOODSRepository #(''hostname'' ''port'' ''connection'')
			MCWriteOnlyRepository #()
				MCSMReleaseRepository #(''packageName'' ''user'' ''password'')
				MCSmtpRepository #(''email'')'