org.jtheque.core.managers.update.actions
Class AbstractUpdateAction

java.lang.Object
  extended by org.jtheque.core.managers.update.actions.AbstractUpdateAction
All Implemented Interfaces:
UpdateAction
Direct Known Subclasses:
DeleteAction, DownloadAction, MoveAction

public abstract class AbstractUpdateAction
extends java.lang.Object
implements UpdateAction

Author:
Baptiste Wicht

Constructor Summary
AbstractUpdateAction()
           
 
Method Summary
 void setFile(java.lang.String file)
          Set the name of the file.
 void setFolder(java.lang.String folder)
          Set the name of the folder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jtheque.core.managers.update.actions.UpdateAction
execute
 

Constructor Detail

AbstractUpdateAction

public AbstractUpdateAction()
Method Detail

setFile

public final void setFile(java.lang.String file)
Set the name of the file.

Parameters:
file - The name of the file.

setFolder

public final void setFolder(java.lang.String folder)
Set the name of the folder.

Parameters:
folder - The name of folder.


Copyright © 2009 JTheque. All Rights Reserved.