Uses of Class
org.apache.james.mime4j.stream.RecursionMode
-
Packages that use RecursionMode Package Description org.apache.james.mime4j.stream -
-
Uses of RecursionMode in org.apache.james.mime4j.stream
Methods in org.apache.james.mime4j.stream that return RecursionMode Modifier and Type Method Description RecursionMode
MimeTokenStream. getRecursionMode()
Gets the current recursion mode.static RecursionMode
RecursionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecursionMode[]
RecursionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.james.mime4j.stream with parameters of type RecursionMode Modifier and Type Method Description void
EntityStateMachine. setRecursionMode(RecursionMode recursionMode)
Sets the current recursion mode.void
MimeTokenStream. setRecursionMode(RecursionMode mode)
Sets the current recursion.void
RawEntity. setRecursionMode(RecursionMode recursionMode)
This method has no effect.
-