public class Repository extends Object
| Constructor and Description |
|---|
Repository() |
| Modifier and Type | Method and Description |
|---|---|
SmellyClass |
add(String sourceFilePath,
String className,
String type,
String superclass,
Set<String> interfaces) |
Collection<SmellyClass> |
all() |
SmellyClass |
get(String sourceFilePath) |
SmellyClass |
getByClass(String qualifiedName) |
List<SmellyClass> |
getSubtypesOf(String interfaceName) |
public SmellyClass get(String sourceFilePath)
public SmellyClass add(String sourceFilePath, String className, String type, String superclass, Set<String> interfaces)
public Collection<SmellyClass> all()
public SmellyClass getByClass(String qualifiedName)
public List<SmellyClass> getSubtypesOf(String interfaceName)
Copyright © 2016. All rights reserved.