@Deprecated public class ProjectClasspath extends Object implements BatchComponent
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.project.MavenProject |
pom
Deprecated.
|
| Constructor and Description |
|---|
ProjectClasspath(org.apache.maven.project.MavenProject pom)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected URLClassLoader |
createClassLoader()
Deprecated.
|
protected List<File> |
createElements()
Deprecated.
|
URLClassLoader |
getClassloader()
Deprecated.
|
List<File> |
getElements()
Deprecated.
bytecode directory + JARs (dependencies)
|
protected org.apache.maven.project.MavenProject pom
public ProjectClasspath(org.apache.maven.project.MavenProject pom)
public URLClassLoader getClassloader()
public List<File> getElements()
protected URLClassLoader createClassLoader()
protected List<File> createElements()
Copyright © 2009–2015 SonarSource. All rights reserved.