Class V8FileChecker


  • public class V8FileChecker
    extends Object
    Service to determine V8 files.
    • Constructor Detail

      • V8FileChecker

        public V8FileChecker()
    • Method Detail

      • isV8File

        public boolean isV8File​(String pathString)
        Tells whether the given path is V8 file.
        Parameters:
        pathString - the project relative path to test, cannot be null
        Returns:
        true if the file is V8 file, false otherwise