public class BinaryProjectPlugin extends Object implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
static String |
LIFECYCLE_MAPPING_ID |
static String |
P_ARTIFACTID |
static String |
P_CLASSIFIER |
static String |
P_GROUPID |
static String |
P_TYPE |
static String |
P_VERSION |
static String |
PLUGIN_ID |
static org.eclipse.core.runtime.QualifiedName |
QNAME_JAR
Name of IProject persistent property that identifies absolute filesystem path of the target jar artifact of the
workspace binary project.
|
Constructor and Description |
---|
BinaryProjectPlugin() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.resources.IProject |
create(String groupId,
String artifactId,
String version,
List<org.apache.maven.artifact.repository.ArtifactRepository> repositories,
org.eclipse.core.runtime.IProgressMonitor monitor) |
static BinaryProjectPlugin |
getInstance() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public static final String PLUGIN_ID
public static final String LIFECYCLE_MAPPING_ID
public static final String P_GROUPID
public static final String P_ARTIFACTID
public static final String P_VERSION
public static final String P_TYPE
public static final String P_CLASSIFIER
public static final org.eclipse.core.runtime.QualifiedName QNAME_JAR
public static BinaryProjectPlugin getInstance()
public org.eclipse.core.resources.IProject create(String groupId, String artifactId, String version, List<org.apache.maven.artifact.repository.ArtifactRepository> repositories, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
Copyright © 2005–2018 Eclipse Foundation. All rights reserved.