Package ghidra.plugins.importer.batch
Class BatchGroupLoadSpec
- java.lang.Object
-
- ghidra.plugins.importer.batch.BatchGroupLoadSpec
-
- All Implemented Interfaces:
java.lang.Comparable<BatchGroupLoadSpec>
public class BatchGroupLoadSpec extends java.lang.Object implements java.lang.Comparable<BatchGroupLoadSpec>
Similar to aLoadSpec, but not associated with aLoader.This has the same information as a
LoadSpec, but for all the members of aBatchGroup.
-
-
Field Summary
Fields Modifier and Type Field Description LanguageCompilerSpecPairlcsPairbooleanpreferred
-
Constructor Summary
Constructors Constructor Description BatchGroupLoadSpec(LoadSpec loadSpec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BatchGroupLoadSpec o)booleanequals(java.lang.Object obj)inthashCode()booleanmatches(LoadSpec loadSpec)java.lang.StringtoString()
-
-
-
Field Detail
-
lcsPair
public LanguageCompilerSpecPair lcsPair
-
preferred
public boolean preferred
-
-
Constructor Detail
-
BatchGroupLoadSpec
public BatchGroupLoadSpec(LoadSpec loadSpec)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
matches
public boolean matches(LoadSpec loadSpec)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
compareTo
public int compareTo(BatchGroupLoadSpec o)
- Specified by:
compareToin interfacejava.lang.Comparable<BatchGroupLoadSpec>
-
-