Class PackageScanner.InvocationResult<T,InvocationErrorStatus>
java.lang.Object
java.util.AbstractMap.SimpleEntry<Object,InvocationErrorStatus>
com.burchard36.api.utils.reflections.PackageScanner.InvocationResult<T,InvocationErrorStatus>
- All Implemented Interfaces:
Serializable
,Map.Entry<Object,InvocationErrorStatus>
- Enclosing class:
- PackageScanner<T>
public static class PackageScanner.InvocationResult<T,InvocationErrorStatus>
extends AbstractMap.SimpleEntry<Object,InvocationErrorStatus>
- See Also:
- Serialized Form
-
Constructor Details
-
InvocationResult
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceMap.Entry<T,InvocationErrorStatus>
- Overrides:
getKey
in classAbstractMap.SimpleEntry<Object,InvocationErrorStatus>
-
getValue
- Specified by:
getValue
in interfaceMap.Entry<T,InvocationErrorStatus>
- Overrides:
getValue
in classAbstractMap.SimpleEntry<Object,InvocationErrorStatus>
-
wasSuccessfullyInvoked
public final boolean wasSuccessfullyInvoked()Checks if the Invocation of a class was successfully- Returns:
- A
Boolean
true if invocation was successfully - Since:
- 2.1.8
-