@Component(role=DevWorkspaceResolver.class) public class DevWorkspaceResolver extends Object implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
| Constructor and Description |
|---|
DevWorkspaceResolver() |
| Modifier and Type | Method and Description |
|---|---|
DevBundleInfo |
getBundleInfo(File projectBasedir) |
DevBundleInfo |
getBundleInfo(org.apache.maven.execution.MavenSession session,
String groupId,
String artifacyId,
String version,
List<org.apache.maven.artifact.repository.ArtifactRepository> repositories) |
DevBundleInfo |
getBundleInfo(String symbolicName,
String version) |
File |
getStateLocation() |
void |
initialize() |
public void initialize()
throws org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializableorg.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationExceptionpublic DevBundleInfo getBundleInfo(String symbolicName, String version)
public DevBundleInfo getBundleInfo(File projectBasedir)
public DevBundleInfo getBundleInfo(org.apache.maven.execution.MavenSession session, String groupId, String artifacyId, String version, List<org.apache.maven.artifact.repository.ArtifactRepository> repositories)
public File getStateLocation()
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.