org.rhq.plugins.jbossas.script
Class ScriptFileFinder
java.lang.Object
org.rhq.plugins.jbossas.script.ScriptFileFinder
public class ScriptFileFinder
- extends Object
A class that finds all script files beneath a specified set of directories on the local filesystem. The code will
follow symbolic links on *NUX platforms but protects against circularity.
- Author:
- Ian Springer, Jay Shaughnessy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptFileFinder
public ScriptFileFinder(SystemInfo systemInfo,
File... scanDirectories)
getScanDirectories
protected List<File> getScanDirectories()
findScriptFiles
@NotNull
public List<File> findScriptFiles()
findScriptFiles
protected void findScriptFiles(File scanDir,
List<File> excludeDirs,
List<File> scriptFiles)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.