A B C E F J O T 

A

analyze() - Method in class org.revapi.java.test.support.Jar.BuildOutput
 
apply(Statement, Description) - Method in class org.revapi.java.test.support.Jar
Applies a jar rule to a test method.

B

build() - Method in class org.revapi.java.test.support.Jar.Builder
Compiles the sources and composes a jar file that comprises of the class files on the specified locations (defined by classPathSources(String, String...) et al.) along with some resources on the specified locations (defined by classPathResources(String, String...) et al.).
BuildOutput(File) - Constructor for class org.revapi.java.test.support.Jar.BuildOutput
 

C

classPathResources(String, String...) - Method in class org.revapi.java.test.support.Jar.Builder
Adds given resources to the compiled jar file.
classPathSources(String, String...) - Method in class org.revapi.java.test.support.Jar.Builder
Finds given sources under given root in the classpath.
cleanUp() - Method in class org.revapi.java.test.support.Jar
If you're using the Jar instance as a JUnit rule, you don't have to call this method.

E

elements() - Method in interface org.revapi.java.test.support.Jar.Environment
 

F

fileResources(File, File...) - Method in class org.revapi.java.test.support.Jar.Builder
Similar to classPathResources(String, String...) but locates the sources to compile using actual files.
fileSources(File, File...) - Method in class org.revapi.java.test.support.Jar.Builder
Similar to classPathSources(String, String...) but locates the sources to compile using actual files.
from() - Method in class org.revapi.java.test.support.Jar
Instantiates a builder using which the contents of a compiled jar file can be composed.

J

Jar - Class in org.revapi.java.test.support
This class can be used in tests to make it easy to compile custom source code into jars and then use the Java Annotation processing API to analyze the compiled classes.
Jar() - Constructor for class org.revapi.java.test.support.Jar
 
Jar.Builder - Class in org.revapi.java.test.support
 
Jar.BuildOutput - Class in org.revapi.java.test.support
Gives access to the compilation results.
Jar.Environment - Interface in org.revapi.java.test.support
 
jarFile() - Method in class org.revapi.java.test.support.Jar.BuildOutput
 

O

org.revapi.java.test.support - package org.revapi.java.test.support
 

T

types() - Method in interface org.revapi.java.test.support.Jar.Environment
 
A B C E F J O T 
Skip navigation links

Copyright © 2014-2018 Lukas Krejci. All Rights Reserved.