|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.aether.impl.internal.DefaultLocalRepositoryEvent
public class DefaultLocalRepositoryEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.sonatype.aether.impl.LocalRepositoryEvent |
---|
LocalRepositoryEvent.EventType |
Constructor Summary | |
---|---|
DefaultLocalRepositoryEvent(LocalRepositoryEvent.EventType type,
RepositorySystemSession session,
Artifact artifact,
java.io.File file)
|
Method Summary | |
---|---|
Artifact |
getArtifact()
Gets the artifact that was updated. |
java.io.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. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultLocalRepositoryEvent(LocalRepositoryEvent.EventType type, RepositorySystemSession session, Artifact artifact, java.io.File file)
Method Detail |
---|
public LocalRepositoryEvent.EventType getType()
LocalRepositoryEvent
getType
in interface LocalRepositoryEvent
null
.public RepositorySystemSession getSession()
LocalRepositoryEvent
getSession
in interface LocalRepositoryEvent
null
.public LocalRepository getRepository()
LocalRepositoryEvent
getRepository
in interface LocalRepositoryEvent
null
.public Artifact getArtifact()
LocalRepositoryEvent
LocalRepositoryEvent.getFile()
to query this path.
getArtifact
in interface LocalRepositoryEvent
null
.public java.io.File getFile()
LocalRepositoryEvent
getFile
in interface LocalRepositoryEvent
null
.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |