Status: Accepted
Owner: pekka.klarck
Labels: Type-Enhancement Priority-Medium Target-2.7
New issue 1021 by pekka.klarck: Support variable files based on Python and
Java classes
http://code.google.com/p/robotframework/issues/detail?id=1021
Currently variable files can only be implemented as Python modules. After
recent refactoring to importing logic, it would be trivial to add support
for reading variables also from classes. That would be especially nice
because it would make it possible to create variable files using Java.
As I already wrote, implementing this functionality is pretty trivial.
Writing acceptance tests and updating User Guide is going to be a bigger
task.