I'm using a library that has a public static method getFile()
defined in the Utils
class. The library uses Utils.getFile()
a lot internally, but this method is not very well implemented.
I was wondering if it's possible to somehow override Utils.getFile()
so it would use my implementation instead?