org.apache.beehive.netui.compiler
Class SourceFileInfo

Object
  extended by SourceFileInfo
Direct Known Subclasses:
FacesBackingInfo, FlowControllerInfo

public class SourceFileInfo
extends Object


Constructor Summary
SourceFileInfo(File sourceFile, String className)
           
 
Method Summary
 String getClassName()
           
 File getSourceFile()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceFileInfo

public SourceFileInfo(File sourceFile,
                      String className)
Method Detail

getSourceFile

public File getSourceFile()

getClassName

public String getClassName()