Class AsciiDetector
- java.lang.Object
-
- jetbrains.buildServer.nio.charset.AsciiDetector
-
-
Constructor Summary
Constructors Constructor Description AsciiDetector(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()
-
-