297298299300301302303304305306307
if ( target instanceof BinTarget ) { BinInstallerCommand binCmd = null; binCmd = new BinInstallerCommand( this, ( BinTarget ) target ); binCmd.execute(); } if ( target instanceof ArchiveTarget ) { ArchiveInstallerCommand archiveCmd = null;