Package ghidra.app.util.opinion
Class LibraryLookupTable
- java.lang.Object
 - 
- ghidra.app.util.opinion.LibraryLookupTable
 
 
- 
public class LibraryLookupTable extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description LibraryLookupTable() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceFilecreateFile(Program program, boolean overwrite, boolean inSystem, TaskMonitor monitor)static ResourceFilecreateFile(Program program, boolean overwrite, TaskMonitor monitor) 
 - 
 
- 
- 
Method Detail
- 
createFile
public static ResourceFile createFile(Program program, boolean overwrite, TaskMonitor monitor) throws java.io.IOException, CancelledException
- Throws:
 java.io.IOExceptionCancelledException
 
- 
createFile
public static ResourceFile createFile(Program program, boolean overwrite, boolean inSystem, TaskMonitor monitor) throws java.io.IOException, CancelledException
- Throws:
 java.io.IOExceptionCancelledException
 
 - 
 
 -