Enhydra 5.1 API

org.enhydra.tool.archive.wizard
Class EjbType

java.lang.Object
  |
  +--org.enhydra.tool.archive.wizard.ArchiveType
        |
        +--org.enhydra.tool.archive.wizard.EjbType
All Implemented Interfaces:
ManifestKeys

public class EjbType
extends ArchiveType


Field Summary
static java.lang.String EXT
           
 
Fields inherited from interface org.enhydra.tool.archive.ManifestKeys
ALT_DD, APP_DESC, APP_META, APP_NAME, CLASS_ALL, CLASS_ROOT, CONTENT_ALL, CONTENT_ROOT, COPY_CLIENT, CREATE_CLIENT, CREATED_BY, ENTERPRISE_MODULE, KELP_VERSION, LIBRARY, MANIFEST_VERSION, VERSION_VALUE, WEBAPP_CONTEXT, WEBAPP_MODULE
 
Constructor Summary
EjbType()
           
 
Method Summary
protected  java.lang.String getDescription()
           
protected  java.lang.String getExtension()
           
protected  java.lang.String getSelectionName()
           
protected  java.lang.String getType()
           
protected  void initPanels()
           
protected  void initPlan()
           
protected  boolean readArchive(java.util.jar.Manifest manifest, java.lang.String[] entries)
           
 
Methods inherited from class org.enhydra.tool.archive.wizard.ArchiveType
build, createType, getAllTypes, getClassIncludeRoot, getDefaultArchivePath, getPlan, getWizardPanels, getWizardTitle, isMostRecentlyUsed, readArchive, saveDefaults, setMostRecentlyUsed, setPlan, setWizardPanels, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXT

public static final java.lang.String EXT
See Also:
Constant Field Values
Constructor Detail

EjbType

public EjbType()
Method Detail

getSelectionName

protected final java.lang.String getSelectionName()
Specified by:
getSelectionName in class ArchiveType

getExtension

protected final java.lang.String getExtension()
Specified by:
getExtension in class ArchiveType

getType

protected final java.lang.String getType()
Specified by:
getType in class ArchiveType

getDescription

protected final java.lang.String getDescription()
Specified by:
getDescription in class ArchiveType

initPanels

protected void initPanels()
                   throws ArchiveException
Specified by:
initPanels in class ArchiveType
ArchiveException

initPlan

protected void initPlan()
                 throws ArchiveException
Specified by:
initPlan in class ArchiveType
ArchiveException

readArchive

protected boolean readArchive(java.util.jar.Manifest manifest,
                              java.lang.String[] entries)
Overrides:
readArchive in class ArchiveType

Enhydra 5.1 API