Package com._1c.g5.v8.dt.bsl.resource
Class BslSourceContentDescriber
- java.lang.Object
-
- com._1c.g5.v8.dt.bsl.resource.BslSourceContentDescriber
-
- All Implemented Interfaces:
org.eclipse.core.runtime.content.IContentDescriber
public class BslSourceContentDescriber extends Object implements org.eclipse.core.runtime.content.IContentDescriber
Content describer for the BSL source files.
-
-
Constructor Summary
Constructors Constructor Description BslSourceContentDescriber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
describe(InputStream contents, org.eclipse.core.runtime.content.IContentDescription description)
org.eclipse.core.runtime.QualifiedName[]
getSupportedOptions()
-
-
-
Field Detail
-
ID
public static final String ID
The id of the BSL source files content type.- See Also:
- Constant Field Values
-
-
Method Detail
-
describe
public int describe(InputStream contents, org.eclipse.core.runtime.content.IContentDescription description) throws IOException
- Specified by:
describe
in interfaceorg.eclipse.core.runtime.content.IContentDescriber
- Throws:
IOException
-
getSupportedOptions
public org.eclipse.core.runtime.QualifiedName[] getSupportedOptions()
- Specified by:
getSupportedOptions
in interfaceorg.eclipse.core.runtime.content.IContentDescriber
-
-