com.contrastsecurity.rest
Class CodeMethod
java.lang.Object
com.contrastsecurity.rest.CodeMethod
public class CodeMethod
- extends Object
An application method.
|
Method Summary |
String |
getSignature()
Return the signature of this method. |
boolean |
isExecuted()
Return whether or not this method has been executed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeMethod
public CodeMethod()
getSignature
public String getSignature()
- Return the signature of this method.
- Returns:
- the method signature
isExecuted
public boolean isExecuted()
- Return whether or not this method has been executed.
- Returns:
- true, if this method has been executed; false otherwise
Copyright © 2014. All Rights Reserved.