|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.impexp.resource.ZipFileImportExportResource
public class ZipFileImportExportResource
An IMassImportExportResource implementation for a zip file that can be used as a source for import or as a target for export.
| Constructor Summary | |
|---|---|
ZipFileImportExportResource(java.io.File pZipFile)Constructs a ZipFileImportExportResource object. |
|
| Method Summary | |
|---|---|
java.io.File |
getZipFile()Returns the zip file value. |
void |
setZipFile(java.io.File pFile)Specifies the zip file value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipFileImportExportResource(java.io.File pZipFile)
pZipFile - a File object| Method Detail |
|---|
public java.io.File getZipFile()
setZipFile(File)public void setZipFile(java.io.File pFile)
pFile - a File object specifying the zip file valuegetZipFile()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||