org.apache.commons.classscan
Interface ClassFile

All Superinterfaces:
ResourceFile
All Known Implementing Classes:
FileClassFile, JarClassFile

public interface ClassFile
extends ResourceFile

Information about and access to a location that contains a class.


Method Summary
 String getClassName()
          Get the name of the class
 
Methods inherited from interface org.apache.commons.classscan.ResourceFile
getBytes, getFileName
 

Method Detail

getClassName

String getClassName()
Get the name of the class

Returns:
The canonical class name; or null, if not a valid class


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.