Package org.netbeans.modules.jarpackager.api

Examples of org.netbeans.modules.jarpackager.api.ArchiveEntry


            return null;
        }
        // Make an ArchiveEntry.
        // This is a little bit inefficient as we throw this away
        // and it will be made again later.
        ArchiveEntry archiveEntry = J2eeDataObject.urlToArchiveEntry(url);
        return archiveEntry.getName();
    }
View Full Code Here

TOP

Related Classes of org.netbeans.modules.jarpackager.api.ArchiveEntry

Copyright © 2018 www.massapicom. 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.