RepositoryListener instead.@Deprecated public interface LocalRepositoryEvent
LocalRepositoryMaintainer| Modifier and Type | Interface and Description |
|---|---|
static class |
LocalRepositoryEvent.EventType
Deprecated.
The type of the event.
|
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getArtifact()
Deprecated.
Gets the artifact that was updated.
|
File |
getFile()
Deprecated.
Gets the path to the artifact within the local repository.
|
LocalRepository |
getRepository()
Deprecated.
Gets the local repository which has been updated.
|
RepositorySystemSession |
getSession()
Deprecated.
Gets the repository session from which this event originates.
|
LocalRepositoryEvent.EventType |
getType()
Deprecated.
Gets the type of the event.
|
LocalRepositoryEvent.EventType getType()
null.RepositorySystemSession getSession()
null.LocalRepository getRepository()
null.Artifact getArtifact()
getFile() to query this path.null.File getFile()
null.Copyright © 2010-2014 Sonatype, Inc.. All Rights Reserved.