|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcartago.ArtifactGuardMethod
public class ArtifactGuardMethod
Default implementation of guards (based on artifact class methods)
Constructor Summary | |
---|---|
ArtifactGuardMethod(Artifact artifact,
java.lang.reflect.Method method)
|
Method Summary | |
---|---|
boolean |
eval(java.lang.Object[] actualParams)
|
java.lang.String |
getName()
|
int |
getNumParameters()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArtifactGuardMethod(Artifact artifact, java.lang.reflect.Method method)
Method Detail |
---|
public boolean eval(java.lang.Object[] actualParams) throws java.lang.Exception
eval
in interface IArtifactGuard
java.lang.Exception
public int getNumParameters()
getNumParameters
in interface IArtifactGuard
public java.lang.String getName()
getName
in interface IArtifactGuard
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |