org.jruby
Interface Profile
- public interface Profile
- Author:
- Ola Bini
ALL
public static final Profile ALL
DEBUG_ALLOW
public static final Profile DEBUG_ALLOW
NO_FILE_CLASS
public static final Profile NO_FILE_CLASS
ANY
public static final Profile ANY
DEFAULT
public static final Profile DEFAULT
allowBuiltin
public boolean allowBuiltin(java.lang.String name)
allowClass
public boolean allowClass(java.lang.String name)
allowModule
public boolean allowModule(java.lang.String name)
allowLoad
public boolean allowLoad(java.lang.String name)
allowRequire
public boolean allowRequire(java.lang.String name)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.