* Test to scan the Instantiations directory for unlinked directories
*/
public static void main(String[] args) {
InstallOptions options = new InstallOptions();
options.setVerbose(true);
Installer installer = new Installer(options) {
protected Class getRequiredAdapterType() {
return null;
}
};