Class RestrictedResource
java.lang.Object
org.zeroturnaround.javarebel.integration.generic.RestrictedResource
- All Implemented Interfaces:
org.zeroturnaround.javarebel.Resource
public final class RestrictedResource
extends Object
implements org.zeroturnaround.javarebel.Resource
- Author:
- Rein Raudjärv
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes()org.zeroturnaround.javarebel.Resourcelongstatic org.zeroturnaround.javarebel.ResourcenewInstance(AccessControlContext acc, org.zeroturnaround.javarebel.Resource target) toString()toURL()
-
Method Details
-
newInstance
public static org.zeroturnaround.javarebel.Resource newInstance(AccessControlContext acc, org.zeroturnaround.javarebel.Resource target) -
getTarget
public org.zeroturnaround.javarebel.Resource getTarget() -
getBytes
public byte[] getBytes()- Specified by:
getBytesin interfaceorg.zeroturnaround.javarebel.Resource
-
lastModified
public long lastModified()- Specified by:
lastModifiedin interfaceorg.zeroturnaround.javarebel.Resource
-
toURL
- Specified by:
toURLin interfaceorg.zeroturnaround.javarebel.Resource
-
toString
-