RepositoryAdapter

Package: ghidra.framework.client
Type: class

12.0_PUBLIC

addedmethod: createTextDataFile
void createTextDataFile(java.lang.String parentPath, java.lang.String itemName, java.lang.String fileID, java.lang.String contentType, java.lang.String textData, java.lang.String comment) throws IOException, InvalidNameException

10.3_PUBLIC

modifiedmethod: connect
added throws RepositoryNotFoundException
- void connect() throws IOException
+ void connect() throws RepositoryNotFoundException, IOException

9.0.1_PUBLIC

introducedInitial version