com.intellij.j2ee.module
Class J2EEPackagingMethod

java.lang.Object
  extended by com.intellij.j2ee.module.J2EEPackagingMethod

public class J2EEPackagingMethod
extends java.lang.Object


Field Summary
static J2EEPackagingMethod COPY_CLASSES
          Deprecated.  
static J2EEPackagingMethod COPY_FILES
           
static J2EEPackagingMethod COPY_FILES_AND_LINK_VIA_MANIFEST
           
static J2EEPackagingMethod DO_NOT_PACKAGE
           
static J2EEPackagingMethod INCLUDE_MODULE_IN_BUILD
           
static J2EEPackagingMethod JAR_AND_COPY_FILE
           
static J2EEPackagingMethod JAR_AND_COPY_FILE_AND_LINK_VIA_MANIFEST
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static J2EEPackagingMethod getDeploymentMethodById(java.lang.String id)
           
 java.lang.String getId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DO_NOT_PACKAGE

public static final J2EEPackagingMethod DO_NOT_PACKAGE

COPY_FILES

public static final J2EEPackagingMethod COPY_FILES

COPY_FILES_AND_LINK_VIA_MANIFEST

public static final J2EEPackagingMethod COPY_FILES_AND_LINK_VIA_MANIFEST

COPY_CLASSES

public static final J2EEPackagingMethod COPY_CLASSES
Deprecated. 

INCLUDE_MODULE_IN_BUILD

public static final J2EEPackagingMethod INCLUDE_MODULE_IN_BUILD

JAR_AND_COPY_FILE

public static final J2EEPackagingMethod JAR_AND_COPY_FILE

JAR_AND_COPY_FILE_AND_LINK_VIA_MANIFEST

public static final J2EEPackagingMethod JAR_AND_COPY_FILE_AND_LINK_VIA_MANIFEST
Method Detail

getId

public java.lang.String getId()

getDeploymentMethodById

public static J2EEPackagingMethod getDeploymentMethodById(java.lang.String id)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object