Class QlDcsFileFactory

java.lang.Object
com._1c.g5.v8.dt.internal.ql.dcs.core.QlDcsFileFactory
All Implemented Interfaces:
IV8FileFactory

public class QlDcsFileFactory extends Object implements IV8FileFactory
QlDcsFile factory.
  • Constructor Details

    • QlDcsFileFactory

      public QlDcsFileFactory()
  • Method Details

    • 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