org.sonar.api.batch
Class ProjectClasspath

java.lang.Object
  extended by org.sonar.api.batch.ProjectClasspath
All Implemented Interfaces:
BatchComponent

Deprecated. since 4.5 this is some Java specific stuff that should by handled by SQ Java plugin

@Deprecated
public class ProjectClasspath
extends Object
implements BatchComponent

Since:
2.2

Field Summary
protected  org.apache.maven.project.MavenProject pom
          Deprecated.  
 
Constructor Summary
ProjectClasspath(org.apache.maven.project.MavenProject pom)
          Deprecated.  
 
Method Summary
protected  URLClassLoader createClassLoader()
          Deprecated.  
protected  List<File> createElements()
          Deprecated.  
 URLClassLoader getClassloader()
          Deprecated.  
 List<File> getElements()
          Deprecated. bytecode directory + JARs (dependencies)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pom

protected org.apache.maven.project.MavenProject pom
Deprecated. 
Constructor Detail

ProjectClasspath

public ProjectClasspath(org.apache.maven.project.MavenProject pom)
Deprecated. 
Method Detail

getClassloader

public URLClassLoader getClassloader()
Deprecated. 

getElements

public List<File> getElements()
Deprecated. 
bytecode directory + JARs (dependencies)


createClassLoader

protected URLClassLoader createClassLoader()
Deprecated. 

createElements

protected List<File> createElements()
Deprecated. 


Copyright © 2009–2015 SonarSource. All rights reserved.