Uses of Class
org.codehaus.plexus.build.connect.messages.Message
Packages that use Message
-
Uses of Message in org.codehaus.plexus.build.connect
Methods in org.codehaus.plexus.build.connect that return MessageModifier and TypeMethodDescriptionSend a message and returns the reply from the other endpoint, should only be called from a maven thread!Methods in org.codehaus.plexus.build.connect with parameters of type MessageModifier and TypeMethodDescriptionstatic ConfigurationCreates a Configuration from a messageSend a message and returns the reply from the other endpoint, should only be called from a maven thread!Method parameters in org.codehaus.plexus.build.connect with type arguments of type MessageModifier and TypeMethodDescriptionCreates a new server that will receive messages from a remote endpoint and inform the consumer -
Uses of Message in org.codehaus.plexus.build.connect.messages
Subclasses of Message in org.codehaus.plexus.build.connect.messagesModifier and TypeClassDescriptionclassMessage send to init the inital communication with the endpointsclassMesaage generated when a mojo is executedclassSend to inform about project changesclassMessage send to inform about reactor project in the build and their effective modelclassA message that indicates a path should be refreshed (e.g.classEvent that is received / send when a session starts/endMethods in org.codehaus.plexus.build.connect.messages that return MessageModifier and TypeMethodDescriptionstatic MessageMessage.decode(byte[] bytes) Decodes a message from its bytesstatic MessageCreates a reply to a message using the thread id and session id from the original but with the provided payloadMethods in org.codehaus.plexus.build.connect.messages with parameters of type Message