|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.aether.repository.LocalMetadataRegistration
public class LocalMetadataRegistration
A request to register metadata within the local repository.
LocalRepositoryManager.add(RepositorySystemSession, LocalMetadataRegistration)| Constructor Summary | |
|---|---|
LocalMetadataRegistration()
Creates an uninitialized registration. |
|
LocalMetadataRegistration(Metadata metadata)
Creates a registration request for the specified metadata accompanying a locally built artifact. |
|
LocalMetadataRegistration(Metadata metadata,
RemoteRepository repository,
Collection<String> contexts)
Creates a registration request for the specified metadata. |
|
| Method Summary | |
|---|---|
Collection<String> |
getContexts()
Gets the resolution contexts in which the metadata is available. |
Metadata |
getMetadata()
Gets the metadata to register. |
RemoteRepository |
getRepository()
Gets the remote repository from which the metadata was resolved. |
LocalMetadataRegistration |
setContexts(Collection<String> contexts)
Sets the resolution contexts in which the metadata is available. |
LocalMetadataRegistration |
setMetadata(Metadata metadata)
Sets the metadata to register. |
LocalMetadataRegistration |
setRepository(RemoteRepository repository)
Sets the remote repository from which the metadata was resolved. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalMetadataRegistration()
public LocalMetadataRegistration(Metadata metadata)
metadata - The metadata to register, may be null.
public LocalMetadataRegistration(Metadata metadata,
RemoteRepository repository,
Collection<String> contexts)
metadata - The metadata to register, may be null.repository - The remote repository from which the metadata was resolved or null if the metadata
accompanies a locally built artifact.contexts - The resolution contexts, may be null.| Method Detail |
|---|
public Metadata getMetadata()
null if not set.public LocalMetadataRegistration setMetadata(Metadata metadata)
metadata - The metadata, may be null.
null.public RemoteRepository getRepository()
null if the metadata was locally built.public LocalMetadataRegistration setRepository(RemoteRepository repository)
repository - The remote repository or null if the metadata accompanies a locally built artifact.
null.public Collection<String> getContexts()
null.public LocalMetadataRegistration setContexts(Collection<String> contexts)
contexts - The resolution contexts, may be null.
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||