Serialized Form


Package de.smartics.util.adapt

Class de.smartics.util.adapt.AdaptableException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

instanceType

Class<T> instanceType
The type of the instance that does not provide the requested adapter. May be null.

 

adapterType

Class<T> adapterType
The type of the requested adapter the instance cannot provided. May be null.

 

Package de.smartics.util.lang

Class de.smartics.util.lang.ArgumentChecker extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message
The message to prepend to the message if throwables have been collected.

 

throwables

List<E> throwables
The collected throwables.

 

Class de.smartics.util.lang.BlankArgumentException extends IllegalArgumentException implements Serializable

serialVersionUID: 1L

Class de.smartics.util.lang.BlankExceptNullArgumentException extends IllegalArgumentException implements Serializable

serialVersionUID: 1L

Class de.smartics.util.lang.NullArgumentException extends NullPointerException implements Serializable

serialVersionUID: 1L


Package de.smartics.util.source

Class de.smartics.util.source.DefaultMethodInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

methodSignature

String methodSignature
The signature of the test method. This includes the test name and the parameter types list (with brackets).


location

SourceCodeLocation location
The location of the test. This is the location of the test method.

Class de.smartics.util.source.SourceCodeLocation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

start

SourceCodeLocation.Position start
The start position of the source code location.

 

end

SourceCodeLocation.Position end
The end position of the source code location.

 

Class de.smartics.util.source.SourceCodeLocation.Position extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

line

long line
The line number of the position. The lines start by 1.

 

column

long column
The column number of the position. The columns start by 1.

 

Package de.smartics.util.util

Class de.smartics.util.util.GenericServiceFactory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

Class<T> type
The type of instances to be created.

 

lenient

boolean lenient
The default mode to create instances. If more than one instance has been found or loading a redundant instance encountered problems, a value of true will only issue a warning, while false will throw an IllegalStateException.

 



Copyright © 2011–2013 smartics. All rights reserved.