mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +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
|
@ -4,9 +4,9 @@
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
@ -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
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
@ -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