@Label(value="Repository")
public interface MavenRepositoryDescriptor
extends com.buschmais.jqassistant.core.store.api.model.Descriptor, com.buschmais.jqassistant.plugin.maven3.api.model.MavenDescriptor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MavenRepositoryDescriptor.ContainsArtifact |
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryArtifactDescriptor> |
getContainedArtifacts()
A list of contained artifacts.
|
long |
getLastScanDate()
The last scan date.
|
String |
getUrl()
The repository url.
|
void |
setLastScanDate(long scanDate)
Set the last scan date.
|
void |
setUrl(String url)
Set the repository url.
|
List<RepositoryArtifactDescriptor> getContainedArtifacts()
@Indexed String getUrl()
void setUrl(String url)
url - the repository url.@Property(value="lastScanDate") long getLastScanDate()
void setLastScanDate(long scanDate)
scanDate - the last scan date.Copyright © 2015 buschmais GbR. All rights reserved.