Class MIMEEvent.EndPart
java.lang.Object
org.jvnet.mimepull.MIMEEvent
org.jvnet.mimepull.MIMEEvent.EndPart
- Enclosing class:
MIMEEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class MIMEEvent
MIMEEvent.Content, MIMEEvent.EndMessage, MIMEEvent.EndPart, MIMEEvent.EVENT_TYPE, MIMEEvent.Headers, MIMEEvent.StartMessage, MIMEEvent.StartPart -
Field Summary
Fields inherited from class MIMEEvent
END_MESSAGE, END_PART, START_MESSAGE, START_PART -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) MIMEEvent.EVENT_TYPEReturns a event for parser's current cursor location in the MIME message.
-
Constructor Details
-
EndPart
EndPart()
-
-
Method Details
-
getEventType
MIMEEvent.EVENT_TYPE getEventType()Description copied from class:MIMEEventReturns a event for parser's current cursor location in the MIME message.MIMEEvent.EVENT_TYPE.START_MESSAGEandMIMEEvent.EVENT_TYPE.START_MESSAGEevents are generated only once.MIMEEvent.EVENT_TYPE.START_PART,MIMEEvent.EVENT_TYPE.END_PART,MIMEEvent.EVENT_TYPE.HEADERSevents are generated only once for each attachment part.MIMEEvent.EVENT_TYPE.CONTENTevent may be generated more than once for an attachment part.- Specified by:
getEventTypein classMIMEEvent- Returns:
- event type
-