Interface ApplicationInfoProvider
-
@Contract public interface ApplicationInfoProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNameFor(org.glassfish.api.deployment.archive.ReadableArchive archive, org.glassfish.api.deployment.DeploymentContext context)return the name for the given application
-
-
-
Method Detail
-
getNameFor
String getNameFor(org.glassfish.api.deployment.archive.ReadableArchive archive, org.glassfish.api.deployment.DeploymentContext context)
return the name for the given application
-
-