Class QlDcsFileFactory
java.lang.Object
com._1c.g5.v8.dt.internal.ql.dcs.core.QlDcsFileFactory
- All Implemented Interfaces:
IV8FileFactory
QlDcsFile
factory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetV8File
(V8ProjectHandle parent, org.eclipse.core.resources.IFile file) Returns a handle for a V8 file with the given parent element and the given underlying workspace file.
-
Constructor Details
-
QlDcsFileFactory
public QlDcsFileFactory()
-
-
Method Details
-
getV8File
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 interfaceIV8FileFactory
- Parameters:
parent
- the parent of the element (notnull
)file
- the workspace file underlying the element (notnull
)- Returns:
- the V8 file handle, or
null
if the arguments are valid, but the factory cannot create a handle due to its internal state
-