public interface Profile
Modifier and Type | Field and Description |
---|---|
static Profile |
ALL |
static Profile |
ANY |
static Profile |
DEBUG_ALLOW |
static Profile |
DEFAULT |
static Profile |
NO_FILE_CLASS |
Modifier and Type | Method and Description |
---|---|
boolean |
allowBuiltin(java.lang.String name) |
boolean |
allowClass(java.lang.String name) |
boolean |
allowLoad(java.lang.String name) |
boolean |
allowModule(java.lang.String name) |
boolean |
allowRequire(java.lang.String name) |
Copyright © 2001-2018 JRuby. All Rights Reserved.