java.lang.Object
org.apache.lucene.util.InfoStream
org.apache.lucene.util.InfoStream.NoOutput
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
InfoStream
-
Field Summary
Fields inherited from class org.apache.lucene.util.InfoStream
NO_OUTPUT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.util.InfoStream
getDefault, setDefault
-
Constructor Details
-
NoOutput
private NoOutput()
-
-
Method Details
-
message
Description copied from class:InfoStream
prints a message- Specified by:
message
in classInfoStream
-
isEnabled
Description copied from class:InfoStream
returns true if messages are enabled and should be posted toInfoStream.message(java.lang.String, java.lang.String)
.- Specified by:
isEnabled
in classInfoStream
-
close
public void close()
-