mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge branch 'GP-0_ryanmkurtz_PR-7414_hippietrail_mirrors-apostrophe'
This commit is contained in:
commit
44fc352b9a
2 changed files with 10 additions and 10 deletions
|
@ -138,7 +138,7 @@ public class FileSystemIndexHelper<METADATATYPE> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mirror's {@link GFileSystem#getListing(GFile)} interface.
|
* Mirrors {@link GFileSystem#getListing(GFile)} interface.
|
||||||
*
|
*
|
||||||
* @param directory {@link GFile} directory to get the list of child files that have been
|
* @param directory {@link GFile} directory to get the list of child files that have been
|
||||||
* added to this index, null means root directory
|
* added to this index, null means root directory
|
||||||
|
@ -156,7 +156,7 @@ public class FileSystemIndexHelper<METADATATYPE> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mirror's {@link GFileSystem#lookup(String)} interface.
|
* Mirrors {@link GFileSystem#lookup(String)} interface.
|
||||||
*
|
*
|
||||||
* @param path path and filename of a file to find
|
* @param path path and filename of a file to find
|
||||||
* @return {@link GFile} instance or null if no file was added to the index at that path
|
* @return {@link GFile} instance or null if no file was added to the index at that path
|
||||||
|
@ -166,7 +166,7 @@ public class FileSystemIndexHelper<METADATATYPE> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mirror's {@link GFileSystem#lookup(String)} interface, with additional parameters to
|
* Mirrors {@link GFileSystem#lookup(String)} interface, with additional parameters to
|
||||||
* control the lookup.
|
* control the lookup.
|
||||||
*
|
*
|
||||||
* @param baseDir optional starting directory to perform lookup
|
* @param baseDir optional starting directory to perform lookup
|
||||||
|
|
|
@ -115,7 +115,7 @@ public class SingleFileSystemIndexHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mirror's {@link GFileSystem#getListing(GFile)} interface.
|
* Mirrors {@link GFileSystem#getListing(GFile)} interface.
|
||||||
*
|
*
|
||||||
* @param directory {@link GFile} directory to get the list of child files that have been
|
* @param directory {@link GFile} directory to get the list of child files that have been
|
||||||
* added to this index, null means root directory.
|
* added to this index, null means root directory.
|
||||||
|
@ -130,7 +130,7 @@ public class SingleFileSystemIndexHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mirror's {@link GFileSystem#lookup(String)} interface.
|
* Mirrors {@link GFileSystem#lookup(String)} interface.
|
||||||
*
|
*
|
||||||
* @param path path and filename of a file to find (either "/" for root or the payload file's
|
* @param path path and filename of a file to find (either "/" for root or the payload file's
|
||||||
* path).
|
* path).
|
||||||
|
@ -141,7 +141,7 @@ public class SingleFileSystemIndexHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mirror's {@link GFileSystem#lookup(String)} interface.
|
* Mirrors {@link GFileSystem#lookup(String)} interface.
|
||||||
*
|
*
|
||||||
* @param baseDir starting directory
|
* @param baseDir starting directory
|
||||||
* @param path path and filename of a file to find (either "/" for root or the payload file's
|
* @param path path and filename of a file to find (either "/" for root or the payload file's
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue