|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.scrplugin.helper.Validator
public class Validator
Nested Class Summary | |
---|---|
static class |
Validator.MethodResult
|
Constructor Summary | |
---|---|
Validator(ComponentContainer container,
Project project,
Options options,
IssueLog iLog)
|
Method Summary | |
---|---|
static Validator.MethodResult |
findMethod(Project project,
Options options,
ClassDescription cd,
ReferenceDescription ref,
java.lang.String methodName)
Find the method and the required spec version |
void |
validate()
Validate the component description. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Validator(ComponentContainer container, Project project, Options options, IssueLog iLog)
Method Detail |
---|
public void validate() throws SCRDescriptorException
SCRDescriptorException
public static Validator.MethodResult findMethod(Project project, Options options, ClassDescription cd, ReferenceDescription ref, java.lang.String methodName) throws SCRDescriptorException
SCRDescriptorException
- If the class can't be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |