Class Loaded<T extends DomainObject>

java.lang.Object
ghidra.app.util.opinion.Loaded<T>
Type Parameters:
T - The type of DomainObject that was loaded

public class Loaded<T extends DomainObject> extends Object
A loaded DomainObject produced by a Loader. In addition to storing the loaded DomainObject, it also stores the Loader's desired name and project folder path for the loaded DomainObject, should it get saved to a project.