public class ArchiveProfileFactory extends java.lang.Object implements ProfileFactory
| Constructor and Description |
|---|
ArchiveProfileFactory() |
| Modifier and Type | Method and Description |
|---|---|
ArchiveProfile |
create(java.lang.String name,
DataContainer dataContainer,
Context context) |
protected java.lang.String |
getArchiveExtension(ArchiveProfile profile,
Context context) |
protected java.net.URL |
getDefaultDeployDirUrl(ArchiveProfile profile,
Context context) |
protected java.lang.String |
getJarName(ArchiveProfile profile,
Context context) |
protected java.net.URL |
getJarUrl(ArchiveProfile profile,
Context context) |
protected ArchiveProfile |
newArchiveProfile() |
public ArchiveProfile create(java.lang.String name, DataContainer dataContainer, Context context)
create in interface ProfileFactoryprotected ArchiveProfile newArchiveProfile()
protected java.net.URL getJarUrl(ArchiveProfile profile, Context context)
protected java.net.URL getDefaultDeployDirUrl(ArchiveProfile profile, Context context)
protected java.lang.String getArchiveExtension(ArchiveProfile profile, Context context)
protected java.lang.String getJarName(ArchiveProfile profile, Context context)