|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.files.importexport.files.RemoteFileExportData
Holds data of what to export.
Constructor Summary | |
---|---|
RemoteFileExportData()
Constructor. |
Method Summary | |
---|---|
IRemoteFileExportDescriptionReader |
createExportDescriptionReader(InputStream inputStream)
Creates and returns an export description writer. |
IRemoteFileExportDescriptionWriter |
createExportDescriptionWriter(OutputStream outputStream)
Creates and returns an export description writer. |
IFile |
getDescriptionFile()
Gets the description file as a workspace resource. |
String |
getDescriptionFilePath()
|
String |
getDestination()
|
List |
getElements()
Returns the elements to be exported. |
boolean |
isCreateDirectoryStructure()
|
boolean |
isCreateSelectionOnly()
|
boolean |
isOverWriteExistingFiles()
|
boolean |
isSaveSettings()
|
void |
setCreateDirectoryStructure(boolean createDirectoryStructure)
|
void |
setCreateSelectionOnly(boolean createSelectionOnly)
|
void |
setDescriptionFilePath(String descriptionFilePath)
|
void |
setDestination(String destination)
|
void |
setElements(List elements)
Sets the elements to export. |
void |
setOverWriteExistingFiles(boolean overWriteExistingFiles)
|
void |
setSaveSettings(boolean saveSettings)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteFileExportData()
Method Detail |
public String getDescriptionFilePath()
public IFile getDescriptionFile()
public void setDescriptionFilePath(String descriptionFilePath)
descriptionFilePath
- The descriptionFilePath to set.public String getDestination()
public void setDestination(String destination)
destination
- The destination to set.public List getElements()
public void setElements(List elements)
elements
- the elements.public boolean isOverWriteExistingFiles()
public void setOverWriteExistingFiles(boolean overWriteExistingFiles)
overWriteExistingFiles
- The overWriteExistingFiles to set.public boolean isSaveSettings()
public void setSaveSettings(boolean saveSettings)
saveSettings
- The saveSettings to set.public boolean isCreateDirectoryStructure()
public void setCreateDirectoryStructure(boolean createDirectoryStructure)
createDirectoryStructure
- The createDirectoryStructure to set.public boolean isCreateSelectionOnly()
public void setCreateSelectionOnly(boolean createSelectionOnly)
createSelectionOnly
- The createSelectionOnly to set.public IRemoteFileExportDescriptionWriter createExportDescriptionWriter(OutputStream outputStream)
public IRemoteFileExportDescriptionReader createExportDescriptionReader(InputStream inputStream)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |