org.apache.maven.jxr.pacman

Class 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(String filename, String encoding)
Create a new JavaFileImpl that points to a given file...

Constructor Detail

JavaFileImpl

public JavaFileImpl(String filename, String encoding)
Create a new JavaFileImpl that points to a given file...

Parameters: filename

Throws: IOException

Copyright © {inceptionYear}-2007 Apache Software Foundation. All Rights Reserved.