org.apache.maven.jxr.pacman
Class JavaFileImpl

java.lang.Object
  extended byorg.apache.maven.jxr.pacman.JavaFile
      extended byorg.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 292625 2005-09-30 04:27:12Z brett $
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...
 
Methods inherited from class org.apache.maven.jxr.pacman.JavaFile
addImportType, getClassType, 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 © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.