Package ghidra.plugins.importer.batch
Class BatchGroupLoadSpec
java.lang.Object
ghidra.plugins.importer.batch.BatchGroupLoadSpec
- All Implemented Interfaces:
Comparable<BatchGroupLoadSpec>
Similar to a
LoadSpec
, but not associated with a Loader
.
This has the same information as a LoadSpec
, but for all the members of a
BatchGroup
.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
lcsPair
-
preferred
public boolean preferred
-
-
Constructor Details
-
BatchGroupLoadSpec
-
-
Method Details
-
toString
-
matches
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BatchGroupLoadSpec>
-