tokens = classifier.classify(currLine, false);
// DmsSchemaLocation currLoc = finder.getLocation(tokens.nth(0).getValue());
// DmsSchemaLocation currLoc = finder.getLocation(tokens.nth(0).getValue());
ConfigVersion config = finder.getConfig(tokens.nth(0).getValue());
ConfigLocation currLoc = null;
if (config != null)
currLoc = config.getLatestVersion();
if (currLine.equals("?")){
System.out.println("");
System.out.println(finder.getSearchInfo() + "\n");
Iterator<ConfigVersion> it = finder.getVersions().values().iterator();
while(it.hasNext()){
ConfigVersion version = it.next();
ConfigLocation loc = version.getLatestVersion();
if (loc.getJarFilename() == null){
System.out.println(format.sprintf(loc.getConfigName()) + " version: " + loc.getVersion());
// System.out.println(format.sprintf(loc.getConfigName()) + " " + loc.getDirectory());
System.out.println(format.sprintf("") + " " + loc.getConfigParentDirectory() + "\n");