Class com.ibm.ivj.util.base.ImportInterchangeSpec
java.lang.Object
|
+----com.ibm.ivj.util.base.ImportInterchangeSpec
- public class ImportInterchangeSpec
- extends Object
- implements Serializable
This is a "helper" class used to encapsulate the
import selections. It is used for interchange file
import
Constructor Index
- ImportInterchangeSpec()
- Default constructor
Method Index
- getPackageEditions()
- Returns the selected package editions.
- getProjectEditions()
- Returns the selected project editions.
- getRepository()
- Returns the selected repository for the operation.
- setPackageEditions(PackageEdition[])
- Set the selected package editions.
- setProjectEditions(ProjectEdition[])
- Set the selected project editions.
- setRepository(Repository)
- Sets the repository for the operation.
Constructors
ImportInterchangeSpec
public ImportInterchangeSpec()
- Default constructor
Methods
getPackageEditions
public PackageEdition[] getPackageEditions()
- Returns the selected package editions.
- Returns:
- com.ibm.ivj.util.base.PackageEdition[]
getProjectEditions
public ProjectEdition[] getProjectEditions()
- Returns the selected project editions.
- Returns:
- com.ibm.ivj.util.base.ProjectEdition[]
getRepository
public Repository getRepository()
- Returns the selected repository for the operation.
- Returns:
- com.ibm.ivj.util.base.Repository
setPackageEditions
public void setPackageEditions(PackageEdition packages[])
- Set the selected package editions.
Note, that the project and package edition selections are independent
(ie. one does not qualify the other). The total set of items in the
specified project and package editions is exported
- Parameters:
- packages - com.ibm.ivj.util.base.PackageEdition[]
setProjectEditions
public void setProjectEditions(ProjectEdition projects[])
- Set the selected project editions.
Note, that the project and package edition selections are independent
(ie. one does not qualify the other). The total set of items in the
specified project and package editions is exported
- Parameters:
- projects - com.ibm.ivj.util.base.ProjectEdition[]
setRepository
public void setRepository(Repository repository)
- Sets the repository for the operation.
- Parameters:
- repository - com.ibm.ivj.util.base.Repository
