public class ExportItemType
extends org.apache.tools.ant.ProjectComponent
Modifier and Type | Field and Description |
---|---|
protected ExportType |
itsExportType |
protected java.util.List |
itsIds |
private java.lang.String |
itsProfileName |
Constructor and Description |
---|
ExportItemType() |
Modifier and Type | Method and Description |
---|---|
void |
addBaseData(org.apache.tools.ant.types.Reference val) |
void |
populate(Config config,
java.util.List exportItems)
Populates the list of export items
|
void |
setProfileName(java.lang.String profileName) |
void |
setType(java.lang.String val) |
protected ExportType itsExportType
protected java.util.List itsIds
private java.lang.String itsProfileName
public void setType(java.lang.String val)
public void setProfileName(java.lang.String profileName)
public void addBaseData(org.apache.tools.ant.types.Reference val)
public void populate(Config config, java.util.List exportItems) throws java.lang.Exception
java.lang.Exception