You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assuming of course that the the default value for rootPath was not overridden during this test.
Thanks!
EDIT:
After taking a quick peek at the code, it looks like this would be pretty easy to support by adding a new method to the Accessible interface (or perhaps a new extension interface?) along with a corresponding @DeleGate method to the PropertiesManager class. If you like this idea, I can fork, impl and submit a pull request.
The text was updated successfully, but these errors were encountered:
Is it possible to leverage Owner's variable expansion support to perform runtime variable interpolation on strings?
For example, say I have an owner interface that defines a property
Would it be possible to do something like:
assuming of course that the the default value for rootPath was not overridden during this test.
Thanks!
EDIT:
After taking a quick peek at the code, it looks like this would be pretty easy to support by adding a new method to the Accessible interface (or perhaps a new extension interface?) along with a corresponding @DeleGate method to the PropertiesManager class. If you like this idea, I can fork, impl and submit a pull request.
The text was updated successfully, but these errors were encountered: