Interface CaseProvisioningSettings
-
public interface CaseProvisioningSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGAV()
String
getHost()
String
getManagementPort()
String
getPassword()
String
getPath()
String
getURL()
String
getUsername()
boolean
isDeployFromLocalPath()
boolean
isProvisioningEnabled()
-
-
-
Method Detail
-
isProvisioningEnabled
boolean isProvisioningEnabled()
-
isDeployFromLocalPath
boolean isDeployFromLocalPath()
-
getPath
String getPath()
-
getHost
String getHost()
-
getManagementPort
String getManagementPort()
-
getUsername
String getUsername()
-
getPassword
String getPassword()
-
getGAV
String getGAV()
-
getURL
String getURL()
-
-