Package org.apache.commons.net.nntp
Interface Threadable<T extends Threadable<T>>
- Type Parameters:
T
- The Threadable implementation.
- All Known Implementing Classes:
Article
public interface Threadable<T extends Threadable<T>>
A placeholder interface for threadable message objects.
-
Method Summary
-
Method Details
-
isDummy
boolean isDummy()Tests whether this is a dummy instance.- Returns:
- whether this is a dummy instance.
-
makeDummy
Creates a dummy instance.- Returns:
- a dummy instance.
-
messageThreadId
Gets an ID.- Returns:
- an ID.
-
messageThreadReferences
Gets reference strings.- Returns:
- reference strings.
-
setChild
Sets the child instance.- Parameters:
child
- the child instance.
-
setNext
Sets the next instance.- Parameters:
next
- the next instance.
-
simplifiedSubject
Gets the simplified subject.- Returns:
- the simplified subject.
-
subjectIsReply
boolean subjectIsReply()Tests whether this is a reply.- Returns:
- whether this is a reply.
-