290291292293294295296297298299300
if ( target instanceof DebTarget ) { DebInstallerCommand debCmd = null; debCmd = new DebInstallerCommand( this, ( DebTarget ) target ); debCmd.execute(); } if ( target instanceof BinTarget ) { BinInstallerCommand binCmd = null;