org.apache.jsieve.mail
Class ActionFileInto

java.lang.Object
  extended by org.apache.jsieve.mail.ActionFileInto
All Implemented Interfaces:
Action

public class ActionFileInto
extends java.lang.Object
implements Action

Class ActionFileInto encapsulates the information required to file a mail into a location. See RFC 3028, Section 4.2.


Constructor Summary
ActionFileInto(java.lang.String destination)
          Constructor for ActionFileInto.
 
Method Summary
 java.lang.String getDestination()
          Returns the destination.
protected  void setDestination(java.lang.String destination)
          Sets the destination.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionFileInto

public ActionFileInto(java.lang.String destination)
Constructor for ActionFileInto.

Method Detail

getDestination

public java.lang.String getDestination()
Returns the destination.

Returns:
String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

setDestination

protected void setDestination(java.lang.String destination)
Sets the destination.

Parameters:
destination - The destination to set


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