php.java.script
Interface CloneableScript

All Superinterfaces:
java.security.cert.CertStoreParameters, java.lang.Cloneable
All Known Implementing Classes:
CompiledPhpScript, InteractivePhpScriptEngine, InvocablePhpScriptEngine, PhpScriptEngine

public interface CloneableScript
extends java.security.cert.CertStoreParameters

An interface which exposes a public clone method, unlike Object.clone() which is protected and throws exceptions... how useless is that?


Method Summary
 
Methods inherited from interface java.security.cert.CertStoreParameters
clone