Class LookupStub
java.lang.Object
org.apache.maven.api.plugin.testing.stubs.LookupStub
- All Implemented Interfaces:
org.apache.maven.api.Service
,org.apache.maven.api.services.Lookup
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.maven.api.services.Lookup
A stub where all methods return an empty value when possible, or throw an exception otherwise. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
public static final org.apache.maven.api.services.Lookup EMPTYA stub where all methods return an empty value when possible, or throw an exception otherwise.
-
-
Constructor Details
-
LookupStub
protected LookupStub()For sub-class constructors.
-
-
Method Details
-
lookup
- Specified by:
lookup
in interfaceorg.apache.maven.api.services.Lookup
-
lookup
- Specified by:
lookup
in interfaceorg.apache.maven.api.services.Lookup
-
lookupOptional
- Specified by:
lookupOptional
in interfaceorg.apache.maven.api.services.Lookup
-
lookupOptional
- Specified by:
lookupOptional
in interfaceorg.apache.maven.api.services.Lookup
-
lookupList
- Specified by:
lookupList
in interfaceorg.apache.maven.api.services.Lookup
-
lookupMap
- Specified by:
lookupMap
in interfaceorg.apache.maven.api.services.Lookup
-