facadeRA instanceof FileArchive ? 1 : 0,
new File(facadeRA.getURI().getPath()).getAbsolutePath()));
}
final Attributes mainAttrs = mf.getMainAttributes();
FacadeLaunchable result = null;
if (mainAttrs.containsKey(GLASSFISH_APPCLIENT)) {
if ( ! (facadeRA instanceof HTTPInputArchive)) {
result = new FacadeLaunchable(habitat, mainAttrs, facadeRA,
dirContainingStandAloneFacade(facadeRA));
} else {
result = new JWSFacadeLaunchable(habitat, mainAttrs, facadeRA);