Package org.jruby

Interface Profile


public interface Profile
  • Field Details

    • 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 Details

    • allowBuiltin

      boolean allowBuiltin(String name)
    • allowClass

      boolean allowClass(String name)
    • allowModule

      boolean allowModule(String name)
    • allowLoad

      boolean allowLoad(String name)
    • allowRequire

      boolean allowRequire(String name)