public class ClasspathScopedTypeResolver extends AbstractArtifactScopedTypeResolver
Constructor and Description |
---|
ClasspathScopedTypeResolver(JavaArtifactFileDescriptor artifact)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected TypeDescriptor |
findInDependencies(String fullQualifiedName,
com.buschmais.jqassistant.core.scanner.api.ScannerContext context)
Find a type descriptor outside the current scope (e.g.
|
protected String |
getContainedFileName(String requiredFileName) |
addContainedType, addRequiredType, findInArtifact, getArtifact, removeRequiredType
create, resolve
public ClasspathScopedTypeResolver(JavaArtifactFileDescriptor artifact)
artifact
- The artifact which defines the scope for resolving types.protected TypeDescriptor findInDependencies(String fullQualifiedName, com.buschmais.jqassistant.core.scanner.api.ScannerContext context)
AbstractTypeResolver
findInDependencies
in class AbstractTypeResolver
fullQualifiedName
- The name.context
- The scanner context.protected String getContainedFileName(String requiredFileName)
getContainedFileName
in class AbstractTypeResolver
Copyright © 2016 buschmais GbR. All rights reserved.