public class ArchitectureUtils extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
protected static String |
V1_METHOD_REFERENCE_DOC |
protected static String |
V2_METHOD_REFERENCE_DOC |
Constructor and Description |
---|
ArchitectureUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkDocTypeEqualsJavaType(String docParamType,
String implParamType) |
static HashMap<String,HashMap<String,List<String>>> |
setUpMethodDocumentationMap(String methodDocFile) |
protected static org.apache.commons.logging.Log log
protected static final String V2_METHOD_REFERENCE_DOC
protected static final String V1_METHOD_REFERENCE_DOC
public static boolean checkDocTypeEqualsJavaType(String docParamType, String implParamType)
public static HashMap<String,HashMap<String,List<String>>> setUpMethodDocumentationMap(String methodDocFile) throws IOException
IOException
Copyright © 2020. All Rights Reserved.