Skip navigation links
E G H I L S T U 

E

Enry - Class in tech.sourced.enry
 
Enry() - Constructor for class tech.sourced.enry.Enry
 
equals(Object) - Method in class tech.sourced.enry.Guess
 

G

getLanguage(String, byte[]) - Static method in class tech.sourced.enry.Enry
Returns the language of the given file based on the filename and its contents.
getLanguageByContent(String, byte[]) - Static method in class tech.sourced.enry.Enry
Returns detected language by its content.
getLanguageByEmacsModeline(byte[]) - Static method in class tech.sourced.enry.Enry
Returns detected language by its emacs modeline.
getLanguageByExtension(String) - Static method in class tech.sourced.enry.Enry
Returns detected language by the extension of the filename.
getLanguageByFilename(String) - Static method in class tech.sourced.enry.Enry
Returns detected language by its filename.
getLanguageByModeline(byte[]) - Static method in class tech.sourced.enry.Enry
Returns detected language by its modeline.
getLanguageByShebang(byte[]) - Static method in class tech.sourced.enry.Enry
Returns detected language by its shebang.
getLanguageByVimModeline(byte[]) - Static method in class tech.sourced.enry.Enry
Returns detected language by its vim modeline.
getLanguageExtensions(String) - Static method in class tech.sourced.enry.Enry
Returns all the possible extensions for a file in the given language.
getLanguages(String, byte[]) - Static method in class tech.sourced.enry.Enry
Returns all possible languages for the given file.
getMimeType(String, String) - Static method in class tech.sourced.enry.Enry
Returns the mime type of the file.
Guess - Class in tech.sourced.enry
Guess denotes a language detection result of which enry can be completely sure or not.
Guess(String, boolean) - Constructor for class tech.sourced.enry.Guess
 

H

hashCode() - Method in class tech.sourced.enry.Guess
 

I

isAuxiliaryLanguage(String) - Static method in class tech.sourced.enry.Enry
Returns whether the given language is auxiliary or not.
isBinary(byte[]) - Static method in class tech.sourced.enry.Enry
Reports whether the given file content is binary or not.
isConfiguration(String) - Static method in class tech.sourced.enry.Enry
Reports whether the given file or directory is a config file or directory.
isDocumentation(String) - Static method in class tech.sourced.enry.Enry
Reports whether the given file or directory it's documentation.
isDotFile(String) - Static method in class tech.sourced.enry.Enry
Reports whether the given file is a dotfile.
isImage(String) - Static method in class tech.sourced.enry.Enry
Reports whether the given path is an image or not.
isVendor(String) - Static method in class tech.sourced.enry.Enry
Reports whether the given path is a vendor path or not.

L

language - Variable in class tech.sourced.enry.Guess
The resultant language of the detection.

S

safe - Variable in class tech.sourced.enry.Guess
Indicates whether the enry was completely sure the language is the correct one or it might not be.

T

tech.sourced.enry - package tech.sourced.enry
 
toString() - Method in class tech.sourced.enry.Guess
 

U

unknownLanguage - Static variable in class tech.sourced.enry.Enry
 
E G H I L S T U 
Skip navigation links