Skip navigation links
A B C D E F G H I L M O P R S T 

A

accumulateCoverageLocations(CoverageLocations) - Method in interface org.mule.munit.plugins.coverage.server.CoverageLocationsAccumulator
 
addCoveredLocation(ComponentLocation) - Method in class org.mule.munit.plugins.coverage.core.LocationAccumulator
Register the execution of a processor
appendLocationPart(String, Optional<TypedComponentIdentifier>, Optional<String>, Optional<Integer>) - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
Creates a new instance of ComponentLocation adding the specified part.
appendProcessorsPart() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
Utility method that adds a processors part to the location.
appendRoutePart() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
Utility method that adds a router part to the location.

B

before(ComponentLocation, Map<String, ProcessorParameterValue>, InterceptionEvent) - Method in class org.mule.munit.plugins.coverage.core.interception.CoverageProcessorInterceptor
 

C

ComponentLocationFilter - Class in org.mule.munit.plugins.coverage.core.interception
Defines the logic regarding how to treat ComponentLocation in different situations
ComponentLocationFilter() - Constructor for class org.mule.munit.plugins.coverage.core.interception.ComponentLocationFilter
 
componentLocator - Variable in class org.mule.munit.plugins.coverage.core.CoverageModule
 
COVERAGE_PORT_PROPERTY - Static variable in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
CoverageComponentIdentifier - Class in org.mule.munit.plugins.coverage.core.model
Unique identifier for a configuration option.
CoverageComponentIdentifier(String, String) - Constructor for class org.mule.munit.plugins.coverage.core.model.CoverageComponentIdentifier
 
CoverageComponentLocation - Class in org.mule.munit.plugins.coverage.core.model
A component location describes where the component is defined in the configuration of the artifact.
CoverageComponentLocation(Optional<String>, List<CoverageLocationPart>) - Constructor for class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
 
CoverageLocationPart - Class in org.mule.munit.plugins.coverage.core.model
A location part represent an specific location of a component within another component.
CoverageLocationPart(String, Optional<CoverageTypedComponentIdentifier>, Optional<String>, Optional<Integer>) - Constructor for class org.mule.munit.plugins.coverage.core.model.CoverageLocationPart
 
CoverageLocations - Class in org.mule.munit.plugins.coverage.server
Report to inform a set of location CoverageComponentLocation It can be used to send locations: - informed due to them being reported as covered - informed due to them composing an application
CoverageLocations(Set<CoverageComponentLocation>) - Constructor for class org.mule.munit.plugins.coverage.server.CoverageLocations
 
CoverageLocationsAccumulator - Interface in org.mule.munit.plugins.coverage.server
Interface that is intended to accumulate CoverageLocations data
CoverageMessageParser - Class in org.mule.munit.plugins.coverage.server
Deserialize the CoverageLocations and send it to a CoverageLocationsAccumulator
CoverageMessageParser(ObjectInputStream, CoverageLocationsAccumulator) - Constructor for class org.mule.munit.plugins.coverage.server.CoverageMessageParser
 
CoverageModule - Class in org.mule.munit.plugins.coverage.core
It hocks all the coverage components together, and provide access to the LocationAccumulator
CoverageModule() - Constructor for class org.mule.munit.plugins.coverage.core.CoverageModule
 
coverageModule - Variable in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
CoverageProcessorInterceptor - Class in org.mule.munit.plugins.coverage.core.interception
It's the Coverage Interceptor.
CoverageProcessorInterceptor(LocationAccumulator) - Constructor for class org.mule.munit.plugins.coverage.core.interception.CoverageProcessorInterceptor
 
CoverageProcessorInterceptorFactory - Class in org.mule.munit.plugins.coverage.core.interception
The goal of this class is to define if a processor should be intercepted.
CoverageProcessorInterceptorFactory(LocationAccumulator) - Constructor for class org.mule.munit.plugins.coverage.core.interception.CoverageProcessorInterceptorFactory
 
