|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
ImportTask.
Factory| Method Summary | |
ImportTask |
create()
Creates an empty instance of ImportTask. |
ImportTask |
create(java.lang.String uri,
boolean populateSummary)
Creates an instance of ImportTask with the import data pointed to by the given URI. |
boolean |
supportsCapability(NamedObject objectType,
ImportExportFormat exportFormat)
Returns true if the specified named object type can be imported in the specified format. |
| Method Detail |
public ImportTask create()
throws JDMException
ImportTask.
JDMException
public ImportTask create(java.lang.String uri,
boolean populateSummary)
throws JDMException
ImportTask with the import data pointed to by the given URI. The summary of the import data is created if the flag populateSummary is true.
uri - populateSummary -
JDMException
public boolean supportsCapability(NamedObject objectType,
ImportExportFormat exportFormat)
throws JDMException
Any implementation must support import of models in its native format. Therefore, this method returns true for model and the system default format.
objectType - The type of the object.exportFormat - The capability of import task.
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||