JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Index
Help
Prev
Next
Frames
No Frames
All Classes
E
G
M
O
P
V
E
EditorConfig
- Class in
org.editorconfig.core
EditorConfig handler
EditorConfig()
- Constructor for class org.editorconfig.core.
EditorConfig
Creates EditorConfig handler with default configuration filename (.editorconfig) and version
EditorConfig.VERSION
EditorConfig(String, String)
- Constructor for class org.editorconfig.core.
EditorConfig
Creates EditorConfig handler with specified configuration filename and version.
EditorConfig.OutPair
- Class in
org.editorconfig.core
String-String pair to store the parsing result.
EditorConfig.OutPair(String, String)
- Constructor for class org.editorconfig.core.
EditorConfig.OutPair
EditorConfigCLI
- Class in
org.editorconfig
EditorConfigCLI()
- Constructor for class org.editorconfig.
EditorConfigCLI
EditorConfigException
- Exception in
org.editorconfig.core
The base class of all EditorConfig exceptions
EditorConfigException(String, IOException)
- Constructor for exception org.editorconfig.core.
EditorConfigException
G
getKey()
- Method in class org.editorconfig.core.
EditorConfig.OutPair
getProperties(String)
- Method in class org.editorconfig.core.
EditorConfig
Parse editorconfig files corresponding to the file path given by filename, and return the parsing result.
getVal()
- Method in class org.editorconfig.core.
EditorConfig.OutPair
M
main(String[])
- Static method in class org.editorconfig.
EditorConfigCLI
O
org.editorconfig
- package org.editorconfig
org.editorconfig.core
- package org.editorconfig.core
Provides the Java API for accessing
EditorConfig
Core (For the purpose and usage of EditorConfig, see
EditorConfig
homepage for details).
P
ParsingException
- Exception in
org.editorconfig.core
Exception which is thrown by
EditorConfig.getProperties(String)
if an EditorConfig file could not be parsed
ParsingException(String, IOException)
- Constructor for exception org.editorconfig.core.
ParsingException
V
VERSION
- Static variable in class org.editorconfig.core.
EditorConfig
VersionException
- Exception in
org.editorconfig.core
Exception which is thrown by
EditorConfig.getProperties(String)
if an invalid version number is specified
VersionException(String)
- Constructor for exception org.editorconfig.core.
VersionException
E
G
M
O
P
V
Overview
Package
Class
Tree
Index
Help
Prev
Next
Frames
No Frames
All Classes