com.ouncelabs.core.appserver
Interface AppServerClasspathProvider

All Known Implementing Classes:
BaseAppServerClasspathProvider

public interface AppServerClasspathProvider

Provides the runtime classpath for an application server. It usually only needs to be defined if "Precompiled" JSP Compiler is used. The resulting classpath is added to the imported AppScan Source project. It can be used if some customized libraries are added to a supported server (e.g. Tomcat) but not specified in the Manifest of the JavaEE project.

Implementations must extend BaseAppServerClasspathProvider, which provides additional functionality required by the framework.


Method Summary
 java.util.List<java.lang.String> getClasspathEntries()
           
 

Method Detail

getClasspathEntries

java.util.List<java.lang.String> getClasspathEntries()
                                                     throws java.io.IOException
Returns:
a list of full paths of server classpath entries
Throws:
java.io.IOException - if an I/O operation fails