CoverageServer - Class in org.mule.munit.plugins.coverage.server
It listens for notifications of the coverage module reporting coverage data
CoverageServer(Integer, CoverageLocationsAccumulator) - Constructor for class org.mule.munit.plugins.coverage.server.CoverageServer
 
CoverageServerClient - Class in org.mule.munit.plugins.coverage.server
Sends a CoverageLocations through a socket
CoverageServerClient(Integer) - Constructor for class org.mule.munit.plugins.coverage.server.CoverageServerClient
 
CoverageServerPlugin - Class in org.mule.munit.plugins.coverage
Entry point and hook of coverage as MulePlugin
CoverageServerPlugin() - Constructor for class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
CoverageTypedComponentIdentifier - Class in org.mule.munit.plugins.coverage.core.model
Descriptor for a component in the configuration along with it's ComponentType.
CoverageTypedComponentIdentifier(CoverageComponentIdentifier, TypedComponentIdentifier.ComponentType) - Constructor for class org.mule.munit.plugins.coverage.core.model.CoverageTypedComponentIdentifier
 
coveredLocations - Variable in class org.mule.munit.plugins.coverage.core.LocationAccumulator
 

D

deploymentService - Variable in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
dispose() - Method in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 

E

equals(Object) - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentIdentifier
 
equals(Object) - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
 
equals(Object) - Method in class org.mule.munit.plugins.coverage.core.model.CoverageLocationPart
 
equals(Object) - Method in class org.mule.munit.plugins.coverage.core.model.CoverageTypedComponentIdentifier
 

F

fromComponentIdentifier(ComponentIdentifier) - Static method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentIdentifier
 
fromComponentLocation(ComponentLocation) - Static method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
 
fromLocationPart(LocationPart) - Static method in class org.mule.munit.plugins.coverage.core.model.CoverageLocationPart
 
fromSingleComponent(String) - Static method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
Creates a virtual ComponentLocation for a single element, using the core namespace and using UNKNOWN as type.
fromTypedComponentIdentifier(Optional<TypedComponentIdentifier>) - Static method in class org.mule.munit.plugins.coverage.core.model.CoverageTypedComponentIdentifier
 
fromTypedComponentIdentifier(TypedComponentIdentifier) - Static method in class org.mule.munit.plugins.coverage.core.model.CoverageTypedComponentIdentifier
 

G

get() - Method in class org.mule.munit.plugins.coverage.core.interception.CoverageProcessorInterceptorFactory
 
getComponentIdentifier() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
 
getComponentLocator() - Method in class org.mule.munit.plugins.coverage.core.CoverageModule
 
getCoverageLocations() - Method in class org.mule.munit.plugins.coverage.core.LocationAccumulator
 
getCoverageLocations() - Method in class org.mule.munit.plugins.coverage.server.CoverageLocations
 
getFileName() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
getFileName() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageLocationPart
 
getIdentifier() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageTypedComponentIdentifier
 
getLineInFile() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
getLineInFile() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageLocationPart
 
getLocation() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
 
getLocationAccumulator() - Method in class org.mule.munit.plugins.coverage.core.CoverageModule
 
getLocationAccumulator() - Method in class org.mule.munit.plugins.coverage.core.interception.CoverageProcessorInterceptor
 
getLocations() - Method in class org.mule.munit.plugins.coverage.core.LocationAccumulator
 
getName() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentIdentifier
getName() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
getNamespace() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentIdentifier
getPartIdentifier() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageLocationPart
 
getPartPath() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageLocationPart
 
getParts() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
getPort() - Method in class org.mule.munit.plugins.coverage.server.CoverageServer
 
getRootContainerName() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
getType() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageTypedComponentIdentifier
 

H

hashCode() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentIdentifier
 
hashCode() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
 
hashCode() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageLocationPart
 
hashCode() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageTypedComponentIdentifier
 

I

