Uses of Interface
com.pnfsoftware.jeb.core.IArtifact
Packages that use IArtifact
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
-
Uses of IArtifact in com.pnfsoftware.jeb.core
Classes in com.pnfsoftware.jeb.core that implement IArtifactModifier and TypeClassDescriptionclass
Basic implementation for a named artifact that takes a flexibleIInput
object.Methods in com.pnfsoftware.jeb.core that return IArtifactMethods in com.pnfsoftware.jeb.core with parameters of type IArtifactModifier and TypeMethodDescriptionIRuntimeProject.processArtifact
(IArtifact artifact) Process an artifact into this project.IRuntimeProject.processArtifact
(IArtifact artifact, String wantedType, boolean softDelegation, boolean doNotProcessUnit) Process an artifact into this project. -
Uses of IArtifact in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return IArtifactModifier and TypeMethodDescriptiondefault IArtifact
IUnit.getParentArtifact()
Retrieve the artifact from which this unit derive.