org.apache.archiva.metadata.model
Interface MetadataFacet

All Known Implementing Classes:
AuditEvent, GenericMetadataFacet, MavenArtifactFacet, MavenProjectFacet, RepositoryProblemFacet, RepositoryStatistics

public interface MetadataFacet


Method Summary
 void fromProperties(Map<String,String> properties)
           
 String getFacetId()
           
 String getName()
           
 Map<String,String> toProperties()
           
 

Method Detail

getFacetId

String getFacetId()

getName

String getName()

toProperties

Map<String,String> toProperties()

fromProperties

void fromProperties(Map<String,String> properties)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.