|
||||||||||
| 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 LocalRepositoryEventnull.public RepositorySystemSession getSession()
LocalRepositoryEvent
getSession in interface LocalRepositoryEventnull.public LocalRepository getRepository()
LocalRepositoryEvent
getRepository in interface LocalRepositoryEventnull.public Artifact getArtifact()
LocalRepositoryEventLocalRepositoryEvent.getFile() to query this path.
getArtifact in interface LocalRepositoryEventnull.public java.io.File getFile()
LocalRepositoryEvent
getFile in interface LocalRepositoryEventnull.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 | |||||||||