com.intellij.j2ee.j2eeDom
Interface J2EEDeploymentItem

All Superinterfaces:
JDOMExternalizable, ModificationTracker, PointerToVirtualFile
All Known Subinterfaces:
J2EEDeploymentDescriptor<T>

public interface J2EEDeploymentItem
extends JDOMExternalizable, PointerToVirtualFile


Field Summary
 
Fields inherited from interface com.intellij.openapi.util.ModificationTracker
EVER_CHANGED
 
Method Summary
 void checkIsValid()
           
 void copyFrom(J2EEDeploymentItem deploymentDescriptor)
           
 void createIfNotExists()
           
 void dispose()
           
 DeploymentDescriptorMetaData getDescription()
           
 Module getModule()
           
 java.lang.String getName()
           
 java.lang.String getOutputRelativePath()
           
 PsiFile getPsiFile()
           
 java.lang.String getTitle()
           
 java.lang.String getUrl()
           
 void invalidate()
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from interface com.intellij.openapi.util.JDOMExternalizable
readExternal, writeExternal
 
Methods inherited from interface com.intellij.j2ee.j2eeDom.xmlData.PointerToVirtualFile
getVirtualFile
 
Methods inherited from interface com.intellij.openapi.util.ModificationTracker
getModificationCount
 

Method Detail

getName

java.lang.String getName()

getUrl

java.lang.String getUrl()

setUrl

void setUrl(java.lang.String url)

getTitle

java.lang.String getTitle()

invalidate

void invalidate()

createIfNotExists

void createIfNotExists()

copyFrom

void copyFrom(J2EEDeploymentItem deploymentDescriptor)

dispose

void dispose()

getModule

Module getModule()

getDescription

DeploymentDescriptorMetaData getDescription()

checkIsValid

void checkIsValid()
                  throws VerificationException
Throws:
VerificationException

getPsiFile

PsiFile getPsiFile()

getOutputRelativePath

java.lang.String getOutputRelativePath()