| |
|
| java.lang.Object org.hammurapi.inspectors.metrics.TechStackEntity
TechStackEntity | public class TechStackEntity (Code) | | author: Johannes Bellert |
getComplexity | public String getComplexity()(Code) | | Returns the complexity. |
getExtensionMapping | public Vector getExtensionMapping()(Code) | | Returns the extensionMapping. |
getJarFileList | public Vector getJarFileList()(Code) | | Returns the jarFileList. |
getLicenseList | public Vector getLicenseList()(Code) | | Returns the licenseList. |
getRating | public String getRating()(Code) | | Returns the rating. |
getVariableMapping | public Vector getVariableMapping()(Code) | | Returns the variableMapping. |
markIfPartOfJarFileList | public boolean markIfPartOfJarFileList(String jarName)(Code) | | |
setComplexity | public void setComplexity(String complexity)(Code) | | Parameters: complexity - The complexity to set. |
setExtensionMapping | public void setExtensionMapping(Vector extensionMapping)(Code) | | Parameters: extensionMapping - The extensionMapping to set. |
setJarFileList | public void setJarFileList(Vector jarFileList)(Code) | | Parameters: jarFileList - The jarFileList to set. |
setLicenseList | public void setLicenseList(Vector licenseList)(Code) | | Parameters: licenseList - The licenseList to set. |
setName | public void setName(String name)(Code) | | Parameters: name - The name to set. |
setRating | public void setRating(String rating)(Code) | | Parameters: rating - The rating to set. |
setVariableMapping | public void setVariableMapping(Vector variableMapping)(Code) | | Parameters: variableMapping - The variableMapping to set. |
|
|
|