home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / java / bsh-2.0b4.jar / bsh / commands / setAccessibility.bsh < prev    next >
Encoding:
Text File  |  2006-07-05  |  190 b   |  12 lines

  1. /**
  2.     Setting accessibility on enables to private and other non-public
  3.     fields and method.
  4. */
  5. import bsh.Capabilities;
  6.  
  7. setAccessibility( boolean b ) 
  8. {
  9.     Capabilities.setAccessibility(b);
  10. }
  11.  
  12.