public class DeployedScript extends Object
| Constructor and Description |
|---|
DeployedScript(String path,
DeployType deployType,
Language language)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DeployType |
getDeployType() |
Language |
getLanguage() |
String |
getPath() |
int |
hashCode() |
String |
toString() |
public DeployedScript(String path, DeployType deployType, Language language)
path - String path to resourcedeployType - deployment typelanguage - programming languagepublic DeployType getDeployType()
public String getPath()
public Language getLanguage()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.