public final class SourceId extends Enum
This class is fully thread-safe.
| Modifier and Type | Field and Description |
|---|---|
static SourceId |
Html
Instructs the logSource methods of the Session class to choose syntax highlighting for HTML.
|
static SourceId |
Ini
Instructs the logSource methods of the Session class to choose
syntax highlighting for INI files.
|
static SourceId |
JavaScript
Instructs the logSource methods of the Session class to choose
syntax highlighting for JavaScript.
|
static SourceId |
Perl
Instructs the logSource methods of the Session class to choose
syntax highlighting for Perl.
|
static SourceId |
Python
Instructs the logSource methods of the Session class to choose
syntax highlighting for Python.
|
static SourceId |
Sql
Instructs the logSource methods of the Session class to choose
syntax highlighting for SQL.
|
static SourceId |
VbScript
Instructs the logSource methods of the Session class to choose
syntax highlighting for VBScript.
|
static SourceId |
Xml
Instructs the logSource methods of the Session class to choose
syntax highlighting for XML.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Overridden.
|
ViewerId |
toViewerId()
Returns the related viewer ID for this object.
|
equals, getIntValue, greater, greaterEqual, less, lessEqualpublic static final SourceId Html
public static final SourceId JavaScript
public static final SourceId VbScript
public static final SourceId Perl
public static final SourceId Sql
public static final SourceId Ini
public static final SourceId Python
public static final SourceId Xml
Copyright © 2023. All rights reserved.