4 Ekim 2018 Perşembe

ProtectionDomain Sınıfı

getSourceCode metodu
Örnek
Şöyle yaparız.
Iterables.class.getProtectionDomain().getCodeSource().getLocation()
Örnek
Şöyle yaparız.
String path = new String(Foo.class.getProtectionDomain().getCodeSource().
getLocation().getPath();

Hiç yorum yok:

Yorum Gönder