Class DcsFileFactory

    • Constructor Detail

      • DcsFileFactory

        public DcsFileFactory()
    • Method Detail

      • getV8File

        public IV8File getV8File​(V8ProjectHandle parent,
                                 org.eclipse.core.resources.IFile file)
        Description copied from interface: IV8FileFactory
        Returns a handle for a V8 file with the given parent element and the given underlying workspace file.
        Specified by:
        getV8File in interface IV8FileFactory
        Parameters:
        parent - the parent of the element (not null)
        file - the workspace file underlying the element (not null)
        Returns:
        the V8 file handle, or null if the arguments are valid, but the factory cannot create a handle due to its internal state