| Input type to select a directory and validate it by checking the existence of
files relative to the directory selected. An Expected use for this is to find the
Application root of an exiting app on the clients machine. for example to find
Tomcat, ask the user to select the tomcat root and check the existence of ./conf/tomcat-users.xml
and ./webapps
author: Paul Hinds version: $Id: AppRootInput.java,v 1.2 2005/10/23 14:39:20 teknopaul Exp $ |