{
throw new IllegalArgumentException("Must specify *one* metadata object after export command");
}
String sMetaName = (String)m_itemList.get(0);
MetadataObject metaObj;
m_metadata = new MetadataLoaderDispatcher().load(null, null, XMLMetadataLoader.DOCUMENTATION_INCLUDED, null);
m_context = (InvocationContext)m_metadata.getComponent("System.InvocationContext").getInstance(null);
switch (m_nCommand)