Class com.ibm.ivj.util.base.ExportInterchangeSpec
java.lang.Object
|
+----com.ibm.ivj.util.base.ExportInterchangeSpec
- public class ExportInterchangeSpec
- extends Object
- implements Serializable
This is a "helper" class used to encapsulate the
export selections. It is used for interchange file
export
Constructor Index
- ExportInterchangeSpec()
- Default constructor
Method Index
- allowRepositoryCreation()
- Indicates whether a new repository will be created
if the repository supplied by setRepository(...)
does not already exist
- allowRepositoryCreation(boolean)
- Specifies whether a new repository will be created
if the repository supplied by setRepository(...)
does not already exist
- 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
ExportInterchangeSpec
public ExportInterchangeSpec()
- Default constructor
Methods
allowRepositoryCreation
public boolean allowRepositoryCreation()
- Indicates whether a new repository will be created
if the repository supplied by setRepository(...)
does not already exist
- Returns:
- boolean
allowRepositoryCreation
public void allowRepositoryCreation(boolean setting)
- Specifies whether a new repository will be created
if the repository supplied by setRepository(...)
does not already exist
- Parameters:
- setting - boolean
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
(for example, 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
