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(String name) |
boolean |
allowClass(String name) |
boolean |
allowLoad(String name) |
boolean |
allowModule(String name) |
boolean |
allowRequire(String name) |
Copyright © 2001-2016 JRuby. All Rights Reserved.