|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalRepositoryEvent
An event describing an update to the local repository.
LocalRepositoryMaintainer
Nested Class Summary | |
---|---|
static class |
LocalRepositoryEvent.EventType
The type of the event. |
Method Summary | |
---|---|
Artifact |
getArtifact()
Gets the artifact that was updated. |
File |
getFile()
Gets the path to the artifact within the local repository. |
LocalRepository |
getRepository()
Gets the local repository which has been updated. |
RepositorySystemSession |
getSession()
Gets the repository session from which this event originates. |
LocalRepositoryEvent.EventType |
getType()
Gets the type of the event. |
Method Detail |
---|
LocalRepositoryEvent.EventType getType()
null
.RepositorySystemSession getSession()
null
.LocalRepository getRepository()
null
.Artifact getArtifact()
getFile()
to query this path.
null
.File getFile()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |