|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.filters.util.JavaClassHelper
public final class JavaClassHelper
Helper class that filters constants from a Java Class
Constructor Summary | |
---|---|
JavaClassHelper()
|
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 |
Constructor Detail |
---|
public JavaClassHelper()
Method Detail |
---|
public static java.lang.StringBuffer getConstants(byte[] bytes) throws java.io.IOException
bytes
- the class as a array of bytes
java.io.IOException
- if an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |