|
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.RemoteFileImportData
Holds data of what to import.
Constructor Summary | |
---|---|
RemoteFileImportData()
Constructor. |
Method Summary | |
---|---|
void |
addToList(UniFilePlus object)
Add to the list of files to import. |
IRemoteFileImportDescriptionReader |
createImportDescriptionReader(InputStream inputStream)
Creates and returns an import description writer. |
IRemoteFileImportDescriptionWriter |
createImportDescriptionWriter(OutputStream outputStream)
Creates and returns an import description writer. |
boolean |
doesExist(UniFilePlus object)
Does the file exist. |
IPath |
getContainerPath()
|
IFile |
getDescriptionFile()
Gets the description file as a workspace resource. |
String |
getDescriptionFilePath()
|
List |
getElements()
Returns the elements to be imported. |
Object |
getSource()
Gets the source. |
boolean |
isCreateDirectoryStructure()
|
boolean |
isCreateSelectionOnly()
|
boolean |
isOverWriteExistingFiles()
|
boolean |
isSaveSettings()
|
void |
setContainerPath(IPath containerPath)
|
void |
setCreateDirectoryStructure(boolean createDirectoryStructure)
|
void |
setCreateSelectionOnly(boolean createSelectionOnly)
|
void |
setDescriptionFilePath(String descriptionFilePath)
|
void |
setElements(List elements)
Sets the elements to imported. |
void |
setOverWriteExistingFiles(boolean overWriteExistingFiles)
|
void |
setSaveSettings(boolean saveSettings)
|
void |
setSource(Object source)
Sets the source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteFileImportData()
Method Detail |
public String getDescriptionFilePath()
public IFile getDescriptionFile()
public void setDescriptionFilePath(String descriptionFilePath)
descriptionFilePath
- The descriptionFilePath to set.public IPath getContainerPath()
public void setContainerPath(IPath containerPath)
containerPath
- the container path.public Object getSource()
public void setSource(Object source)
source
- the source from which to import.public List getElements()
public void setElements(List elements)
elements
- the elements.public void addToList(UniFilePlus object)
object
- the file object.public boolean doesExist(UniFilePlus object)
object
- the file object.
true
of thepublic 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 IRemoteFileImportDescriptionWriter createImportDescriptionWriter(OutputStream outputStream)
public IRemoteFileImportDescriptionReader createImportDescriptionReader(InputStream inputStream)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |