Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractArchiveInputStreamScannerPlugin<S extends org.apache.commons.compress.archivers.ArchiveInputStream,
E extends org.apache.commons.compress.archivers.ArchiveEntry, D extends ArchiveDescriptor> - Class in com.buschmais.jqassistant.plugin.common.impl.scanner -
Abstract base class for archive scanners based on commons compress.
- AbstractArchiveInputStreamScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractArchiveInputStreamScannerPlugin
- AbstractContainerScannerPlugin<I,
E, D extends FileContainerDescriptor> - Class in com.buschmais.jqassistant.plugin.common.api.scanner -
Abstract base implementation for scanner plugins that handle containers of elements like directories, archives, etc.
- AbstractContainerScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractContainerScannerPlugin
- AbstractDependencyDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
- AbstractDirectoryResource - Class in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
-
Abstract base implementation of a virtual directory.
- AbstractDirectoryResource(String) - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.AbstractDirectoryResource
- AbstractDirectoryScannerPlugin<D extends DirectoryDescriptor> - Class in com.buschmais.jqassistant.plugin.common.api.scanner
-
Abstract base implementation for directory scanners.
- AbstractDirectoryScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractDirectoryScannerPlugin
- AbstractFileResolver - Class in com.buschmais.jqassistant.plugin.common.api.scanner
-
Abstract base class for
FileResolvers. - AbstractFileResolver(String) - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractFileResolver
-
Constructor.
- AbstractFileResource - Class in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
-
Deprecated.
- AbstractFileResource() - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.AbstractFileResource
-
Deprecated.
- AbstractResourceScannerPlugin<I,
D extends Descriptor> - Class in com.buschmais.jqassistant.plugin.common.api.scanner -
Abstract base implementation for plugins handling file or directory resources.
- AbstractResourceScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractResourceScannerPlugin
- AbstractScannerPlugin<I,
D extends Descriptor> - Class in com.buschmais.jqassistant.plugin.common.api.scanner -
Abstract base implementation of a
ScannerPlugin. - AbstractScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
- AbstractUriScannerPlugin<R> - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
-
Abstract base class for URI scanners.
- AbstractUriScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractUriScannerPlugin
- AbstractVirtualFileResource - Class in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
-
Abstract base implementation of a file resource which uses a temporary file.
- AbstractVirtualFileResource() - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.AbstractVirtualFileResource
- AbstractZipArchiveScannerPlugin<D extends ZipArchiveDescriptor> - Class in com.buschmais.jqassistant.plugin.common.api.scanner
-
Abstract base implementation for archive scanners.
- AbstractZipArchiveScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractZipArchiveScannerPlugin
- accepts(DirectoryResource, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.DirectoryResourceScannerPlugin
- accepts(FileResource, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractZipArchiveScannerPlugin
- accepts(FileResource, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.FileResourceScannerPlugin
- accepts(FileResource, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.GZIPFileScannerPlugin
- accepts(FileResource, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.TarFileScannerPlugin
- accepts(ZipFileResource, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipFileScannerPlugin
- accepts(File, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractDirectoryScannerPlugin
- accepts(File, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.FileScannerPlugin
- accepts(String) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FilePatternMatcher
-
Determines if the given path matches the configured include and exclude patterns.
- accepts(URI, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.DefaultUriScannerPlugin
- accepts(URI, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.PluginUriScannerPlugin
- accepts(URL, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.URLScannerPlugin
- accepts(S, String, Scope) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractArchiveInputStreamScannerPlugin
- accepts(T) - Method in class com.buschmais.jqassistant.plugin.common.impl.rule.YamlRuleInterpreterPlugin
- addDependency(ArtifactDescriptor, String, boolean) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
-
Create a dependency to another
ArtifactDescriptor. - ApplicationDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
- ArchiveDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
- ArrayValueDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
-
Represents an array value.
- ArtifactDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
-
Describes an artifact.
- ArtifactFile - Enum constant in enum class com.buschmais.jqassistant.plugin.common.api.report.Generic.GenericLanguageElement
-
Artifacts.
- ArtifactFileDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
-
Describes an artifact as a file.
- assertions - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
B
- begin() - Method in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- beginConcept(Concept) - Method in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- beginConstraint(Constraint) - Method in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- beginGroup(Group) - Method in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- BufferedFileResource - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
-
Implementation of a file resource which wraps a buffered inputstream and allows re-using a once opened stream.
- BufferedFileResource(FileResource) - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.BufferedFileResource
-
Constructor.
- BufferedFileResource(FileResource, int) - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.BufferedFileResource
-
Constructor.
- build() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FilePatternMatcher.Builder
-
Returns the configured matcher instance.
- builder() - Static method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FilePatternMatcher
-
Return a
FilePatternMatcher.Builder. - Builder() - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FilePatternMatcher.Builder
C
- classname - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
- close() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.AbstractDirectoryResource
- close() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.AbstractVirtualFileResource
- close() - Method in interface com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.Resource
- close() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.ZipFileResource
- close() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.BufferedFileResource
- com.buschmais.jqassistant.plugin.common.api.mapper - package com.buschmais.jqassistant.plugin.common.api.mapper
- com.buschmais.jqassistant.plugin.common.api.model - package com.buschmais.jqassistant.plugin.common.api.model
- com.buschmais.jqassistant.plugin.common.api.report - package com.buschmais.jqassistant.plugin.common.api.report
- com.buschmais.jqassistant.plugin.common.api.rule - package com.buschmais.jqassistant.plugin.common.api.rule
- com.buschmais.jqassistant.plugin.common.api.scanner - package com.buschmais.jqassistant.plugin.common.api.scanner
- com.buschmais.jqassistant.plugin.common.api.scanner.filesystem - package com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
- com.buschmais.jqassistant.plugin.common.impl.report - package com.buschmais.jqassistant.plugin.common.impl.report
- com.buschmais.jqassistant.plugin.common.impl.rule - package com.buschmais.jqassistant.plugin.common.impl.rule
- com.buschmais.jqassistant.plugin.common.impl.scanner - package com.buschmais.jqassistant.plugin.common.impl.scanner
- com.buschmais.jqassistant.plugin.junit.impl.schema - package com.buschmais.jqassistant.plugin.junit.impl.schema
- configure() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
-
Convenience method which might be overridden by sub-classes.
- configure() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.FileResourceScannerPlugin
- configure() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.PluginUriScannerPlugin
- configure(ReportContext, Map<String, Object>) - Method in class com.buschmais.jqassistant.plugin.common.impl.report.CSVReportPlugin
- configure(ReportContext, Map<String, Object>) - Method in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- configure(ScannerContext, Map<String, Object>) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
- ContainerFileResolver - Class in com.buschmais.jqassistant.plugin.common.api.scanner
-
A file resolver strategy for file containers.
- ContainerFileResolver(ScannerContext, FileContainerDescriptor) - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.ContainerFileResolver
- content - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Error
- content - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Failure
- createError() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory
-
Create an instance of
Error - createFailure() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory
-
Create an instance of
Failure - createProperties() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory
-
Create an instance of
Properties - createProperty() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory
-
Create an instance of
Property - createScope(Scope, ZipArchiveDescriptor, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipScannerPlugin
- createScope(Scope, D, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractZipArchiveScannerPlugin
-
Create a scope depending of the archive type.
- createSkipped(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory
- createStream() - Method in interface com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource
- createStream() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.BufferedFileResource
- createSystemErr(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory
- createSystemOut(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory
- createTestcase() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory
-
Create an instance of
Testcase - createTestsuite() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory
-
Create an instance of
Testsuite - createTestsuites() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory
-
Create an instance of
Testsuites - CSVReportPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.report
-
A
ReportPluginthat writes a rule result as CSV file. - CSVReportPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.report.CSVReportPlugin
D
- DEFAULT_JUNIT_REPORT_DIRECTORY - Static variable in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- DefaultUriScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
-
Scanner plugin which handles URIs with defined default schemas as input.
- DefaultUriScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.DefaultUriScannerPlugin
- DependsOnDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
- DescriptorEnricher<V,
D extends Descriptor> - Interface in com.buschmais.jqassistant.plugin.common.api.mapper -
Base interface for enriching existing XO
Descriptors. - DescriptorMapper<V,
D extends Descriptor> - Interface in com.buschmais.jqassistant.plugin.common.api.mapper -
Base interface for mapping objects to XO
Descriptors. - destroyScope(ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractZipArchiveScannerPlugin
-
Destroy the scope.
- destroyScope(ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipScannerPlugin
- DirectoryDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
- DirectoryResource - Interface in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
-
Represents a directory resource.
- DirectoryResourceScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
- DirectoryResourceScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.DirectoryResourceScannerPlugin
- DirectoryScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
- DirectoryScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.DirectoryScannerPlugin
- disabled - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- disabled - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
E
- end() - Method in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- endGroup() - Method in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- enterContainer(ZipFileResource, ZipArchiveDescriptor, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipFileScannerPlugin
- enterContainer(I, D, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractContainerScannerPlugin
-
Create a scope depending on the container type, e.g. a JAR file should return classpath scope.
- enterContainer(File, DirectoryDescriptor, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.DirectoryScannerPlugin
- enterContainer(S, D, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractArchiveInputStreamScannerPlugin
- equals(Object) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
- error - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
- Error - Class in com.buschmais.jqassistant.plugin.junit.impl.schema
-
Java class for anonymous complex type.
- Error() - Constructor for class com.buschmais.jqassistant.plugin.junit.impl.schema.Error
- errors - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- errors - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
- exclude(String) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FilePatternMatcher.Builder
-
Configures a list of file name patterns to exclude.
- execute(T, Map<String, Object>, Severity, AnalyzerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.rule.YamlRuleInterpreterPlugin
- execute(T, Map<String, Object>, Map<String, Object>, Severity, AnalyzerContext) - Method in interface com.buschmais.jqassistant.plugin.common.api.rule.JavaRule
F
- failure - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
- Failure - Class in com.buschmais.jqassistant.plugin.junit.impl.schema
-
Java class for anonymous complex type.
- Failure() - Constructor for class com.buschmais.jqassistant.plugin.junit.impl.schema.Failure
- failures - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- failures - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
- File - Enum constant in enum class com.buschmais.jqassistant.plugin.common.api.report.Generic.GenericLanguageElement
-
Files.
- FileContainerDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
-
The
FileContainerDescriptordescribes an file artifact that contains one or more other file artifacts. - FileDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
-
Represents a file.
- FileNameDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
- FilePatternMatcher - Class in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
-
A matcher for file patterns.
- FilePatternMatcher.Builder - Class in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
-
Builder for the file pattern matcher.
- FileResolver - Interface in com.buschmais.jqassistant.plugin.common.api.scanner
-
Defines a strategy for resolving a file.
- FileResource - Interface in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
-
Represents a file resource.
- FileResourceScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
- FileResourceScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.FileResourceScannerPlugin
- FileScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
-
Scanner plugin for instances of
File. - FileScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.FileScannerPlugin
- FileSourceHelper - Class in com.buschmais.jqassistant.plugin.common.api.report
-
Provides utility functions for resolving source locations
FileDescriptors. - FileSourceHelper() - Constructor for class com.buschmais.jqassistant.plugin.common.api.report.FileSourceHelper
- flush() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.ContainerFileResolver
-
Flush the caches to the store.
G
- Generic - Annotation Interface in com.buschmais.jqassistant.plugin.common.api.report
-
Defines generic language elements.
- Generic.GenericLanguageElement - Enum Class in com.buschmais.jqassistant.plugin.common.api.report
- getAssertions() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Gets the value of the assertions property.
- getBooleanProperty(String, Boolean) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
-
Get a property as boolean.
- getClassifier() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- getClassname() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Gets the value of the classname property.
- getContainerDescriptor(ZipFileResource, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipFileScannerPlugin
- getContainerDescriptor(I, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractContainerScannerPlugin
-
Return the descriptor representing the artifact.
- getContainerDescriptor(File, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.DirectoryScannerPlugin
- getContainerDescriptor(TarArchiveInputStream, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.TarArchiveInputStreamScannerPlugin
- getContainerPath(ZipFileResource, String) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipFileScannerPlugin
- getContainerPath(I, String) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractContainerScannerPlugin
-
Return the normalized path to the container.
- getContainerPath(File, String) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractDirectoryScannerPlugin
- getContainerPath(S, String) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractArchiveInputStreamScannerPlugin
- getContains() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.FileContainerDescriptor
-
Return the contained descriptors.
- getContent() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Error
-
Gets the value of the content property.
- getContent() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Failure
-
Gets the value of the content property.
- getDependencies() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- getDependency() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.DependsOnDescriptor
- getDependent() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.DependsOnDescriptor
- getDependents() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- getDescriptorType() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractDirectoryScannerPlugin
- getDescriptorType() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractResourceScannerPlugin
- getDescriptorType() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
- getDescriptorType() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractZipArchiveScannerPlugin
- getDescriptorType() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractUriScannerPlugin
- getDescriptorType() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.TarArchiveInputStreamScannerPlugin
- getDescriptorType() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipFileScannerPlugin
- getDirectoryPath(File, File) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
-
Return the relative path of a file within a directory.
- getDisabled() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the disabled property.
- getDisabled() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Gets the value of the disabled property.
- getEntries(ZipFileResource) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipFileScannerPlugin
- getEntries(I) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractContainerScannerPlugin
-
Return an iterable which delivers the entries of the container.
- getEntries(File) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractDirectoryScannerPlugin
- getEntries(S) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractArchiveInputStreamScannerPlugin
- getEntry(ZipFileResource, ZipArchiveEntry) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipFileScannerPlugin
- getEntry(I, E) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractContainerScannerPlugin
-
Return a
Resourcerepresenting an entry. - getEntry(File, File) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractDirectoryScannerPlugin
- getEntry(S, E) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractArchiveInputStreamScannerPlugin
- getError() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Gets the value of the error property.
- getErrors() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the errors property.
- getErrors() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Gets the value of the errors property.
- getExtension() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractZipArchiveScannerPlugin
-
Return the file extension to match.
- getExtension() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipScannerPlugin
- getFailure() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Gets the value of the failure property.
- getFailures() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the failures property.
- getFailures() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Gets the value of the failures property.
- getFile() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.AbstractVirtualFileResource
- getFile() - Method in interface com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource
- getFile() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.BufferedFileResource
- getFileName() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.FileNameDescriptor
- getGroup() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- getHostname() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the hostname property.
- getId() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the id property.
- getLanguage() - Method in enum class com.buschmais.jqassistant.plugin.common.api.report.Generic.GenericLanguageElement
- getLanguages() - Method in class com.buschmais.jqassistant.plugin.common.impl.rule.YamlRuleInterpreterPlugin
- getMessage() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Error
-
Gets the value of the message property.
- getMessage() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Failure
-
Gets the value of the message property.
- getName() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- getName() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor
- getName() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
- getName() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Property
-
Gets the value of the name property.
- getName() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Gets the value of the name property.
- getName() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the name property.
- getName() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Gets the value of the name property.
- getNextEntry(TarArchiveInputStream) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.TarArchiveInputStreamScannerPlugin
- getNextEntry(S) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractArchiveInputStreamScannerPlugin
- getOrCreateAs(String, Class<D>, Function<String, FileDescriptor>, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractFileResolver
-
Get an existing
FileDescriptoror create a new one. - getPackage() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the package property.
- getParentLocation(FileDescriptor) - Static method in class com.buschmais.jqassistant.plugin.common.api.report.FileSourceHelper
- getParents() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.FileDescriptor
-
Return the parents (directories, artifacts) containing this
FileDescriptor. - getPath() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.ZipFileResource
- getProperties() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
-
Get all properties.
- getProperties() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the properties property.
- getProperty() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Properties
-
Gets the value of the property property.
- getProperty(String, Class<T>) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
-
Get the value of a property.
- getRelativePath() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.AbstractFileResource
-
Deprecated.
- getRelativePath() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.AbstractVirtualFileResource
- getRelativePath(ZipFileResource, ZipArchiveEntry) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipFileScannerPlugin
- getRelativePath(I, E) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractContainerScannerPlugin
-
Return the relative path of an element within the container.
- getRelativePath(File, File) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractDirectoryScannerPlugin
- getRelativePath(S, E) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractArchiveInputStreamScannerPlugin
- getRequiredScope() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractDirectoryScannerPlugin
-
Return the scope the plugin expects for execution.
- getRequiredScope() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.DirectoryScannerPlugin
- getRequires() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.FileContainerDescriptor
-
Return the required descriptors.
- getResource(URI, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractUriScannerPlugin
-
Get the resource identified by the
URI. - getResource(URI, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.DefaultUriScannerPlugin
- getResource(URI, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.PluginUriScannerPlugin
- getScannerContext() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
-
Return the scanner context.
- getScope() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.AbstractDependencyDescriptor
-
Get the scope of the dependency - `compile`, `runtime`, `test`, `system`, and `provided`.
- getSkipped() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Gets the value of the skipped property.
- getSkipped() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the skipped property.
- getSourceLocation(FileDescriptor, Optional<Integer>, Optional<Integer>) - Static method in class com.buschmais.jqassistant.plugin.common.api.report.FileSourceHelper
- getStatus() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Gets the value of the status property.
- getStringProperty(String, String) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
-
Get a property as string.
- getSystemErr() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Gets the value of the systemErr property.
- getSystemErr() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the systemErr property.
- getSystemOut() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Gets the value of the systemOut property.
- getSystemOut() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the systemOut property.
- getTestcase() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the testcase property.
- getTests() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the tests property.
- getTests() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Gets the value of the tests property.
- getTestsuite() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Gets the value of the testsuite property.
- getTime() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Gets the value of the time property.
- getTime() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the time property.
- getTime() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Gets the value of the time property.
- getTimestamp() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Gets the value of the timestamp property.
- getType() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- getType() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractDirectoryScannerPlugin
- getType() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractResourceScannerPlugin
- getType() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
- getType() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractZipArchiveScannerPlugin
- getType() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractUriScannerPlugin
- getType() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.TarArchiveInputStreamScannerPlugin
- getType() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipFileScannerPlugin
- getType() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Error
-
Gets the value of the type property.
- getType() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Failure
-
Gets the value of the type property.
- getTypeParameter(Class<?>, int) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
-
Determines the type parameter for a generic super class.
- getUri() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.URIDescriptor
- getValue() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArrayValueDescriptor
- getValue() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.PropertyDescriptor
- getValue() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ValueDescriptor
-
Return the value.
- getValue() - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Property
-
Gets the value of the value property.
- getVersion() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- getZipFile() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.ZipFileResource
-
Returns the underlying
ZIP file. - GZipFileDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
- GZIPFileScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
-
Scanner plugin for GZipped file resources.
- GZIPFileScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.GZIPFileScannerPlugin
H
- hashCode() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
- hostname - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
I
- id - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- include(String) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FilePatternMatcher.Builder
-
Configures a list of file name patterns to include.
- initialize() - Method in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- isOptional() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.AbstractDependencyDescriptor
-
Get indicates the dependency is optional for use of this library.
- isValid() - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ValidDescriptor
J
- JavaRule - Interface in com.buschmais.jqassistant.plugin.common.api.rule
- JQASSISTANT_PLUGIN - Static variable in class com.buschmais.jqassistant.plugin.common.impl.scanner.PluginUriScannerPlugin
- JUNIT_ERROR_SEVERITY - Static variable in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- JUNIT_FAILURE_SEVERITY - Static variable in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- JUNIT_REPORT_DIRECTORY - Static variable in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- JUnitReportPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.report
-
ReportPluginimplementation to write JUnit style reports. - JUnitReportPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
L
- leaveContainer(ZipFileResource, ZipArchiveDescriptor, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipFileScannerPlugin
- leaveContainer(I, D, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractContainerScannerPlugin
-
Destroy the container dependent scope.
- leaveContainer(File, DirectoryDescriptor, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.DirectoryScannerPlugin
- leaveContainer(S, D, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractArchiveInputStreamScannerPlugin
- LocalFileSystemFileResolver - Class in com.buschmais.jqassistant.plugin.common.api.scanner
-
File resolver for the local file system using absolute paths.
- LocalFileSystemFileResolver() - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.LocalFileSystemFileResolver
M
- match(String, Class<D>, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.ContainerFileResolver
- match(String, Class<D>, ScannerContext) - Method in interface com.buschmais.jqassistant.plugin.common.api.scanner.FileResolver
-
Match an existing descriptor in the store and return it with as the given type if it exists.
- match(String, Class<D>, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.LocalFileSystemFileResolver
- message - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Error
- message - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Failure
N
- name - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Property
- name - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
- name - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- name - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
- Named - Enum constant in enum class com.buschmais.jqassistant.plugin.common.api.report.Generic.GenericLanguageElement
-
Named elements.
- NamedDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
-
Defines a descriptor having a name.
O
- ObjectFactory - Class in com.buschmais.jqassistant.plugin.junit.impl.schema
-
This object contains factory methods for each Java content interface and Java element interface generated in the com.buschmais.jqassistant.plugin.junit.impl.schema package.
- ObjectFactory() - Constructor for class com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.buschmais.jqassistant.plugin.junit.impl.schema
P
- PluginUriScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
-
Scanner plugin which handles jQAssistant plugin URIs.
- PluginUriScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.PluginUriScannerPlugin
- properties - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- Properties - Class in com.buschmais.jqassistant.plugin.junit.impl.schema
-
Java class for anonymous complex type.
- Properties() - Constructor for class com.buschmais.jqassistant.plugin.junit.impl.schema.Properties
- property - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Properties
- Property - Class in com.buschmais.jqassistant.plugin.junit.impl.schema
-
Java class for anonymous complex type.
- Property() - Constructor for class com.buschmais.jqassistant.plugin.junit.impl.schema.Property
- PROPERTY_ESCAPE_CHAR - Static variable in class com.buschmais.jqassistant.plugin.common.impl.report.CSVReportPlugin
- PROPERTY_EXCLUDE - Static variable in class com.buschmais.jqassistant.plugin.common.impl.scanner.FileResourceScannerPlugin
- PROPERTY_IGNORE_NON_EXISTING_RESOURCES - Static variable in class com.buschmais.jqassistant.plugin.common.impl.scanner.PluginUriScannerPlugin
- PROPERTY_INCLUDE - Static variable in class com.buschmais.jqassistant.plugin.common.impl.scanner.FileResourceScannerPlugin
- PROPERTY_LINE_END - Static variable in class com.buschmais.jqassistant.plugin.common.impl.report.CSVReportPlugin
- PROPERTY_QUOTE_CHAR - Static variable in class com.buschmais.jqassistant.plugin.common.impl.report.CSVReportPlugin
- PROPERTY_SEPARATOR - Static variable in class com.buschmais.jqassistant.plugin.common.impl.report.CSVReportPlugin
- PropertyDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
-
Represents a property value.
- put(String, FileDescriptor) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.ContainerFileResolver
-
Adds a file to the container.
R
- REPORT_TYPE - Static variable in class com.buschmais.jqassistant.plugin.common.impl.report.CSVReportPlugin
- require(String, Class<D>, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractFileResolver
- require(String, Class<D>, ScannerContext) - Method in interface com.buschmais.jqassistant.plugin.common.api.scanner.FileResolver
-
Resolve an existing descriptor from the given information.
- require(String, String, Class<D>, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.ContainerFileResolver
- require(String, String, Class<D>, ScannerContext) - Method in interface com.buschmais.jqassistant.plugin.common.api.scanner.FileResolver
-
Resolve an existing file descriptor for the given paths.
- require(String, String, Class<D>, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.LocalFileSystemFileResolver
- resolve(URI, Supplier<R>, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractUriScannerPlugin
-
Convenience method for sub-classes to resolve a
URIresource uniquely, i.e. only provide a resource if there's no matchingURIDescriptorin the store. - resolve(V, Class<D>, Scanner) - Method in interface com.buschmais.jqassistant.plugin.common.api.mapper.DescriptorMapper
-
Factory method for
Descriptors. - Resource - Interface in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
-
Represents a file system resource.
S
- scan(DirectoryResource, String, Scope, Scanner) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.DirectoryResourceScannerPlugin
- scan(FileResource, String, Scope, Scanner) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractZipArchiveScannerPlugin
- scan(FileResource, String, Scope, Scanner) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.FileResourceScannerPlugin
- scan(FileResource, String, Scope, Scanner) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.GZIPFileScannerPlugin
- scan(FileResource, String, Scope, Scanner) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.TarFileScannerPlugin
- scan(I, String, Scope, Scanner) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractContainerScannerPlugin
- scan(File, String, Scope, Scanner) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.FileScannerPlugin
- scan(URI, String, Scope, Scanner) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.AbstractUriScannerPlugin
- scan(URL, String, Scope, Scanner) - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.URLScannerPlugin
- setAssertions(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Sets the value of the assertions property.
- setClassifier(String) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- setClassname(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Sets the value of the classname property.
- setContent(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Error
-
Sets the value of the content property.
- setContent(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Failure
-
Sets the value of the content property.
- setDisabled(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the disabled property.
- setDisabled(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Sets the value of the disabled property.
- setErrors(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the errors property.
- setErrors(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Sets the value of the errors property.
- setFailures(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the failures property.
- setFailures(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Sets the value of the failures property.
- setFileName(String) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.FileNameDescriptor
- setGroup(String) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- setHostname(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the hostname property.
- setId(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the id property.
- setMessage(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Error
-
Sets the value of the message property.
- setMessage(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Failure
-
Sets the value of the message property.
- setName(String) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- setName(String) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor
- setName(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Property
-
Sets the value of the name property.
- setName(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Sets the value of the name property.
- setName(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the name property.
- setName(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Sets the value of the name property.
- setOptional(boolean) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.AbstractDependencyDescriptor
-
Set optional.
- setPackage(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the package property.
- setProperties(Properties) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the properties property.
- setResult(Result<? extends ExecutableRule>) - Method in class com.buschmais.jqassistant.plugin.common.impl.report.CSVReportPlugin
- setResult(Result<? extends ExecutableRule>) - Method in class com.buschmais.jqassistant.plugin.common.impl.report.JUnitReportPlugin
- setScope(String) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.AbstractDependencyDescriptor
-
Set the scope.
- setSkipped(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Sets the value of the skipped property.
- setSkipped(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the skipped property.
- setStatus(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Sets the value of the status property.
- setSystemErr(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the systemErr property.
- setSystemOut(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the systemOut property.
- setTests(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the tests property.
- setTests(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Sets the value of the tests property.
- setTime(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
-
Sets the value of the time property.
- setTime(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the time property.
- setTime(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
-
Sets the value of the time property.
- setTimestamp(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
-
Sets the value of the timestamp property.
- setType(String) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- setType(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Error
-
Sets the value of the type property.
- setType(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Failure
-
Sets the value of the type property.
- setUri(String) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.URIDescriptor
- setValid(boolean) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ValidDescriptor
- setValue(String) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.PropertyDescriptor
- setValue(String) - Method in class com.buschmais.jqassistant.plugin.junit.impl.schema.Property
-
Sets the value of the value property.
- setValue(List<ValueDescriptor<?>>) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArrayValueDescriptor
- setValue(V) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ValueDescriptor
-
Set the value.
- setVersion(String) - Method in interface com.buschmais.jqassistant.plugin.common.api.model.ArtifactDescriptor
- size() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.ContainerFileResolver
-
Returns the size of the container.
- skipped - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
- skipped - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- status - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
- systemErr - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
- systemErr - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- systemOut - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
- systemOut - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
T
- TarArchiveDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
- TarArchiveInputStreamScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
- TarArchiveInputStreamScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.TarArchiveInputStreamScannerPlugin
- TarFileScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
-
Scanner plugin for TAR file resources.
- TarFileScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.TarFileScannerPlugin
- testcase - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- Testcase - Class in com.buschmais.jqassistant.plugin.junit.impl.schema
-
Java class for anonymous complex type.
- Testcase() - Constructor for class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
- TestDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
-
Label denoting test related nodes
- tests - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- tests - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
- testsuite - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
- Testsuite - Class in com.buschmais.jqassistant.plugin.junit.impl.schema
-
Java class for anonymous complex type.
- Testsuite() - Constructor for class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- Testsuites - Class in com.buschmais.jqassistant.plugin.junit.impl.schema
-
Java class for anonymous complex type.
- Testsuites() - Constructor for class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
- time - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testcase
- time - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- time - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites
- timestamp - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
- TMP_DIR_PREFIX - Static variable in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.AbstractVirtualFileResource
- toDescriptor(V, Scanner) - Method in interface com.buschmais.jqassistant.plugin.common.api.mapper.DescriptorMapper
-
Map a object to a
Descriptor. - toDescriptor(V, D, Scanner) - Method in interface com.buschmais.jqassistant.plugin.common.api.mapper.DescriptorEnricher
-
Enrich an existing
Descriptorwith the given value. - toFileDescriptor(Descriptor, Class<D>, String, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractFileResolver
-
Deprecated.
- toString() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.AbstractDirectoryResource
- toString() - Method in class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.ZipFileResource
- toString() - Method in class com.buschmais.jqassistant.plugin.common.impl.scanner.BufferedFileResource
- type - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Error
- type - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Failure
U
- URIDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
-
Represents a URI.
- URLScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
-
Scanner plugin which handles URLs as input, using standard Java mechanisms to handle protocols.
- URLScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.URLScannerPlugin
V
- ValidDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
-
Template for descriptor which indicate that information is invalid.
- value - Variable in class com.buschmais.jqassistant.plugin.junit.impl.schema.Property
- value() - Element in annotation interface com.buschmais.jqassistant.plugin.common.api.report.Generic
- ValueDescriptor<V> - Interface in com.buschmais.jqassistant.plugin.common.api.model
-
Interface for value descriptors.
- valueOf(String) - Static method in enum class com.buschmais.jqassistant.plugin.common.api.report.Generic.GenericLanguageElement
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.buschmais.jqassistant.plugin.common.api.report.Generic.GenericLanguageElement
-
Returns an array containing the constants of this enum class, in the order they are declared.
Y
- YamlRuleInterpreterPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.rule
-
A
RuleInterpreterPluginthe takes a YAML file containing a class as argument. - YamlRuleInterpreterPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.rule.YamlRuleInterpreterPlugin
- YamlRuleInterpreterPlugin.YamlRuleSource - Class in com.buschmais.jqassistant.plugin.common.impl.rule
- YamlRuleSource() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.rule.YamlRuleInterpreterPlugin.YamlRuleSource
Z
- ZipArchiveDescriptor - Interface in com.buschmais.jqassistant.plugin.common.api.model
- ZipFileResource - Class in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
-
Represents a ZIP file resource.
- ZipFileResource(File) - Constructor for class com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.ZipFileResource
- ZipFileScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
- ZipFileScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipFileScannerPlugin
- ZipScannerPlugin - Class in com.buschmais.jqassistant.plugin.common.impl.scanner
- ZipScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.common.impl.scanner.ZipScannerPlugin
_
A B C D E F G H I J L M N O P R S T U V Y Z _All Classes and Interfaces|All Packages|Constant Field Values
AbstractFileResolver.getOrCreateAs(String, Class, Function, ScannerContext).