Class RemoteMetadataRepositoryManagerAgentFactory
java.lang.Object
org.eclipse.tycho.p2maven.transport.RemoteMetadataRepositoryManagerAgentFactory
- All Implemented Interfaces:
org.eclipse.equinox.p2.core.spi.IAgentServiceFactory
@Component(role=org.eclipse.equinox.p2.core.spi.IAgentServiceFactory.class,
hint="org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager")
public class RemoteMetadataRepositoryManagerAgentFactory
extends Object
implements org.eclipse.equinox.p2.core.spi.IAgentServiceFactory
-
Field Summary
Fields inherited from interface org.eclipse.equinox.p2.core.spi.IAgentServiceFactory
PROP_CREATED_SERVICE_NAME, SERVICE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateService(org.eclipse.equinox.p2.core.IProvisioningAgent agent)
-
Constructor Details
-
RemoteMetadataRepositoryManagerAgentFactory
public RemoteMetadataRepositoryManagerAgentFactory()
-
-
Method Details
-
createService
- Specified by:
createServicein interfaceorg.eclipse.equinox.p2.core.spi.IAgentServiceFactory
-