com.kuka.common
Interface IFileVisitor
public interface IFileVisitor
Interface for file visitors. Used to tell objects if a given file should be
processed or not.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
|
Method Summary |
boolean |
accept(ZipEntry zipEntry)
Gets the relevance of a given file. |
accept
boolean accept(ZipEntry zipEntry)
- Gets the relevance of a given file.
- Parameters:
zipEntry - An entry of a zip file.
- Returns:
- True, if the given zip entry should be processed; otherwise
false.
Copyright © 2019. All rights reserved.