org.apache.maven.dotnet.repository
Interface RepositoryConverter

All Known Implementing Classes:
RepositoryConverterImpl

public interface RepositoryConverter

Provides services for converting from RDF repository into the defau;t Maven repository format.


Field Summary
static java.lang.String ROLE
          Role used to register component implementations with the container.
 
Method Summary
 void convertRepositoryFormat(org.openrdf.repository.Repository repository, java.io.File mavenRepository)
          Converts the specified RDF repository into the default local repository format.
 void convertRepositoryFormatFor(org.apache.maven.artifact.Artifact artifact, ApplicationConfig applicationConfig, org.openrdf.repository.Repository repository, java.io.File mavenRepository)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Role used to register component implementations with the container.

Method Detail

convertRepositoryFormat

void convertRepositoryFormat(org.openrdf.repository.Repository repository,
                             java.io.File mavenRepository)
                             throws java.io.IOException
Converts the specified RDF repository into the default local repository format.

Parameters:
repository - the RDF repository
mavenRepository - the base directory where the converted repository, with the default local repository format, should be placed
Throws:
java.io.IOException - if there is a problem in converting the repository

convertRepositoryFormatFor

void convertRepositoryFormatFor(org.apache.maven.artifact.Artifact artifact,
                                ApplicationConfig applicationConfig,
                                org.openrdf.repository.Repository repository,
                                java.io.File mavenRepository)
                                throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007 NMaven. All Rights Reserved.