org.glassfish.internal.deployment
Interface ApplicationInfoProvider


@Contract
public interface ApplicationInfoProvider


Method Summary
 List<URL> getLibraryJars(DeploymentContext context)
          return the library URIs for the given archive
 String getNameFor(ReadableArchive archive, DeploymentContext context)
          return the name for the given application
 

Method Detail

getNameFor

String getNameFor(ReadableArchive archive,
                  DeploymentContext context)
return the name for the given application


getLibraryJars

List<URL> getLibraryJars(DeploymentContext context)
return the library URIs for the given archive



Copyright © 2012 GlassFish Community. All Rights Reserved.