Class Utf8Detector
- java.lang.Object
-
- jetbrains.buildServer.nio.charset.Utf8Detector
-
-
Constructor Summary
Constructors Constructor Description Utf8Detector(boolean contentReadingEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
apply(File input)
Checks whether the given item meets the predicate.Charset
getCharset()
-
-
-
Method Detail
-
apply
public boolean apply(File input)
Checks whether the given item meets the predicate.- Specified by:
apply
in interfacePredicate<File>
- Parameters:
input
- item to check.- Returns:
- true - meets.
- See Also:
Predicate.apply(Object)
-
getCharset
@NotNull public Charset getCharset()
- See Also:
CharsetDetector.getCharset()
-
-