org.guvnor.structure.repositories
Class NewRepositoryEvent
java.lang.Object
org.guvnor.structure.repositories.NewRepositoryEvent
@Portable
public class NewRepositoryEvent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewRepositoryEvent
public NewRepositoryEvent()
NewRepositoryEvent
public NewRepositoryEvent(Repository newRepository)
NewRepositoryEvent
public NewRepositoryEvent(Repository newRepository,
String groupId,
String artifactId,
String version)
getNewRepository
public Repository getNewRepository()
setNewRepository
public void setNewRepository(Repository newRepository)
getGroupId
public String getGroupId()
getArtifactId
public String getArtifactId()
getVersion
public String getVersion()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.