Class MatchedFilesModel
- java.lang.Object
-
- com.synopsys.integration.blackduck.service.model.MatchedFilesModel
-
public class MatchedFilesModel extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MatchedFilesModel(com.synopsys.integration.blackduck.api.generated.view.ComponentMatchedFilesView matchedFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetArchiveContext()java.lang.StringgetCompositePathContext()java.lang.StringgetFileName()java.lang.StringgetPath()java.util.Set<com.synopsys.integration.blackduck.api.generated.enumeration.UsageType>getUsages()
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
getArchiveContext
public java.lang.String getArchiveContext()
-
getFileName
public java.lang.String getFileName()
-
getCompositePathContext
public java.lang.String getCompositePathContext()
-
getUsages
public java.util.Set<com.synopsys.integration.blackduck.api.generated.enumeration.UsageType> getUsages()
-
-