Package ghidra.framework
Class GModule
java.lang.Object
ghidra.framework.GModule
Represents a module in universe of repos. This class has the notion of 'shadow' modules, which
are those modules that live under a repo other than the module root directory, but in the same
path structure. This allows for optional repos to be used, adding content to the module when
that repo is present.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accumulateDataFilesByExtension
(List<ResourceFile> accumulator, String extension) void
collectExistingModuleDirs
(List<ResourceFile> accumulator, String moduleRelativePath) boolean
findModuleFile
(String relativeDataFilePath) getName()
int
hashCode()
toString()
-
Constructor Details
-
GModule
-
-
Method Details