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:
getKeyin interfaceMap.Entry<T,InvocationErrorStatus>- Overrides:
getKeyin classAbstractMap.SimpleEntry<Object,InvocationErrorStatus>
-
getValue
- Specified by:
getValuein interfaceMap.Entry<T,InvocationErrorStatus>- Overrides:
getValuein classAbstractMap.SimpleEntry<Object,InvocationErrorStatus>
-
wasSuccessfullyInvoked
public final boolean wasSuccessfullyInvoked()Checks if the Invocation of a class was successfully- Returns:
- A
Booleantrue if invocation was successfully - Since:
- 2.1.8
-