Skip navigation links
A C G I J R S T 

A

addJar(URL...) - Method in class io.devcon5.classutils.JarScanner
Adds a jar file to be scanned
addJar(Collection<URL>) - Method in class io.devcon5.classutils.JarScanner
Adds a jar file to be scanned

C

CallStack - Class in io.devcon5.classutils
Helper class for operations on the call stack Created by Gerald Muecke on 26.11.2015.
ClassStreams - Class in io.devcon5.classutils
Utility class for dealing with classes and streams
convert(String) - Static method in class io.devcon5.classutils.TypeConverter
Creates a new type converter for the given value.
currentMethod() - Static method in class io.devcon5.classutils.CallStack
Returns a reference to a method that was last invoked on a target object which has been enhanced for method recording.

G

getCallerClass() - Static method in class io.devcon5.classutils.CallStack
Returns the caller class of the calling method.
For example:
A.calling() -> B.called() B.called() -> getCallerClass(): A
If a thread context classloader is defined, it will be used for loading the class, otherwise the default class loader is used.

I

ignore(Collection<String>) - Method in class io.devcon5.classutils.JarScanner
Excludes the specified folders from scanning.
ignore(String...) - Method in class io.devcon5.classutils.JarScanner
Excludes the specified folders from scanning.
io.devcon5.classutils - package io.devcon5.classutils
 

J

JarScanner - Class in io.devcon5.classutils
A scanner for contents of jar files.
JarScanner() - Constructor for class io.devcon5.classutils.JarScanner
 

R

resolve(String) - Method in class io.devcon5.classutils.ResourceResolver
Resolves a URL of the resource specified.
resolve(String, Class) - Method in class io.devcon5.classutils.ResourceResolver
Resolves a URL of the resource specified using the provided class as hint to start the search.
ResourceResolver - Class in io.devcon5.classutils
A resolver to locate resources on the local classpath.
ResourceResolver() - Constructor for class io.devcon5.classutils.ResourceResolver
Creates a new ResourceResolver that doesn't fail if the resource is missing.
ResourceResolver(boolean) - Constructor for class io.devcon5.classutils.ResourceResolver
Creates a new ResourceResolver that will fail with an AssertionError if the resource can not be located.

S

scanClasses() - Method in class io.devcon5.classutils.JarScanner
Scans the specified jars for packages and returns a list of all packages found in that jar.
scanPackages() - Method in class io.devcon5.classutils.JarScanner
Scans the specified jars for packages and returns a list of all packages found in that jar.
selfAndSupertypes(Class) - Static method in class io.devcon5.classutils.ClassStreams
Creates a stream of classes containing the class itself and all its the supertypes (excluding Object.class) of the specified type.
supertypes(Class) - Static method in class io.devcon5.classutils.ClassStreams
Creates a stream of classes representing the supertypes (excluding Object.class) of the specified type.

T

to(Class<T>) - Method in class io.devcon5.classutils.TypeConverter
Converts the underlying string value to a primitive value.
track(T) - Static method in class io.devcon5.classutils.CallStack
Enhances the target object to track the invocation of methods of the target.
TypeConverter - Class in io.devcon5.classutils
A converter for converting string values into primitive types.
A C G I J R S T 
Skip navigation links

Copyright © 2016 DevCon5 GmbH. All rights reserved.