mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Two apis, copyIso and copyTemplate point to the same Cmd class, the commit adds the child class CopyIsoCmd that extends on CopyTemplateCmd. This just serves as the boilerplate class. Every api cmd name maps 1:1 to a cmd class. Signed-off-by: Rohit Yadav <bhaisaab@apache.org>