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

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

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

    java代碼

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

    前面的順序執行我們是直接扔掉了前一個command的返回值但是有些時候我們也許希望根據第一個command的返回值來決定下一步的走向為此仿照CommandRecovery接口定義CommandBinder接口

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


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