Uses of Class
org.apache.maven.jxr.pacman.JavaFile
-
Packages that use JavaFile Package Description org.apache.maven.jxr.pacman -
-
Uses of JavaFile in org.apache.maven.jxr.pacman
Subclasses of JavaFile in org.apache.maven.jxr.pacman Modifier and Type Class Description classJavaFileImplPacMan implementation of a JavaFile.Fields in org.apache.maven.jxr.pacman with type parameters of type JavaFile Modifier and Type Field Description private java.util.Map<java.nio.file.Path,JavaFile>FileManager. filesMethods in org.apache.maven.jxr.pacman that return JavaFile Modifier and Type Method Description JavaFileFileManager. getFile(java.nio.file.Path path)Gets a file from its name.
If the file does not exist within the FileManager, creates a new one and returns it.Methods in org.apache.maven.jxr.pacman with parameters of type JavaFile Modifier and Type Method Description voidFileManager. addFile(JavaFile file)Add a file to this file manager.
-