public interface DeploymentSource
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile() |
java.lang.String |
getFilePath() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getPresentableName() |
DeploymentSourceType<?> |
getType() |
boolean |
isArchive() |
boolean |
isValid() |
java.io.File getFile()
java.lang.String getFilePath()
java.lang.String getPresentableName()
javax.swing.Icon getIcon()
boolean isValid()
boolean isArchive()
DeploymentSourceType<?> getType()