|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.comm.bridge.ISeriesCODEMemberTransfer
This class handles iSeries member downloads for the classic CODE tools. There are three main differences between this class and ISeriesMemberTransfer.
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
static void |
download(ISeriesMember member,
String localPath)
Get the member from the server. |
static void |
download(ISeriesMember member,
String localPath,
boolean dbcs)
Get the member from the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Method Detail |
public static void download(ISeriesMember member, String localPath) throws ISeriesEncapsulatedReturnCodeException, ISeriesEncapsulatedException, com.ibm.etools.systems.core.messages.SystemMessageException
member
- The remote member to downloadlocalPath
- The fully qualified local path (including filename) to download the member to
ISeriesEncapsulatedReturnCodeException
ISeriesEncapsulatedException
com.ibm.etools.systems.core.messages.SystemMessageException
public static void download(ISeriesMember member, String localPath, boolean dbcs) throws ISeriesEncapsulatedReturnCodeException, ISeriesEncapsulatedException, com.ibm.etools.systems.core.messages.SystemMessageException
member
- The remote member to downloadlocalPath
- The fully qualified local path (including filename) to download the member todbcs
- Is this a DBCS file?
ISeriesEncapsulatedReturnCodeException
ISeriesEncapsulatedException
com.ibm.etools.systems.core.messages.SystemMessageException
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |