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 TypeMethodDescriptiongetUserCodeClasspath(File root) Returns the classpath for the app.booleantrueif a WEB-INF directory must exist,falseotherwise.
-
Method Details
-
getUserCodeClasspath
Returns the classpath for the app. -
requiresWebInf
boolean requiresWebInf()trueif a WEB-INF directory must exist,falseotherwise.
-