org.apache.maven.jxr.pacman
Class JavaFileImpl
java.lang.Object
org.apache.maven.jxr.pacman.JavaFile
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 524441 2007-03-31 15:44:15Z dennisl $
- Author:
- Kevin A. Burton
Constructor Summary |
JavaFileImpl(String filename,
String encoding)
Create a new JavaFileImpl that points to a given file... |
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 |
JavaFileImpl
public JavaFileImpl(String filename,
String encoding)
throws IOException
- Create a new JavaFileImpl that points to a given file...
- Parameters:
filename
-
- Throws:
IOException
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.