|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hk2.generator.internal.Utilities
public class Utilities
Method Summary | |
---|---|
Set<String> |
getAssociatedContracts(File searchHere,
String dotDelimitedName)
Gets the contracts associated with the name passed in |
String |
getMetadataKey(String scopeOrQualifier,
String methodName)
|
GenerateMethodAnnotationData |
isClassAGenerator(File searchHere,
String dotDelimitedName)
Returns true if it can be determined that this class is a generator |
boolean |
isClassAQualifier(File searchHere,
String dotDelimitedName)
Returns true if it can be determined that this class is a qualifier |
boolean |
isClassAScope(File searchHere,
String dotDelimitedName)
Returns true if it can be determined that this class is a scope |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isClassAScope(File searchHere, String dotDelimitedName)
searchHere
- dotDelimitedName
-
public boolean isClassAQualifier(File searchHere, String dotDelimitedName)
searchHere
- dotDelimitedName
-
public GenerateMethodAnnotationData isClassAGenerator(File searchHere, String dotDelimitedName)
searchHere
- dotDelimitedName
-
public Set<String> getAssociatedContracts(File searchHere, String dotDelimitedName)
searchHere
- dotDelimitedName
-
public String getMetadataKey(String scopeOrQualifier, String methodName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |