org.apache.maven.jxr.pacman
Class JavaFileImpl

java.lang.Object
  extended by org.apache.maven.jxr.pacman.JavaFile
      extended by org.apache.maven.jxr.pacman.JavaFileImpl

public class JavaFileImpl
extends JavaFile

PacMan implementation of a JavaFile. This will parse out the file and determine package, class, and imports

Version:
$Id: JavaFileImpl.java 524455 2007-03-31 17:15:38Z dennisl $
Author:
Kevin A. Burton

Constructor Summary
JavaFileImpl(java.lang.String filename, java.lang.String encoding)
          Create a new JavaFileImpl that points to a given file...
 
Method Summary
 
Methods inherited from class org.apache.maven.jxr.pacman.JavaFile
addClassType, addImportType, getClassType, getClassTypes, getEncoding, getFilename, getImportTypes, getPackageType, setClassType, setEncoding, setFilename, setPackageType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaFileImpl

public JavaFileImpl(java.lang.String filename,
                    java.lang.String encoding)
             throws java.io.IOException
Create a new JavaFileImpl that points to a given file...

Parameters:
filename -
Throws:
java.io.IOException


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.