org.sonatype.tycho.p2.maven.repository
Class LocalArtifactRepositoryFactory

java.lang.Object
  extended by org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory
      extended by org.sonatype.tycho.p2.maven.repository.LocalArtifactRepositoryFactory

public class LocalArtifactRepositoryFactory
extends org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory


Constructor Summary
LocalArtifactRepositoryFactory()
           
 
Method Summary
 org.eclipse.equinox.p2.repository.artifact.IArtifactRepository create(URI location, String name, String type, Map<String,String> properties)
           
 org.eclipse.equinox.p2.repository.artifact.IArtifactRepository load(URI location, int flags, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory
getAgent, setAgent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalArtifactRepositoryFactory

public LocalArtifactRepositoryFactory()
Method Detail

create

public org.eclipse.equinox.p2.repository.artifact.IArtifactRepository create(URI location,
                                                                             String name,
                                                                             String type,
                                                                             Map<String,String> properties)
                                                                      throws org.eclipse.equinox.p2.core.ProvisionException
Specified by:
create in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory
Throws:
org.eclipse.equinox.p2.core.ProvisionException

load

public org.eclipse.equinox.p2.repository.artifact.IArtifactRepository load(URI location,
                                                                           int flags,
                                                                           org.eclipse.core.runtime.IProgressMonitor monitor)
                                                                    throws org.eclipse.equinox.p2.core.ProvisionException
Specified by:
load in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory
Throws:
org.eclipse.equinox.p2.core.ProvisionException


Copyright © 2008-2011. All Rights Reserved.