Package ghidra.app.util
Class NamespaceCache
java.lang.Object
ghidra.app.util.NamespaceCache
Static class for remember the last few namespaces used for a program.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_RECENTS
public static final int MAX_RECENTS- See Also:
-
-
Constructor Details
-
NamespaceCache
public NamespaceCache()
-
-
Method Details
-
get
Returns the list of recently used namespaces for the given program.- Parameters:
program- the program to get namespaces for- Returns:
- the list of recently used namespaces for the given program
-
add
Adds a recently used namespace for a program.- Parameters:
program- the program to add a recently namespacenamespace- the recently used namespace to remember
-