Skip to content
Snippets Groups Projects
Commit c3105637 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

added convertToKey function in TrendFile

parent ad683f60
No related branches found
No related tags found
No related merge requests found
......@@ -380,9 +380,11 @@ public class CometeTrendController {
hkey.setUseSuffix(false);
key = hkey;
}
if (key != null) {
keyMap.put(value, key);
}
}
}
return key;
}
......
......@@ -1134,6 +1134,10 @@ public class TrendFile {
return attributeSource;
}
public IKey convertToKey(String value) {
return controller.convertToKey(value);
}
public static void main(String[] args) throws IOException {
String fileName = "D:/TREND.txt";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment