Interface UserCodeClasspathManager


public interface UserCodeClasspathManager
Describes an object that can answer classpath-related questions about an app running in the dev appserver.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the classpath for the app.
    boolean
    true if a WEB-INF directory must exist, false otherwise.
  • Method Details

    • getUserCodeClasspath

      Collection<URL> getUserCodeClasspath(File root)
      Returns the classpath for the app.
    • requiresWebInf

      boolean requiresWebInf()
      true if a WEB-INF directory must exist, false otherwise.