Web Site

org.codehaus.janino
Interface JavaSourceClassLoader.ProtectionDomainFactory

Enclosing interface:
JavaSourceClassLoader

public static interface JavaSourceClassLoader.ProtectionDomainFactory


Method Summary
 ProtectionDomain getProtectionDomain(String name)
           
 

Method Detail

getProtectionDomain

public ProtectionDomain getProtectionDomain(String name)
                                     throws Exception
Throws:
Exception

Web Site