Uses of Interface
org.eclipse.steady.FileAnalyzer
-
Packages that use FileAnalyzer Package Description org.eclipse.steady -
-
Uses of FileAnalyzer in org.eclipse.steady
Classes in org.eclipse.steady that implement FileAnalyzer Modifier and Type Class Description classDirAnalyzerAnalyzes all files below a given directory, thereby using other implementations ofFileAnalyzer.Methods in org.eclipse.steady that return FileAnalyzer Modifier and Type Method Description static FileAnalyzerFileAnalyzerFactory. buildFileAnalyzer(File _file)Creates instances ofFileAnalyzerdepending on the file.static FileAnalyzerFileAnalyzerFactory. buildFileAnalyzer(File _file, String[] _exts)Creates instances ofFileAnalyzerdepending on the file.static FileAnalyzerDirAnalyzer. createAnalyzerForArchiveEntry(InputStream _is, String _entry)The givenInputStreamhas been created from an archive entry with the given name.Methods in org.eclipse.steady that return types with arguments of type FileAnalyzer Modifier and Type Method Description Set<FileAnalyzer>DirAnalyzer. getChilds(boolean _recursive)Returns nestedFileAnalyzers or null if no child analyzers exist.Set<FileAnalyzer>FileAnalyzer. getChilds(boolean _recursive)Returns nestedFileAnalyzers or null if no child analyzers exist.
-