declare namespace org { namespace eclipse { namespace jetty { namespace webapp { class WebInfConfiguration extends org.eclipse.jetty.webapp.AbstractConfiguration { public static readonly TEMPDIR_CONFIGURED: string public static readonly CONTAINER_JAR_PATTERN: string public static readonly WEBINF_JAR_PATTERN: string public static readonly RESOURCE_DIRS: string protected _preUnpackBaseResource: org.eclipse.jetty.util.resource.Resource public constructor() public preConfigure(arg0: org.eclipse.jetty.webapp.WebAppContext): void public configure(arg0: org.eclipse.jetty.webapp.WebAppContext): void public deconfigure(arg0: org.eclipse.jetty.webapp.WebAppContext): void public cloneConfigure(arg0: org.eclipse.jetty.webapp.WebAppContext, arg1: org.eclipse.jetty.webapp.WebAppContext): void public resolveTempDirectory(arg0: org.eclipse.jetty.webapp.WebAppContext): void public makeTempDirectory(arg0: java.io.File, arg1: org.eclipse.jetty.webapp.WebAppContext): void public configureTempDirectory(arg0: java.io.File, arg1: org.eclipse.jetty.webapp.WebAppContext): void public unpack(arg0: org.eclipse.jetty.webapp.WebAppContext): void public static getCanonicalNameForWebAppTmpDir(arg0: org.eclipse.jetty.webapp.WebAppContext): string protected findClassDirs(arg0: org.eclipse.jetty.webapp.WebAppContext): java.util.List protected findJars(arg0: org.eclipse.jetty.webapp.WebAppContext): java.util.List protected findWebInfLibJars(arg0: org.eclipse.jetty.webapp.WebAppContext): java.util.List protected findExtraClasspathJars(arg0: org.eclipse.jetty.webapp.WebAppContext): java.util.List protected findWebInfClassesDir(arg0: org.eclipse.jetty.webapp.WebAppContext): org.eclipse.jetty.util.resource.Resource protected findExtraClasspathDirs(arg0: org.eclipse.jetty.webapp.WebAppContext): java.util.List public static class: java.lang.Class } } } } }