|
CStockage 4.2_beta-RC-1 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esupportail.portal.channels.CStockage.channelAction.BufferAction
Id: BufferAction.java,v 1.0 24 sept. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: BufferAction Original Author: Yohan Colmant The buffer used in different actions like the copy or move action
| Constructor Summary | |
BufferAction()
Default constructor |
|
| Method Summary | |
java.util.Vector |
getClipboard()
Return the clipboard |
java.lang.String |
getClipboardParameter()
Returns the clipboardParameter |
java.lang.String |
getClipboardPath()
Return the clipboard path |
Space |
getClipboardSpace()
Returns the clipboardSpace |
java.lang.String |
getCurrentSortType()
|
java.lang.String[] |
getFilesToDelete()
Return the files to delete |
java.lang.String |
getFileToRename()
Return the file to rename |
java.io.InputStream |
getInputStream()
|
void |
setClipboard(java.util.Vector clipboard)
Set the clipboard |
void |
setClipboardParameter(java.lang.String clipboardParameter)
Set the clipboardParameter |
void |
setClipboardPath(java.lang.String clipboardPath)
Set the clipboard path |
void |
setClipboardSpace(Space clipboardSpace)
Set the clipboard space |
void |
setCurrentSortType(java.lang.String currentSortType)
|
void |
setFilesToDelete(java.lang.String[] filesToDelete)
Set the files to delete |
void |
setFileToRename(java.lang.String fileToRename)
Set the file rename |
void |
setInputStream(java.io.InputStream inputStream)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BufferAction()
| Method Detail |
public java.io.InputStream getInputStream()
public void setInputStream(java.io.InputStream inputStream)
inputStream - The inputStream to set.public java.lang.String getCurrentSortType()
public void setCurrentSortType(java.lang.String currentSortType)
currentSortType - The currentSortType to set.public Space getClipboardSpace()
public void setClipboardSpace(Space clipboardSpace)
clipboardSpace - The clipboardSpaceAccess to set.public java.util.Vector getClipboard()
public void setClipboard(java.util.Vector clipboard)
clipboard - The clipboard to set.public java.lang.String getClipboardParameter()
public void setClipboardParameter(java.lang.String clipboardParameter)
clipboardParameter - The clipboardParameter to set.public java.lang.String getClipboardPath()
public void setClipboardPath(java.lang.String clipboardPath)
clipboardPath - The clipboardPath to set.public java.lang.String[] getFilesToDelete()
public void setFilesToDelete(java.lang.String[] filesToDelete)
filesToDelete - The filesToDelete to set.public java.lang.String getFileToRename()
public void setFileToRename(java.lang.String fileToRename)
fileToRename - The fileToRename to set.
|
CStockage 4.2_beta-RC-1 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||