熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Java編程 >> Java開源技術 >> 正文

關於build tool的構想 從Ant說起[5]

2022-06-13   來源: Java開源技術 

    java代碼

    class SeqCommand implements Command{
    private final Command c;
    private final Command c;
    public Object execute(CommandContext ctxt){
    cexecute(ctxt);
    return cexecute(ctxt);
    }
    SeqCommand (Command c Command c){
    thisc = c;
    thisc = c;
    }
    }

    上面這個簡單的Command就負責按照順序執行連續的兩個command

    除了順序執行還有錯誤處理我們也許會希望當某個步驟執行失敗時去執行另外一個動作為此我們需要先定義一個接口來描述錯誤恢復

[]  []  []  []  []  []  []  []  []  []  []  


From:http://tw.wingwit.com/Article/program/Java/ky/201311/29272.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.