|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MetadataReader
This interface implementation is supplied to MetadataProcessor to simplify it's access to remote repositories
| Method Summary | |
|---|---|
byte[] |
readMetadata(ArtifactBasicMetadata bmd)
read metadata for the artifact, pointed by bmd. |
byte[] |
readRawData(ArtifactBasicMetadata bmd,
java.lang.String classifier,
java.lang.String type)
read content pointed by bmd. |
| Method Detail |
|---|
byte[] readRawData(ArtifactBasicMetadata bmd,
java.lang.String classifier,
java.lang.String type)
throws MetadataReaderException
bmd - coordinatesclassifier - - replaces the getClassifier() from bmd if not nulltype - - replaces the getType() from bmd if not null
MetadataReaderException
RepositoryException
byte[] readMetadata(ArtifactBasicMetadata bmd)
throws MetadataReaderException
bmd -
MetadataReaderException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||