java

位置:IT落伍者 >> java >> 浏览文章

关于build tool的构想 从Ant说起[7]


发布日期:2020年03月23日
 
关于build tool的构想 从Ant说起[7]

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接口

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

               

上一篇:关于build tool的构想 从Ant说起[8]

下一篇:在Eclipse中使用Ant来自动编译J2me程序[1]