org.apache.james.mailboxmanager
Interface MessageResult.MimePath

Enclosing interface:
MessageResult

public static interface MessageResult.MimePath

Describes a path within a multipart MIME message. All implementations must implement equals. Two paths are equal if and only if each position is identical.


Method Summary
 int[] getPositions()
          Gets the positions of each part in the path.
 

Method Detail

getPositions

int[] getPositions()
Gets the positions of each part in the path.

Returns:
part positions describing the path


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.