META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF.RSA
META-INF/
META-INF/eclipse.inf
.api_description
about.html
plugin.properties
org/
org/eclipse/
org/eclipse/equinox/
org/eclipse/equinox/internal/
org/eclipse/equinox/internal/p2/
org/eclipse/equinox/internal/p2/console/
org/eclipse/equinox/internal/p2/console/Activator.class
Activator.java package org.eclipse.equinox.internal.p2.console public org.eclipse.equinox.internal.p2.console.Activator extends java.lang.Object implements org.osgi.framework.BundleActivator org.osgi.util.tracker.ServiceTrackerCustomizer { public static final String PLUGIN_ID private static final String PROVIDER_NAME private static org.osgi.framework.BundleContext context private org.osgi.util.tracker.ServiceTracker agentTracker private org.eclipse.equinox.internal.p2.console.ProvCommandProvider provider private org.osgi.framework.ServiceRegistration providerRegistration public static org.osgi.framework.BundleContext getContext () public void <init> () public void start (org.osgi.framework.BundleContext) throws java.lang.Exception org.osgi.framework.BundleContext ctxt boolean registerCommands public void stop (org.osgi.framework.BundleContext) throws java.lang.Exception org.osgi.framework.BundleContext ctxt public java.lang.Object addingService (org.osgi.framework.ServiceReference) org.osgi.framework.ServiceReference reference org.osgi.framework.BundleContext ctxt org.eclipse.equinox.p2.core.IProvisioningAgent agent public void modifiedService (org.osgi.framework.ServiceReference, java.lang.Object) org.osgi.framework.ServiceReference reference Object service public void removedService (org.osgi.framework.ServiceReference, java.lang.Object) org.osgi.framework.ServiceReference reference Object service }
org/eclipse/equinox/internal/p2/console/ProvCommandProvider$1.class
ProvCommandProvider.java package org.eclipse.equinox.internal.p2.console org.eclipse.equinox.internal.p2.console.ProvCommandProvider$1 extends java.lang.Object implements java.util.Comparator { final org.eclipse.equinox.internal.p2.console.ProvCommandProvider this$0 void <init> (org.eclipse.equinox.internal.p2.console.ProvCommandProvider) public int compare (org.eclipse.equinox.p2.metadata.IInstallableUnit, org.eclipse.equinox.p2.metadata.IInstallableUnit) org.eclipse.equinox.p2.metadata.IInstallableUnit arg0 org.eclipse.equinox.p2.metadata.IInstallableUnit arg1 public volatile int compare (java.lang.Object, java.lang.Object) }
org/eclipse/equinox/internal/p2/console/ProvCommandProvider.class
ProvCommandProvider.java package org.eclipse.equinox.internal.p2.console public org.eclipse.equinox.internal.p2.console.ProvCommandProvider extends java.lang.Object implements org.eclipse.osgi.framework.console.CommandProvider { private static final String WILDCARD_ANY public static final String NEW_LINE private final org.eclipse.equinox.p2.core.IProvisioningAgent agent static void <clinit> () public void <init> (java.lang.String, org.eclipse.equinox.p2.core.IProvisioningAgent) String profileId org.eclipse.equinox.p2.core.IProvisioningAgent agent public void _provaddrepo (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString java.net.URI repoURI public void _provdelrepo (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString java.net.URI repoURI public void _provaddmetadatarepo (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString java.net.URI repoURI public void _provdelmetadatarepo (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString java.net.URI repoURI public void _provaddartifactrepo (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString java.net.URI repoURI public void _provdelartifactrepo (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString java.net.URI repoURI public void _provinstall (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String iu String version String profileId org.eclipse.core.runtime.IStatus s org.eclipse.equinox.p2.core.ProvisionException e private java.lang.String flattenStatus (org.eclipse.core.runtime.IStatus[], java.lang.String) org.eclipse.core.runtime.IStatus[] childs String indent StringBuffer sb int i public void _provaddprofile (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String profileId String location String flavor String environments java.util.Map props org.eclipse.equinox.p2.core.ProvisionException e public void _provdelprofile (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String profileId public void _provliu (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString String id String version java.net.URI repoURL org.eclipse.equinox.p2.metadata.IInstallableUnit[] units int i public void _provlquery (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString String expression boolean useFull java.net.URI repoURL org.eclipse.equinox.p2.query.IQuery query org.eclipse.equinox.p2.metadata.IInstallableUnit[] units int i public void _provlr (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString String id String version java.net.URI[] repositories int i java.net.URI repoLocation org.eclipse.equinox.p2.metadata.IInstallableUnit[] units int i public void _provlg (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString org.eclipse.equinox.p2.query.IQueryable queryable java.net.URI repoURL org.eclipse.equinox.p2.metadata.IInstallableUnit[] units int i public void _provlar (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString java.net.URI[] repositories int i java.net.URI repoURL org.eclipse.equinox.p2.repository.artifact.IArtifactRepository repo org.eclipse.equinox.p2.query.IQueryResult keys org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository fileRepo java.util.Iterator iterator org.eclipse.equinox.p2.metadata.IArtifactKey key org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor[] descriptors int j org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor java.io.File location private java.net.URI toURI (org.eclipse.osgi.framework.console.CommandInterpreter, java.lang.String) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String urlString java.net.URISyntaxException e private java.lang.String processArgument (java.lang.String) String arg public void _provlp (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String profileId String id String range org.eclipse.equinox.p2.engine.IProfile[] profiles int i org.eclipse.equinox.p2.engine.IProfile target org.eclipse.equinox.p2.metadata.IInstallableUnit[] result int i public void _provlpts (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String profileId long[] profileTimestamps int i public void _provrevert (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String timestamp Long ts String profileId org.eclipse.equinox.p2.engine.IProfile profile org.eclipse.core.runtime.IStatus s org.eclipse.equinox.p2.core.ProvisionException e private org.eclipse.equinox.p2.metadata.IInstallableUnit[] sort (org.eclipse.equinox.p2.query.IQueryResult) org.eclipse.equinox.p2.query.IQueryResult queryResult org.eclipse.equinox.p2.metadata.IInstallableUnit[] units public void _provlgp (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String profileId org.eclipse.equinox.p2.engine.IProfile profile org.eclipse.equinox.p2.metadata.IInstallableUnit[] units int i public void _provlpquery (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String profileId String expression boolean useFull org.eclipse.equinox.p2.query.IQuery query org.eclipse.equinox.p2.engine.IProfile profile org.eclipse.equinox.p2.metadata.IInstallableUnit[] units int i public void _provremove (org.eclipse.osgi.framework.console.CommandInterpreter) org.eclipse.osgi.framework.console.CommandInterpreter interpreter String iu String version String profileId org.eclipse.core.runtime.IStatus s org.eclipse.equinox.p2.core.ProvisionException e private void printErrorStatus (org.eclipse.osgi.framework.console.CommandInterpreter, org.eclipse.core.runtime.IStatus) org.eclipse.osgi.framework.console.CommandInterpreter interpreter org.eclipse.core.runtime.IStatus status String severityString Throwable t org.eclipse.core.runtime.IStatus[] children int i public java.lang.String getHelp () StringBuffer help public void print (org.eclipse.osgi.framework.console.CommandInterpreter, org.eclipse.equinox.p2.metadata.IInstallableUnit) org.eclipse.osgi.framework.console.CommandInterpreter interpreter org.eclipse.equinox.p2.metadata.IInstallableUnit unit public void println (org.eclipse.osgi.framework.console.CommandInterpreter, org.eclipse.equinox.p2.metadata.IInstallableUnit) org.eclipse.osgi.framework.console.CommandInterpreter interpreter org.eclipse.equinox.p2.metadata.IInstallableUnit unit private void println (org.eclipse.osgi.framework.console.CommandInterpreter, org.eclipse.equinox.p2.metadata.IArtifactKey, java.io.File) org.eclipse.osgi.framework.console.CommandInterpreter interpreter org.eclipse.equinox.p2.metadata.IArtifactKey artifactKey java.io.File location }
org/eclipse/equinox/internal/p2/console/ProvisioningHelper.class
ProvisioningHelper.java package org.eclipse.equinox.internal.p2.console public org.eclipse.equinox.internal.p2.console.ProvisioningHelper extends java.lang.Object { public void <init> () static org.eclipse.equinox.p2.repository.metadata.IMetadataRepository addMetadataRepository (org.eclipse.equinox.p2.core.IProvisioningAgent, java.net.URI) org.eclipse.equinox.p2.core.IProvisioningAgent agent java.net.URI location org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager manager String repositoryName static org.eclipse.equinox.p2.repository.metadata.IMetadataRepository getMetadataRepository (org.eclipse.equinox.p2.core.IProvisioningAgent, java.net.URI) org.eclipse.equinox.p2.core.IProvisioningAgent agent java.net.URI location org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager manager static void removeMetadataRepository (org.eclipse.equinox.p2.core.IProvisioningAgent, java.net.URI) org.eclipse.equinox.p2.core.IProvisioningAgent agent java.net.URI location org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager manager static org.eclipse.equinox.p2.repository.artifact.IArtifactRepository addArtifactRepository (org.eclipse.equinox.p2.core.IProvisioningAgent, java.net.URI) org.eclipse.equinox.p2.core.IProvisioningAgent agent java.net.URI location org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager manager String repositoryName static void removeArtifactRepository (org.eclipse.equinox.p2.core.IProvisioningAgent, java.net.URI) org.eclipse.equinox.p2.core.IProvisioningAgent agent java.net.URI location org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager manager static org.eclipse.equinox.p2.engine.IProfile addProfile (org.eclipse.equinox.p2.core.IProvisioningAgent, java.lang.String, java.util.Map) throws org.eclipse.equinox.p2.core.ProvisionException org.eclipse.equinox.p2.core.IProvisioningAgent agent String profileId java.util.Map properties org.eclipse.equinox.p2.engine.IProfileRegistry profileRegistry org.eclipse.equinox.p2.engine.IProfile profile java.util.Map profileProperties org.eclipse.osgi.service.environment.EnvironmentInfo info static void removeProfile (org.eclipse.equinox.p2.core.IProvisioningAgent, java.lang.String) org.eclipse.equinox.p2.core.IProvisioningAgent agent String profileId org.eclipse.equinox.p2.engine.IProfileRegistry profileRegistry static org.eclipse.equinox.p2.engine.IProfile[] getProfiles (org.eclipse.equinox.p2.core.IProvisioningAgent) org.eclipse.equinox.p2.core.IProvisioningAgent agent org.eclipse.equinox.p2.engine.IProfileRegistry profileRegistry static org.eclipse.equinox.p2.engine.IProfile getProfile (org.eclipse.equinox.p2.core.IProvisioningAgent, java.lang.String) org.eclipse.equinox.p2.core.IProvisioningAgent agent String id org.eclipse.equinox.p2.engine.IProfileRegistry profileRegistry static org.eclipse.equinox.p2.query.IQueryResult getInstallableUnits (org.eclipse.equinox.p2.core.IProvisioningAgent, java.net.URI, org.eclipse.equinox.p2.query.IQuery, org.eclipse.core.runtime.IProgressMonitor) org.eclipse.equinox.p2.core.IProvisioningAgent agent java.net.URI location org.eclipse.equinox.p2.query.IQuery query org.eclipse.core.runtime.IProgressMonitor monitor org.eclipse.equinox.p2.query.IQueryable queryable static java.net.URI[] getMetadataRepositories (org.eclipse.equinox.p2.core.IProvisioningAgent) org.eclipse.equinox.p2.core.IProvisioningAgent agent org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager manager java.net.URI[] repos static org.eclipse.core.runtime.IStatus install (org.eclipse.equinox.p2.core.IProvisioningAgent, java.lang.String, java.lang.String, org.eclipse.equinox.p2.engine.IProfile, org.eclipse.core.runtime.IProgressMonitor) throws org.eclipse.equinox.p2.core.ProvisionException org.eclipse.equinox.p2.core.IProvisioningAgent agent String unitId String version org.eclipse.equinox.p2.engine.IProfile profile org.eclipse.core.runtime.IProgressMonitor progress org.eclipse.equinox.p2.query.IQueryResult units StringBuffer error java.net.URI[] repos int i org.eclipse.equinox.p2.planner.IPlanner planner org.eclipse.equinox.p2.engine.IEngine engine org.eclipse.equinox.p2.engine.ProvisioningContext context org.eclipse.equinox.internal.provisional.p2.director.ProfileChangeRequest request org.eclipse.equinox.p2.engine.IProvisioningPlan result static java.net.URI[] getArtifactRepositories (org.eclipse.equinox.p2.core.IProvisioningAgent) org.eclipse.equinox.p2.core.IProvisioningAgent agent org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager manager java.net.URI[] repos static org.eclipse.equinox.p2.repository.artifact.IArtifactRepository getArtifactRepository (org.eclipse.equinox.p2.core.IProvisioningAgent, java.net.URI) org.eclipse.equinox.p2.core.IProvisioningAgent agent java.net.URI repoURL org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager manager static long[] getProfileTimestamps (org.eclipse.equinox.p2.core.IProvisioningAgent, java.lang.String) org.eclipse.equinox.p2.core.IProvisioningAgent agent String profileId org.eclipse.equinox.p2.engine.IProfileRegistry profileRegistry static org.eclipse.core.runtime.IStatus revertToPreviousState (org.eclipse.equinox.p2.core.IProvisioningAgent, org.eclipse.equinox.p2.engine.IProfile, long) throws org.eclipse.equinox.p2.core.ProvisionException org.eclipse.equinox.p2.core.IProvisioningAgent agent org.eclipse.equinox.p2.engine.IProfile profile long revertToPreviousState org.eclipse.equinox.p2.engine.IEngine engine org.eclipse.equinox.p2.planner.IPlanner planner org.eclipse.equinox.p2.engine.IProfileRegistry profileRegistry org.eclipse.equinox.p2.engine.IProfile targetProfile long[] profiles java.net.URI[] artifactRepos java.net.URI[] metadataRepos org.eclipse.equinox.p2.engine.IProvisioningPlan plan org.eclipse.equinox.p2.engine.ProvisioningContext context static org.eclipse.core.runtime.IStatus uninstall (org.eclipse.equinox.p2.core.IProvisioningAgent, java.lang.String, java.lang.String, org.eclipse.equinox.p2.engine.IProfile, org.eclipse.core.runtime.IProgressMonitor) throws org.eclipse.equinox.p2.core.ProvisionException org.eclipse.equinox.p2.core.IProvisioningAgent agent String unitId String version org.eclipse.equinox.p2.engine.IProfile profile org.eclipse.core.runtime.IProgressMonitor progress org.eclipse.equinox.p2.query.IQueryResult units StringBuffer error java.net.URI[] repos int i org.eclipse.equinox.p2.planner.IPlanner planner org.eclipse.equinox.p2.engine.IEngine engine org.eclipse.equinox.p2.engine.ProvisioningContext context org.eclipse.equinox.internal.provisional.p2.director.ProfileChangeRequest request org.eclipse.equinox.p2.engine.IProvisioningPlan result }