org.apache.tomcat.maven.common.run
Class DefaultClassLoaderEntriesCalculator

java.lang.Object
  extended by org.apache.tomcat.maven.common.run.DefaultClassLoaderEntriesCalculator
All Implemented Interfaces:
ClassLoaderEntriesCalculator

@Component(role=ClassLoaderEntriesCalculator.class)
public class DefaultClassLoaderEntriesCalculator
extends Object
implements ClassLoaderEntriesCalculator

Since:
2.0
Author:
Olivier Lamy

Constructor Summary
DefaultClassLoaderEntriesCalculator()
           
 
Method Summary
 ClassLoaderEntriesCalculatorResult calculateClassPathEntries(ClassLoaderEntriesCalculatorRequest request)
           
protected  boolean isInProjectReferences(org.apache.maven.artifact.Artifact artifact, org.apache.maven.project.MavenProject project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultClassLoaderEntriesCalculator

public DefaultClassLoaderEntriesCalculator()
Method Detail

calculateClassPathEntries

public ClassLoaderEntriesCalculatorResult calculateClassPathEntries(ClassLoaderEntriesCalculatorRequest request)
                                                             throws TomcatRunException
Specified by:
calculateClassPathEntries in interface ClassLoaderEntriesCalculator
Throws:
TomcatRunException

isInProjectReferences

protected boolean isInProjectReferences(org.apache.maven.artifact.Artifact artifact,
                                        org.apache.maven.project.MavenProject project)


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.