Class RefreshMessage
java.lang.Object
org.codehaus.plexus.build.connect.messages.Message
org.codehaus.plexus.build.connect.messages.RefreshMessage
A message that indicates a path should be refreshed (e.g. because new files
are placed in a generated folder)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Message
decode, equals, getBooleanProperty, getBooleanProperty, getProperty, getProperty, getSessionId, hashCode, keys, replyTo, serialize, serialize, toString
-
Constructor Details
-
RefreshMessage
Create a new message to refresh a path- Parameters:
path- the path to refresh
-
-
Method Details
-
getPath
- Returns:
- the path to refresh
-