property CheckExec {
check RSystem.exec (command: String) {
SecurityManager security = getSecurityManager ();
if (security != null) {
security.checkExec (command);
}
}
}
Naccio Home Page
University of Virginia, Computer Science