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