public class WrappingDirectoryStream extends Object implements DirectoryStream<Path>
DirectoryStream returned by Files.newDirectoryStream(java.nio.file.Path) since the returned class
may be private and Velocity tries to call it.
See VELOCITY-870DirectoryStream.Filter<T>| Constructor and Description |
|---|
WrappingDirectoryStream(DirectoryStream<Path> wrappedDirectoryStream) |
public WrappingDirectoryStream(DirectoryStream<Path> wrappedDirectoryStream)
wrappedDirectoryStream - the instance we're wrappingpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2004–2017 XWiki. All rights reserved.