public class Utilities extends Object
Modifier and Type | Method and Description |
---|---|
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
|
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
- Copyright © 2013 Oracle Corporation. All rights reserved.