| Package | Description |
|---|---|
| org.apache.james.mime4j.stream |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RawEntity.setRecursionMode(RecursionMode recursionMode)
This method has no effect.
|
void |
MimeTokenStream.setRecursionMode(RecursionMode mode)
Sets the current recursion.
|
void |
EntityStateMachine.setRecursionMode(RecursionMode recursionMode)
Sets the current recursion mode.
|
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.