2014-04-27 16:45:20 -04:00
|
|
|
@defaultMessage Convert to URI
|
|
|
|
java.net.URL#getPath()
|
|
|
|
java.net.URL#getFile()
|
2014-11-06 09:12:16 -05:00
|
|
|
|
|
|
|
java.io.File#delete() @ use Files.delete for real exception, IOUtils.deleteFilesIgnoringExceptions if you dont care
|
2014-11-07 06:31:39 -05:00
|
|
|
|
|
|
|
# temporary situation, until we upgrade with LUCENE-6051 fix
|
|
|
|
# (at which point forbidden apis will fail and we remove this section)
|
|
|
|
@defaultMessage Use FileSystemUtils methods for now to workaround LUCENE-6051
|