org.apache.tools.ant.taskdefs.optional.jlink

Class ClassNameReader


public class ClassNameReader
extends Object

Provides a quick and dirty way to determine the true name of a class given just an InputStream. Reads in just enough to perform this minimal task only.

Method Summary

static String
getClassName(InputStream input)

Method Details

getClassName

public static String getClassName(InputStream input)
            throws IOException

Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.