Class ArtifactScopedTypeResolver
java.lang.Object
com.buschmais.jqassistant.plugin.java.api.scanner.AbstractTypeResolver
com.buschmais.jqassistant.plugin.java.api.scanner.AbstractArtifactScopedTypeResolver
com.buschmais.jqassistant.plugin.java.api.scanner.ArtifactScopedTypeResolver
- All Implemented Interfaces:
TypeResolver
Artifact scoped type resolver which does not consider dependencies.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ArtifactScopedTypeResolver(JavaArtifactFileDescriptor artifact, String classPathDirectory) Constructor. -
Method Summary
Methods inherited from class com.buschmais.jqassistant.plugin.java.api.scanner.AbstractArtifactScopedTypeResolver
addContainedType, addRequiredType, findInArtifact, findInDependencies, getArtifact, removeRequiredTypeMethods inherited from class com.buschmais.jqassistant.plugin.java.api.scanner.AbstractTypeResolver
create, resolve
-
Constructor Details
-
ArtifactScopedTypeResolver
Constructor.- Parameters:
artifact- The artifact.
-
ArtifactScopedTypeResolver
Constructor.- Parameters:
artifact- The artifact.classPathDirectory- The internal directory, where classes are located, e.g. "/WEB-INF/classes" (without trailing slash)
-
-
Method Details
-
getContainedFileName
- Specified by:
getContainedFileNamein classAbstractTypeResolver
-