Class ClasspathAnalyzerItemData
java.lang.Object
de.hybris.platform.hac.data.dto.platform.ClasspathAnalyzerItemData
This dto class represents one item row of the Classpath Analyzer tables.
This is a simplified view of the
ClassContainerLocationInfo,
containing only the required fields and getters by the front-end tables.-
Method Summary
Modifier and TypeMethodDescriptionstatic ClasspathAnalyzerItemDataCreates a new class instance from theClassContainerLocationInfo.intgetPath()booleanbooleanisFolder()
-
Method Details
-
createFrom
Creates a new class instance from theClassContainerLocationInfo. -
getOccurrences
public int getOccurrences() -
getJarName
-
getPath
-
isFolder
public boolean isFolder() -
getClassLoaderInfo
-
isDuplicated
public boolean isDuplicated()
-