Package org.picocontainer.classname
Class ClassPathElement
- java.lang.Object
-
- org.picocontainer.classname.ClassPathElement
-
- All Implemented Interfaces:
Serializable
public class ClassPathElement extends Object implements Serializable
ClassPathElement denotes an element in a classpath allowing to grant permissions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassPathElement(URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Permissions
getPermissionCollection()
URL
getUrl()
Permission
grantPermission(Permission permission)
String
toString()
-
-
-
Constructor Detail
-
ClassPathElement
public ClassPathElement(URL url)
-
-
Method Detail
-
grantPermission
public Permission grantPermission(Permission permission)
-
getUrl
public URL getUrl()
-
getPermissionCollection
public Permissions getPermissionCollection()
-
-