initialise() - Method in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
intercept(ComponentLocation) - Method in class org.mule.munit.plugins.coverage.core.interception.CoverageProcessorInterceptorFactory
 
isAllLocations() - Method in class org.mule.munit.plugins.coverage.server.CoverageLocations
 
isDisabledOnEnvironment() - Method in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
isRepresentativeForCoverage(ComponentLocation) - Static method in class org.mule.munit.plugins.coverage.core.interception.ComponentLocationFilter
Defines if a location should be taken under account for the purposes of coverage calculation
isRunning() - Method in class org.mule.munit.plugins.coverage.server.CoverageServer
 

L

launch() - Method in class org.mule.munit.plugins.coverage.server.CoverageServer
 
locationAccumulator - Variable in class org.mule.munit.plugins.coverage.core.CoverageModule
 
LocationAccumulator - Class in org.mule.munit.plugins.coverage.core
It just store locations when the interceptor ask it to do so
LocationAccumulator() - Constructor for class org.mule.munit.plugins.coverage.core.LocationAccumulator
 

M

MUNIT_COVERAGE_PROCESSOR_INTERCEPTOR_FACTORY_ID - Static variable in class org.mule.munit.plugins.coverage.core.interception.CoverageProcessorInterceptorFactory
 

O

onArtifactCreated(String, CustomizationService) - Method in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
onArtifactInitialised(String, Registry) - Method in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
onUndeploymentStart(String) - Method in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
org.mule.munit.plugins.coverage - package org.mule.munit.plugins.coverage
 
org.mule.munit.plugins.coverage.core - package org.mule.munit.plugins.coverage.core
 
org.mule.munit.plugins.coverage.core.interception - package org.mule.munit.plugins.coverage.core.interception
 
org.mule.munit.plugins.coverage.core.model - package org.mule.munit.plugins.coverage.core.model
 
org.mule.munit.plugins.coverage.server - package org.mule.munit.plugins.coverage.server
 

P

parseComponentIdentifier(String) - Static method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentIdentifier
 
port - Variable in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 

R

reportToJson(CoverageLocations) - Method in class org.mule.munit.plugins.coverage.server.CoverageServerClient
 
run() - Method in class org.mule.munit.plugins.coverage.server.CoverageMessageParser
 
run() - Method in class org.mule.munit.plugins.coverage.server.CoverageServer
 

S

send(String) - Method in class org.mule.munit.plugins.coverage.server.CoverageServerClient
 
sendAllLocationReport(Integer) - Method in class org.mule.munit.plugins.coverage.core.CoverageModule
 
sendCoveredLocations(CoverageLocations) - Method in class org.mule.munit.plugins.coverage.server.CoverageServerClient
 
sendCoveredLocationsReport(Integer) - Method in class org.mule.munit.plugins.coverage.core.CoverageModule
 
sendReport(Integer, CoverageLocations) - Method in class org.mule.munit.plugins.coverage.core.CoverageModule
 
setAllLocations(Boolean) - Method in class org.mule.munit.plugins.coverage.server.CoverageLocations
 
setComponentLocator(ConfigurationComponentLocator) - Method in class org.mule.munit.plugins.coverage.core.CoverageModule
 
setDeploymentService(DeploymentService) - Method in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
setWorkingDirectory(File) - Method in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
shouldIntercept(ComponentLocation) - Static method in class org.mule.munit.plugins.coverage.core.interception.ComponentLocationFilter
Defines if a location should be intercepted by the coverage interceptor
shutDown() - Method in class org.mule.munit.plugins.coverage.server.CoverageServer
 
start() - Method in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 
stop() - Method in class org.mule.munit.plugins.coverage.CoverageServerPlugin
 

T

toString() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentIdentifier
 
toString() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation
 
toString() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageLocationPart
 
toString() - Method in class org.mule.munit.plugins.coverage.core.model.CoverageTypedComponentIdentifier
 
A B C D E F G H I L M O P R S T 
Skip navigation links

Copyright © 2017. All rights reserved.