|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.Permission
java.security.BasicPermission
groovy.security.GroovyCodeSourcePermission
class GroovyCodeSourcePermission extends BasicPermission
Permission required to explicitly specify a codebase for a groovy script whose codebase cannot be determined. Typically this permission is only required by clients that want to associate a code source with a script which is a String or an InputStream.
Constructor Summary | |
GroovyCodeSourcePermission(String name)
|
|
GroovyCodeSourcePermission(String name, String actions)
|
Method Summary |
---|
Methods inherited from class BasicPermission | |
---|---|
hashCode, equals, getActions, implies, newPermissionCollection, toString, getName, checkGuard, wait, wait, wait, getClass, notify, notifyAll |
Methods inherited from class Permission | |
---|---|
hashCode, equals, toString, getName, getActions, implies, newPermissionCollection, checkGuard, wait, wait, wait, getClass, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public GroovyCodeSourcePermission(String name)
public GroovyCodeSourcePermission(String name, String actions)
Copyright © 2003-2009 The Codehaus. All rights reserved.