B C D E F L M N O P R T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- basedir() - Method in interface com.qulice.spi.Environment
-
Get project's basedir.
- basedir() - Method in class com.qulice.spi.Environment.Mock
C
- classloader() - Method in interface com.qulice.spi.Environment
-
Get classloader for this project.
- classloader() - Method in class com.qulice.spi.Environment.Mock
- classpath() - Method in interface com.qulice.spi.Environment
-
Get list of paths in classpath.
- classpath() - Method in class com.qulice.spi.Environment.Mock
- com.qulice.spi - package com.qulice.spi
-
Service provider interface.
- compareTo(Violation) - Method in class com.qulice.spi.Violation.Default
D
- Default(String, String, String, String, String) - Constructor for class com.qulice.spi.Violation.Default
-
Constructor.
E
- encoding() - Method in interface com.qulice.spi.Environment
-
Encoding for the files.
- encoding() - Method in class com.qulice.spi.Environment.Mock
- Environment - Interface in com.qulice.spi
-
Environment.
- Environment.Mock - Class in com.qulice.spi
-
Mock of
Environment
. - exclude(String, String) - Method in interface com.qulice.spi.Environment
-
Shall this item be excluded from report?
- exclude(String, String) - Method in class com.qulice.spi.Environment.Mock
- excludes(String) - Method in interface com.qulice.spi.Environment
-
List of exclude patterns for given checker.
- excludes(String) - Method in class com.qulice.spi.Environment.Mock
F
- file() - Method in class com.qulice.spi.Violation.Default
- file() - Method in interface com.qulice.spi.Violation
-
Validated file.
- files(String) - Method in interface com.qulice.spi.Environment
-
Returns the files matching the specified pattern.
- files(String) - Method in class com.qulice.spi.Environment.Mock
L
- lines() - Method in class com.qulice.spi.Violation.Default
- lines() - Method in interface com.qulice.spi.Violation
-
Lines with the problem.
M
- message() - Method in class com.qulice.spi.Violation.Default
- message() - Method in interface com.qulice.spi.Violation
-
Validation message.
- Mock() - Constructor for class com.qulice.spi.Environment.Mock
-
Public ctor.
N
- name() - Method in interface com.qulice.spi.ResourceValidator
-
Name of this validator.
- name() - Method in interface com.qulice.spi.Validator
-
Name of this validator.
- name() - Method in class com.qulice.spi.Violation.Default
- name() - Method in interface com.qulice.spi.Violation
-
Name of the failed check.
O
- outdir() - Method in class com.qulice.spi.Environment.Mock
- outdir() - Method in interface com.qulice.spi.Environment
-
Get directory where .class files are stored.
P
- param(String, String) - Method in class com.qulice.spi.Environment.Mock
- param(String, String) - Method in interface com.qulice.spi.Environment
-
Get parameter by name, and return default if it's not set.
R
- ResourceValidator - Interface in com.qulice.spi
-
Validator.
T
- tempdir() - Method in class com.qulice.spi.Environment.Mock
- tempdir() - Method in interface com.qulice.spi.Environment
-
Get directory to keep temporary files in.
V
- validate(Environment) - Method in interface com.qulice.spi.Validator
-
Validate and throws exception if there are any problems.
- validate(Collection<File>) - Method in interface com.qulice.spi.ResourceValidator
-
Validate and throws exception if there are any problems.
- ValidationException - Exception in com.qulice.spi
-
Exception thrown by a validator, if it fails.
- ValidationException(String, Object...) - Constructor for exception com.qulice.spi.ValidationException
-
Public ctor.
- ValidationException(Throwable) - Constructor for exception com.qulice.spi.ValidationException
-
Public ctor.
- validator() - Method in class com.qulice.spi.Violation.Default
- validator() - Method in interface com.qulice.spi.Violation
-
Name of the validator that generated this violation information.
- Validator - Interface in com.qulice.spi
-
Validator.
- Violation - Interface in com.qulice.spi
-
Validation result.
- Violation.Default - Class in com.qulice.spi
-
Default validation result.
W
- withDefaultClasspath() - Method in class com.qulice.spi.Environment.Mock
-
With default classpath.
- withExcludes(String) - Method in class com.qulice.spi.Environment.Mock
-
With exclude patterns.
- withFile(String, byte[]) - Method in class com.qulice.spi.Environment.Mock
-
With this file on board.
- withFile(String, String) - Method in class com.qulice.spi.Environment.Mock
-
With this file on board.
- withParam(String, String) - Method in class com.qulice.spi.Environment.Mock
-
With this param and its value.
All Classes All Packages