net.sourceforge.pmd.util
Class XPathTest
java.lang.Object
extended by net.sourceforge.pmd.util.XPathTest
public class XPathTest
- extends java.lang.Object
To use this, do this:
$ cat ~/tmp/Test.java
package foo;
public class Test {
private int x;
}
$ java net.sourceforge.pmd.util.XPathTest -xpath "//FieldDeclaration" -filename "/home/tom/tmp/Test.java"
Match at line 3 column 11; package name 'foo'; variable name 'x'
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathTest
public XPathTest()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2002-2011 InfoEther. All Rights Reserved.