| java.lang.Object org.apache.openejb.config.DeploymentLoader
DeploymentLoader | public class DeploymentLoader (Code) | | version: $Revision: 637630 $ $Date: 2008-03-16 12:33:07 -0700 $ |
Method Summary | |
protected static void | addPersistenceUnits(AppModule appModule, URL... urls) | protected static void | addWebModule(AppModule appModule, String warPath, ClassLoader parentClassLoader, String contextRoot, String moduleName) | protected static AppModule | createAppModule(File jarFile, String jarPath) | protected static ClientModule | createClientModule(URL clientUrl, String absolutePath, ClassLoader appClassLoader, String moduleName) | protected static ConnectorModule | createConnectorModule(String appId, String rarPath, ClassLoader parentClassLoader, String moduleId) | protected static EjbModule | createEjbModule(URL baseUrl, String jarPath, ClassLoader classLoader, String moduleId) | protected static WebModule | createWebModule(String appId, String warPath, ClassLoader parentClassLoader, String contextRoot, String moduleName) | public static Class<? extends DeploymentModule> | discoverModuleType(URL baseUrl, ClassLoader classLoader, boolean searchForDescriptorlessApplications) | protected static File | getFile(URL warUrl) | protected static URL | getFileUrl(File jarFile) | public AppModule | load(File jarFile) | public static void | scanDir(File dir, Map<String, URL> files, String path) | public static T | unmarshal(Class<T> type, String descriptor, URL url) |
addPersistenceUnits | protected static void addPersistenceUnits(AppModule appModule, URL... urls)(Code) | | |
|
|