Searched refs:installedDM (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DDeploymentFactoryInstaller.java132 protected void installDeploymentFactory(File installedDM) throws IOException { argument
136 + installedDM.getAbsolutePath());
149 jarFile = new JarFile(installedDM);
160 URL[] urls = new URL[]{installedDM.toURI().toURL()};
168 throw new IllegalArgumentException(className + " is not present in the " + installedDM.getName());
180 throw new IllegalArgumentException("Cannot install " + installedDM.getName());

Completed in 7 milliseconds