org.jruby
Interface Profile


public interface Profile

Author:
Ola Bini

Field Summary
static Profile ALL
           
static Profile ANY
           
static Profile DEBUG_ALLOW
           
static Profile DEFAULT
           
static Profile NO_FILE_CLASS
           
 
Method Summary
 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)
           
 

Field Detail

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
Method Detail

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-2007 JRuby Team. All Rights Reserved.