Class RepositoryInfo
- java.lang.Object
-
- org.jbpm.designer.web.profile.impl.RepositoryInfo
-
public class RepositoryInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description RepositoryInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getRepositoryHost(IDiagramProfile profile)
static String
getRepositoryProtocol(IDiagramProfile profile)
static String
getRepositoryPwd(IDiagramProfile profile)
static String
getRepositorySubdomain(IDiagramProfile profile)
static String
getRepositoryUsr(IDiagramProfile profile)
-
-
-
Method Detail
-
getRepositoryProtocol
public static String getRepositoryProtocol(IDiagramProfile profile)
-
getRepositoryHost
public static String getRepositoryHost(IDiagramProfile profile)
-
getRepositoryUsr
public static String getRepositoryUsr(IDiagramProfile profile)
-
getRepositoryPwd
public static String getRepositoryPwd(IDiagramProfile profile)
-
getRepositorySubdomain
public static String getRepositorySubdomain(IDiagramProfile profile)
-
-