Package io.github.usekylis.archmetrics
Class JavaClassInfo
java.lang.Object
io.github.usekylis.archmetrics.JavaClassInfo
-
Constructor Summary
ConstructorsConstructorDescriptionJavaClassInfo(String className, String packageName, boolean abstractType, boolean interfaceType, Set<String> dependencies) -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Constructor Details
-
JavaClassInfo
-
-
Method Details
-
getClassName
-
getPackageName
-
isAbstractType
public boolean isAbstractType() -
isInterfaceType
public boolean isInterfaceType() -
getDependencies
-