示例使用代码
Code highlighting
PRodUCed by Act
ipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
--> 1
public static void main(String[] args)
{
2
// CVSParseMethod
3
// C:/Documents and
4
// Settings/hut/workspace/junitcheck/src/branding/src/
java/com/webex/webapp/branding/common/BrandingTools.java
5
CVSParseMethod x = new CVSParseMethod( " C://Documents and Settings//hut//workspace//AccountMethodLocation// " ,
6
" net.blogjava.xmp123.CVSClass " );
7
8
// src/java/com/webex/webapp/urlapi/biz/URLAPIMgrImpl.java
9
// C:/Documents and Settings/hut/workspace/junitcheck/src/meetingcenter/src/java/com/webex/webapp/meetingcenter/action/common/QuickStartInviteAction.java
10
System.out.println(x.parseAction());
11
}