I was wondering if it is possible to retrieve all available constants using a Java action. I know of the method Core.getConfiguration().getConstantValue(key)
, but I need to find all constants starting with a certain prefix.
Any ideas?
I was wondering if it is possible to retrieve all available constants using a Java action. I know of the method Core.getConfiguration().getConstantValue(key)
, but I need to find all constants starting with a certain prefix.
Any ideas?