# Class: com.pnfsoftware.jeb.core.units.codeobject.ELFRelocationApplicator

Base class for ELF relocation applicators. Use the [ELFStandardRelocator](ELFStandardRelocator) for relocations using [ELFStandardRelocOperations](ELFStandardRelocOperations).

## Constructor: ELFRelocationApplicator
- parameter: `type`, type: `int`

Description: Create an applicator for a relocation type.
parameter: type: relocation type

## Protected Method: applyInternal
- parameter: `o`, type: `T`

Description: Apply a relocation using the provided operations.
parameter: o: relocation operations
throws: if relocation application fails

## Method: getType
- return type: `int`


