
|
JavaClassHelper (Apache Ant API)
org.apache.tools.ant.filters.util
Class JavaClassHelper
java.lang.Object
|
+--org.apache.tools.ant.filters.util.JavaClassHelper
- public final class JavaClassHelper
- extends java.lang.Object
Helper class that filters constants from a Java Class
- Author:
- Magesh Umasankar
Method Summary |
static java.lang.StringBuffer |
getConstants(byte[] bytes)
Get the constants declared in a file as name=value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaClassHelper
public JavaClassHelper()
getConstants
public static final java.lang.StringBuffer getConstants(byte[] bytes)
throws java.io.IOException
- Get the constants declared in a file as name=value
java.io.IOException
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.
|