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 ModuleDeploymentSource
public Module getModule()
getModule
in interface ModuleDeploymentSource
public VirtualFile getContentRoot()
getContentRoot
in interface ModuleDeploymentSource
public static VirtualFile getContentRoot(Module module)
public java.io.File getFile()
getFile
in interface DeploymentSource
public java.lang.String getFilePath()
getFilePath
in interface DeploymentSource
public java.lang.String getPresentableName()
getPresentableName
in interface DeploymentSource
public javax.swing.Icon getIcon()
getIcon
in interface DeploymentSource
public boolean isValid()
isValid
in interface DeploymentSource
public boolean isArchive()
isArchive
in interface DeploymentSource
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeploymentSourceType<?> getType()
getType
in interface DeploymentSource