public class ModuleDeploymentSourceImpl extends java.lang.Object implements ModuleDeploymentSource
| Constructor and Description |
|---|
ModuleDeploymentSourceImpl(ModulePointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
VirtualFile |
getContentRoot() |
static VirtualFile |
getContentRoot(Module module) |
java.io.File |
getFile() |
java.lang.String |
getFilePath() |
javax.swing.Icon |
getIcon() |
Module |
getModule() |
ModulePointer |
getModulePointer() |
java.lang.String |
getPresentableName() |
DeploymentSourceType<?> |
getType() |
int |
hashCode() |
boolean |
isArchive() |
boolean |
isValid() |
public ModuleDeploymentSourceImpl(ModulePointer pointer)
public ModulePointer getModulePointer()
getModulePointer in interface ModuleDeploymentSourcepublic Module getModule()
getModule in interface ModuleDeploymentSourcepublic VirtualFile getContentRoot()
getContentRoot in interface ModuleDeploymentSourcepublic static VirtualFile getContentRoot(Module module)
public java.io.File getFile()
getFile in interface DeploymentSourcepublic java.lang.String getFilePath()
getFilePath in interface DeploymentSourcepublic java.lang.String getPresentableName()
getPresentableName in interface DeploymentSourcepublic javax.swing.Icon getIcon()
getIcon in interface DeploymentSourcepublic boolean isValid()
isValid in interface DeploymentSourcepublic boolean isArchive()
isArchive in interface DeploymentSourcepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic DeploymentSourceType<?> getType()
getType in interface DeploymentSource