Package org.rioproject.impl.util

Examples of org.rioproject.impl.util.DownloadManager.postInstall()


                        pCap.addDownloadRecord(record);
                        pCap.setPath(record.unarchived()?
                                     record.getExtractedPath():record.getPath());
                    }
                    pCap.addStagedSoftware(stagedSoftware);
                    DownloadRecord postInstallRecord = downloadMgr.postInstall();
                    if(postInstallRecord!=null)
                        pCap.addDownloadRecord(postInstallRecord);

                    if(stagedSoftware.getUseAsClasspathResource()) {
                        String[] classpath;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.