def __init__(self, jsonFile, directory):
     self.jsonFile = jsonFile 
     self.directory = directory
     self.files = SourcesAndMethods.getSourceFiles(self.directory, self.jsonFile)     #Get the files touched into a list
     self.fillFileTypes()                                                #Seperate the files based on whether or not