Uses of Class
com.gurock.smartinspect.SourceId
-
Packages that use SourceId Package Description com.gurock.smartinspect com.gurock.smartinspect.contexts com.gurock.smartinspect.session -
-
Uses of SourceId in com.gurock.smartinspect
Fields in com.gurock.smartinspect declared as SourceId Modifier and Type Field Description static SourceIdSourceId. HtmlInstructs the logSource methods of the Session class to choose syntax highlighting for HTML.static SourceIdSourceId. IniInstructs the logSource methods of the Session class to choose syntax highlighting for INI files.static SourceIdSourceId. JavaScriptInstructs the logSource methods of the Session class to choose syntax highlighting for JavaScript.static SourceIdSourceId. PerlInstructs the logSource methods of the Session class to choose syntax highlighting for Perl.static SourceIdSourceId. PythonInstructs the logSource methods of the Session class to choose syntax highlighting for Python.static SourceIdSourceId. SqlInstructs the logSource methods of the Session class to choose syntax highlighting for SQL.static SourceIdSourceId. VbScriptInstructs the logSource methods of the Session class to choose syntax highlighting for VBScript.static SourceIdSourceId. XmlInstructs the logSource methods of the Session class to choose syntax highlighting for XML. -
Uses of SourceId in com.gurock.smartinspect.contexts
Constructors in com.gurock.smartinspect.contexts with parameters of type SourceId Constructor Description SourceViewerContext(SourceId id)Creates and initializes a SourceViewerContext instance. -
Uses of SourceId in com.gurock.smartinspect.session
Methods in com.gurock.smartinspect.session with parameters of type SourceId Modifier and Type Method Description voidSession. logSource(Level level, String title, String source, SourceId id)Overloaded method, logs source code that is displayed with syntax highlighting in the Console using a custom log level.voidSession. logSource(String title, String source, SourceId id)Overloaded.voidSession. logSourceFile(Level level, String fileName, SourceId id)Overloaded.voidSession. logSourceFile(Level level, String title, String fileName, SourceId id)Overloaded.voidSession. logSourceFile(String fileName, SourceId id)Overloaded.voidSession. logSourceFile(String title, String fileName, SourceId id)Overloaded.voidSession. logSourceReader(Level level, String title, Reader reader, SourceId id)Overloaded.voidSession. logSourceReader(String title, Reader reader, SourceId id)Overloaded.voidSession. logSourceStream(Level level, String title, InputStream stream, SourceId id)Overloaded.voidSession. logSourceStream(String title, InputStream stream, SourceId id)Overloaded.
-